/*
* Theme Name: Blogy Personal Blog & Portfolio Wordpress Theme
* Theme URI: http://www.2035themes.com/blogy
* Author: 2035Themes
* Author URI: http://themeforest.net/user/2035Themes
* Description: Responsive Parallax Personal Blog & Portfolio Theme
* Version: 1.0
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: two-columns
*/

/* Table Of Content

1    - Reset
2    - Global Core Styles
3    - Blog - Classic
4    - Modern Blog
5    - Grid Blog
6    - Load More
7    - Post Types
       a - quotes
       b - link
       c - chat
       d - aside
       e - status
8    - sidebar
9   - menu
10   - paginate
11   - author
12   - comments
13   - forms
14   - Related Post
15   - Audio Player
16   - Widget
       a - Social Links Widget
       b - Twitter Widget
       c - Flicker Widget
       d - Author Page
17   - Post Tools
       a - Post Tools & Share
       b - Scrollup
       c - Prev Next
       d - Progress
18   - Search
19   - Shortcode
       a - Sources Shortcode
       b - Skill Box Shortcode
       c - Spoiler Shortcode
       d - Dropcap Shortcode
       e - Tab Shortcode
20   - 404
21   - Video Section
22   - Footer

/*-----------------------------------------------------------------------------------*/
/*   Reset
/*-----------------------------------------------------------------------------------*/

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;
}
/* HTML5 display-role reset for older browsers */
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;
}

img {
    max-width: 100%;
    height: auto;
}

input:focus {
    outline: 0;
}
/*-----------------------------------------------------------------------------------*/
/*   Global Core Styles
/*-----------------------------------------------------------------------------------*/


h1 {
    font-family: novecento_bold;
    font-size: 32px;
    line-height: 47px;
    text-transform: uppercase;
    color: #333;
}

h2 {
    font-family: novecento_bold;
    font-size: 26px;
    line-height: 31px;
    text-transform: uppercase;
    color: #333;
}

h3 {
    font-family: novecento_bold;
    font-size: 21px;
    line-height: 25px;
    text-transform: uppercase;
    color: #333;
}

h4 {
    font-family: novecento_bold;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #333;
}

h5 {
    font-family: novecento_bold;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #333;
}

h6 {
    font-family: novecento_bold;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #333;
}

.margint5 {
    margin-top: 5px !important;
}

.margint10 {
    margin-top: 10px !important;
}

.margint20 {
    margin-top: 20px !important;
}

.margint30 {
    margin-top: 30px !important;
}

.margint40 {
    margin-top: 40px !important;
}

.margint50 {
    margin-top: 50px !important;
}

.margint60 {
    margin-top: 60px !important;
}

.margint70 {
    margin-top: 70px !important;
}

.margint80 {
    margin-top: 80px !important;
}

.margint90 {
    margin-top: 90px !important;
}

.margint100 {
    margin-top: 100px !important;
}

.margint120 {
    margin-top: 120px !important;
}

.margint140 {
    margin-top: 140px !important;
}

.marginb10 {
    margin-bottom: 10px !important;
}

.marginb20 {
    margin-bottom: 20px !important;
}

.marginb30 {
    margin-bottom: 30px !important;
}

.marginb40 {
    margin-bottom: 40px !important;
}

.marginb60 {
    margin-bottom: 60px !important;
}

.marginb70 {
    margin-bottom: 70px !important;
}

.marginb90 {
    margin-bottom: 90px !important;
}

.marginb100 {
    margin-bottom: 100px !important;
}

.marginb120 {
    margin-bottom: 120px !important;
}

.padrl20 {
    padding: 0 20px;
}

.padrl50 {
    padding: 0 50px;
}

.padt20 {
    padding-top: 20px;
}

.padt40 {
    padding-top: 40px;
}

.padt50 {
    padding-top: 50px;
}

.padt60 {
    padding-top: 60px;
}

.padb60 {
    padding-bottom: 30px;
}

.pad5 {
    padding: 5px;
}

.pad10 {
    padding: 10px;
}

.pad20 {
    padding: 20px;
}

.pad30 {
    padding: 30px;
}

.pos-relative {
    position: relative;
}

::-webkit-input-placeholder {
    color: #9e9e9e;
    font-weight: 300;
}

::-moz-placeholder {
    color: #9e9e9e;
    font-weight: 300;
}

:-ms-input-placeholder {
    color: #9e9e9e;
    font-weight: 300;
}

input:-moz-placeholder {
    color: #9e9e9e;
    font-weight: 300;
}

.alignleft {
    float: left;
    margin-right: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
}

.aligncenter {
    display: block;
    margin: 20px auto;
}

.blog-content table {
    width: 100%;
    text-align: center;
}

#wp-calendar {
    width: 100%;
    text-align: center;
}

#wp-calendar a {
    color: #ff0a60;
}

#wp-calendar caption {
    text-transform: uppercase;
    font-size: 11px;
    color: #ff0a60;
    font-weight: 500;
    padding-bottom: 10px;
}

thead {
    font-size: 13px;
}

thead th {
    padding: 8px 8px;
    font-weight: bold;
    border-top: 1px solid #ededed;
}

.footer-container thead th {
    padding: 8px 8px;
    font-weight: bold;
    border-top: 1px solid #333;
}

tbody {
    background: #f5f5f5;
}

tbody td {
    background: #f5f5f5;
    border: 1px solid #FFF;
    padding: 8px 8px;
}

tbody th {
    background: #f5f5f5;
    border: 1px solid #FFF;
    padding: 8px 8px;
}

tbody td:hover {
    background: #ededed;
}

tbody .pad {
    background: none;
}

tbody .pad:hover {
    background: none;
}

dl dt {
    font-weight: 600;
}

dl dd {
    padding-top: 3px;
    margin-bottom: 10px;
}

.footer-widget tbody {
    background: #101010 !important;
}

.footer-widget tbody td {
    background: #101010 !important;
    border: 1px solid #333;
}

tbody td {
    background: #f5f5f5;
    border: 1px solid #ececec;
    padding: 8px 8px;
}

tbody th {
    background: #f5f5f5;
    border: 1px solid #ececec;
    padding: 8px 8px;
}

tbody td:hover {
    background: #666;
    color: #FFF;
}

tbody .pad {
    background: none;
}

tbody .pad:hover {
    background: none;
}

dl dt {
    font-weight: 600;
}

dl dd {
    padding-top: 3px;
    margin-bottom: 10px;
}

p:empty {
    display: none;
}

dl dd:last-child {
    margin-bottom: 0px;
}

blockquote p {
    font-size: 22px !important;
    line-height: 36px !important;
    font-family: Georgia !important;
}

blockquote {
    margin: 20px 0;
    position: relative;
    padding-left: 50px;
    padding-top: 10px;
}

blockquote:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #dcdcdc;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
}

q {
    margin: 20px 0;
    position: relative;
    padding-left: 50px;
    padding-top: 10px;
    font-size: 22px;
    line-height: 36px;
    font-family: Georgia;
    display: block;
}

q:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #dcdcdc;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
}

cite {
    font-family: Open Sans;
    font-size: 13px;
    color: #ff0a60;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 10px;
}

address {
    margin: 20px 0;
    position: relative;
    padding-left: 50px;
    padding-top: 10px;
    font-style: italic;
    font-size: 12px;
    line-height: 19px;
}

address:before {
    content: "\f041";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #dcdcdc;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
}

strong {
    font-weight: 600;
    padding-top: 20px;
}

ol strong {
    padding: 0;
}

big {
    font-size: 18px;
}

em {
    text-decoration: underline;
}

kbd {
    padding: 5px;
    background: #ff0a60;
    color: #FFF;
}

pre {
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s, 0.3s;
    -webkit-transition-timing-function: linear, ease-in;
    -moz-transition-property: all;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: linear, ease-in;
    -o-transition-property: all;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: linear, ease-in;
}

pre:hover {
    padding: 30px;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s, 0.3s;
    -webkit-transition-timing-function: linear, ease-in;
    -moz-transition-property: all;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: linear, ease-in;
    -o-transition-property: all;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: linear, ease-in;
}

var {
    color: #ff0a60;
    font-weight: 600;
}

img[class*="wp-image-"], img[class*="attachment-"], .post img, .post {
    max-width: 100%;
    height: auto;
}

.wp-caption {
    border: solid 1px #e8e8e8;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    font-style: italic;
    max-width: 100%;
}

.wp-caption-text {
    margin-top: 10px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
    display: block;
}

a {
    -webkit-transition-property: color, text;
    -webkit-transition-duration: 0.3s, 0.3s;
    -webkit-transition-timing-function: linear, ease-in;
    -moz-transition-property: color, text;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: linear, ease-in;
    -o-transition-property: color, text;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: linear, ease-in;
}

a, a:visited, a:focus, a:active, a:hover {
    outline: 0 none !important;
}

.active-color {
    color: #ff0a60;
}

.resetter {
    margin: 0;
    padding: 0;
}

.pos-center {
    text-align: center;
    margin: 0 auto;
}

.pos-left {
    text-align: left;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #666;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

body p {
    color: #666;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #ff0a60;
    text-decoration: none;
}

#sb-site {
    width: 100%;
    height: auto;
}

/*-----------------------------------------------------------------------------------*/
/*   Blog - Classic
/*-----------------------------------------------------------------------------------*/

.blog-post {
    position: relative;
    background: #FFF;
    border: solid 1px #f1f1f1;
    margin-bottom: 60px;
}

.blog-post-single-style {
    position: relative;
    background: #FFF;
    border: solid 1px #f1f1f1;
}

.post-line{
    position: relative;
    width: 100%;
    height: 1px;
    border: 0;
    background: #eee;
}

.blog-post-single{
    position: relative;
}

.post-title-container {
    padding-left: 25px;
    padding-top: 30px;
    padding-right: 40px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.post-type-icon {
    position: absolute;
    right: 25px;
    top: 50px;
}

.post-type-icon i {
    font-size: 18px;
    color: #e8e8e8 !important;
}

.post-materials {
    margin-top: 10px;
}

.post-materials i {
    line-height: 20px;
    vertical-align: middle;
}

.post-materials span {
    padding-right: 15px;
    padding-left: 15px;
}

.updated-time {
    display: none;
    visibility: hidden;
}

span.material-font, span.author-name {
    padding: 0 !important;
}

span.material-font, span.author-name {
    border: none !important;
}

.post-materials span:first-child {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.post-materials ul {
    margin: 0 !important;
    padding: 0 !important;
}

.post-materials ul li {
    float: left;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 15px;
    border-right: solid 1px #e8e8e8;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.post-materials ul li:first-child {
    padding-left: 0 !important;
}

.post-materials ul li:before{
    content: "" !important;
}

.post-materials span {
    line-height: 15px;
    border-right: solid 1px #e8e8e8;
}

.post-materials a {
    font-size: 11px;
}

.post-materials ul li:last-child {
    border: none;
}

.post-materials ul li.star{
    padding-top: 3px !important;
}

.post-materials i {
    color: #cbcbcb;
    padding-right: 7px;
}

.material-font {
    font-size: 11px;
}

.author-name a {
    color: #ff0a60;
}

.media-materials {
    margin-top: 25px;
}

.sticky-post {
    position: absolute;
    top: -5px;
    right: 29px;
}

.sticky-post i {
    color: #ff0a60;
    font-size: 16px;
}

.post-content {
    padding: 0 25px;
    margin-top: 30px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.post-content p {
    padding: 10px 0;
}

.post-content-blog {
    border-bottom: solid 1px #e8e8e8;
    padding-bottom: 30px;
}

.blog-post-line {
    margin-top: 40px;
    height: 1px;
    border-bottom: 1px solid #e8e8e8;
}

.continue-reading {
    padding-top: 10px;
    margin-bottom: 30px;
}

.continue-reading a {
    font-weight: 700;
    font-size: 13px;
    border-top: 1px solid #ff0a60;
    padding-top: 14px;
}

.blog-classic-share a {
    display: inline-block;
    margin-top: 14px;
    font-size: 11px;
    color: #ff0a60;
}

.cshare-text {
    margin-top: 14px;
}

.post-content-blog h1 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.post-content-blog h2 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.post-content-blog h3 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.post-content-blog h4 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.post-content-blog h5 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.blog-content .gallery dt {
    margin-right: 10px;
}

.blog-content ul, .page ul {
    list-style: circle;
    margin-left: 20px;
}

.flexslider ul{
    margin-left: 0;
}

.blog-content ul li, .page ul li {
    list-style: circle;
}

.tab-style .tabbed-area li{
    list-style: none;
}

.blog-content ol, .page ol {
    list-style: decimal;
    margin-left: 20px;
}

.blog-content ol.flex-control-nav{
    margin-left: 0;
}

.page .comment-list li {
    list-style: none !important;
}

.page input, .page textarea {
    background: #FFF;
    margin-top: 5px;
    margin-bottom: 10px;
}

.blog-content ul li {
    position: relative;
    padding-left: 5px;
    list-style: none;
}

.flexslider ul li{
    padding-left: 0 !important;
}

.blog-content ul li:before {
    content: "\f111";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #ff0a60;
    font-size: 5px;
    padding-right: 0.5em;
    position: absolute;
    left: -10px;
    top: 2px;
}

/*-----------------------------------------------------------------------------------*/
/*   Modern Blog
/*-----------------------------------------------------------------------------------*/

.grid-box {
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
}

.grid-box:after {
    content: "";
    background: rgba(0,0,0, 0.1);
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.slides.grid-1 li div.grid-box {
    width: 100%;
}

.slides.grid-2 li div.grid-box {
    float: left;
    width: 50%;
}

.slides.grid-3 li div.grid-box {
    float: left;
    width: 50%;
}

.slides.grid-3 li div.grid-box:first-child {
    width: 100%;
}

.slides.grid-4 li div.grid-box {
    float: left;
    width: 50%;
}

.slides.grid-5 li div.grid-box {
    float: left;
    width: 33.33333333%;
}

.slides.grid-5 li div.grid-box:first-child {
    width: 66.66666666%;
}

.slides.grid-6 li div.grid-box {
    float: left;
    width: 33.33333333%;
}

.no-widget {
    margin: 20px;
}

.no-widget a {
    color: #FFF;
}

.modern-blog-post-title-container {
    position: relative;
    z-index: 9;
    width: 100%;
}

.modern-blog-grids {
    position: absolute;
    z-index: 9;
    bottom: 0;
    padding: 30px;
}

.modern-post-materials ul li {
    float: left;
}

.modern-post-materials ul li a {
    font-size: 11px;
}

.modern-blog-post-title-container ul li.author a {
    color: #ff0a60;
    font-size: 11px;
}

.modern-blog-post-title-container ul li a {
    color: #FFF;
    font-size: 11px;
}

.modern-blog-post-title-container ul li {
    font-size: 11px;
    color: #FFF;
}

.modern-blog-post-title-container h1 {
    color: #FFF;
    font-size: 75px;
    line-height: 80px;
}

.modern-blog-post-title-container h2 {
    color: #FFF;
    font-size: 50px;
    line-height: 55px;
}

.modern-blog-post-title-container a {
    color: #FFF;
}



.modern-categories a {
    color: #FFF;
}

.modern-title-cat a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

.modern-blog-post-title-container ul.post-categories li a:hover {
    color: #ff0a60 !important;
}

.modern-blog-post-title-container h1.checked-title a:hover {
    color: #ff0a60 !important;
}

.modern-blog-post-title-container h2.checked-title a:hover {
    color: #ff0a60 !important;
}

.recent-post-materials ul.recent-met li a:hover {
    color: #ff0a60 !important;
}

.modern-blog-post-title-container.back-check a.blog-read-more:hover {
    color: #ff0a60 !important;
}

.modern-blog-post-title-container.back-check a.blog-read-more:hover i {
    color: #ff0a60 !important;
}

.modern-material {
    display: inline-block;
    margin-top: 10px;
}

.post-excerpt {
    max-width: 450px;
    margin-top: 10px;
}

.post-excerpt p {
    color: #FFF;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}

.modern-content-thumbnail {
    position: relative;
}

.modern-grid-cat {
    position: absolute;
    bottom: 0px;
    padding: 4px;
    padding-bottom: 10px;
    width: 100%;
    padding-left: 10px;
    background: rgba(255,255,255,0.3);
}

.modern-grid-cat a {
    font-size: 10px;
    color: #fff;
    text-shadow: 1px 1px #000;
    text-transform: uppercase;
}

.modern-grid-box {
    font-size: 13px;
    line-height: 23px;
    height: 530px;
}

.post-box{
    padding-top: 40px;
}

.recent-post-materials li:first-child {
    padding-left: 0 !important;
}

.grid-post-excerpt {
    margin-top: 5px;
}

.grid-post-excerpt p {
    margin-bottom:10px;
}

.recent-post-materials li {
    font-size: 10px;
}

.recent-post-materials li.author a {
    color: #ff0a60 !important;
}

.recent-post-materials li i{
    color: #9a9a9a;
    font-size:5px;
    position: relative;
    top: -1px;
}

.modern-grid-box h2 {
    margin-top: 8px;
    margin-bottom: 5px;
}

.blog-read-more{
    font-size:12px !important;
}

.post-slider-wrapper .blog-read-more{
    position: relative;
    top:20px;
    font-family: novecento_demibold;
}

.gallery-caption{

}

.bypostauthor{
    
}

.blog-read-more i{
    font-size:15px;
    color:#333;
    margin-left:3px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.post-slider-wrapper .blog-read-more i{
    position: relative;
    top: 1px;
}

.blog-read-more:hover i{
    color:#ff0a60;
    margin-left:8px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.modern-single-post .title{
    margin-top: 60px;
}

.modern-single-post .title h1{
    font-size: 60px;
    line-height: 65px;
}

.modern-single-post .post-materials{
    margin: 30px 0;
}

.modern-excerpt{
    margin-bottom: 40px;
}

.modern-excerpt p{
    font-size: 26px;
    font-weight: 300 !important;
    line-height: 38px;
    min-height: 76px;
}

.single-modern-content{
    min-height: 200px;
    margin-top: 25px;
}

.single-modern-content p{
    padding: 15px 0;
}

.modern-post-share{
    margin-top: 40px;
    padding: 5px 0;
    border-bottom: solid 1px #eeeded;
    border-top: solid 1px #eeeded;
}

.modern-post-header {
    position: relative;
    margin: 0 auto;
    min-height: 100%;
    width: 100%;
}

.modern-post-bg-img {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    min-width: 100%;
    min-height: 100%;
    background: #F5F5F5;
}

.modern-post-bg-img img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    min-width: 100%;
    min-height: 100%;
}

.modern-title{
    position: relative;
    text-align: center;
    z-index: 9999999;
}

.modern-title h1{
    font-size: 65px;
    color: #fff;
    line-height: 75px;
}

.modern-post-author{
    display: inline-block;
}

.modern-post-author h3{
    font-size: 18px;
    font-family: Georgia, Serif !important;
    font-style: italic;
    text-transform: none;
    color: #fff;
    margin-left: 10px;
}

.intro-effect-push:not(.notrans) .modern-post-header,
.intro-effect-push:not(.notrans) > .title,
.intro-effect-push:not(.notrans) .blog-post-single > div {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.intro-effect-push:not(.notrans) .modern-post-header {
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
}

.intro-effect-push .modern-post-header {
    position: absolute;
    z-index: 1500;
}

.intro-effect-push > .title {
    position: relative;
    top: auto;
    left: auto;
}

.intro-effect-push .blog-post-single > div.title,
.intro-effect-push .blog-post-single > div{
}

.intro-effect-push > .title,
.intro-effect-push .blog-post-single > div.title,
.intro-effect-push .blog-post-single > div{
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
    opacity: 0;
}

.intro-effect-push.modify > .title,
.intro-effect-push.modify .blog-post-single > div.title,
.intro-effect-push.modify .blog-post-single > div{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.intro-effect-push.modify .modern-post-header {
    opacity: 0;
    -webkit-transform: translateY(-100%) scale(0.9);
    transform: translateY(-100%) scale(0.9);
}

/* Delays */
.intro-effect-push.modify:not(.notrans) > .title {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.intro-effect-push.modify:not(.notrans) .blog-post-single > div{
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.modern-scroll-effect{
    padding-top: 100px;
}

.modern .author-page-box{
    margin-top: 100px;
}

.modern-read-down{
    position:absolute;
    bottom:0;
    text-align:center;
    width:100%;
    padding-bottom:15px;
    z-index: 999999;
}

.modern-read-down h4{
    font-family: Open Sans !important;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
}

.modern-read-down i{
    font-size: 35px;
    color: #fff;
}

.parallax{
    position: relative;
    width: 100%;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-repeat: repeat-y;
    background-position: top center;
}

.full-width{
    margin-left:15px;
}

.classic .full-width{
    margin-left:0px;
}

#loading-area {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff !important;
    z-index: 999999999999 !important;
    overflow: hidden;
}

.loading {
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -30px;
}

.loading:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    border-radius: 60px;
    border: 1px solid transparent;
    border-top-color: #ff0a60;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*-----------------------------------------------------------------------------------*/
/*   Grid Blog
/*-----------------------------------------------------------------------------------*/

.grid-title {
    padding: 155px 0;
}

.grid-title h1 {
    font-size: 75px;
    color: #FFF;
}

.grid-title hr {
    height: 2px;
    background: #FFF;
    width: 30px;
    margin-top: 30px;
}

.grdh-3 h2, .grdh-4 h2{
    font-size: 30px;
    line-height: 35px;
}

.grdh-5 h2, .grdh-6 h2{
    font-size: 25px;
    line-height: 30px;
}

.button-style {
    margin-top: 20px;
    display: block;
}

.button-style a {
    background: #ff0a60;
    color: #FFF;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 10px 17px;
}

.button-style a:hover {
    background: #101010 !important;
}

/*-----------------------------------------------------------------------------------*/
/*   Load More
/*-----------------------------------------------------------------------------------*/

.load-more-modern {
    width: 100%;
    background: #ff0a60;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s, 0.3s;
    -webkit-transition-timing-function: linear, ease-in;
    -moz-transition-property: all;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: linear, ease-in;
    -o-transition-property: all;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: linear, ease-in;
    margin-bottom: 60px;
}

.load-more-modern a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    color: #FFF;
}

.load-more-modern:hover {
    background: #000 !important;
}

.load-more-modern:hover a {
    color: #ff0a60;
}

#infscr-loading {
    width: 125px;
    text-align: center;
    margin: 0px auto;
    font-size: 12px;
    color: #333 !important;
    position: relative;
    top: 50px;
}

#infscr-loading em{
    text-decoration: none !important;
}

/*-----------------------------------------------------------------------------------*/
/*   Post Types
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*   Quote
/*-----------------------------------------------------------------------------------*/

.blog-post-quote {
    margin-bottom: 60px;
    position: relative;
}

.blog-post-quote blockquote {
    padding: 90px 30px;
    padding-top: 100px;
    position: relative;
    margin: 0;
    background: rgba(0,0,0,0.5);
}

.blog-post-quote blockquote:before {
    display: none;
}

.blog-post-quote blockquote p {
    color: #FFF !important;
    font-size: 40px;
    line-height: 50px;
}

.blog-post-quote cite a, .blog-post-quote cite p {
    color: #ff0a60;
}

/*-----------------------------------------------------------------------------------*/
/*   Link
/*-----------------------------------------------------------------------------------*/

.blog-post-link {
    margin-bottom: 60px;
}

.link-background {
    padding: 90px 30px;
    padding-top: 100px;
    position: relative;
    margin: 0;
    background: rgba(0,0,0,0.7);
}

.link-background {
    position: relative;
    padding-left: 150px;
}

.link-background:before {
    content: "\f08e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #ff0a60;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    left: 100px;
}

.blog-post-link a {
    font-size: 18px;
    color: #FFF;
}

.link-line {
    border-top: solid 1px #e8e8e8;
}

/*-----------------------------------------------------------------------------------*/
/*   Chat
/*-----------------------------------------------------------------------------------*/

.chat-format .excerpt p {
    padding: 30px 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.chat-format .excerpt p:nth-child(2n) {
    background: #f1f1f1;
    text-align: right;
    border-radius: 10px;
}

.chat-format .excerpt p:nth-child(2n-1) {
    background: #FFF;
    background: #f9f9f9;
    text-align: left;
    border-radius: 10px;
}

.chat-format .excerpt p:first-word {
    font-weight: 700;
}

/*-----------------------------------------------------------------------------------*/
/*   Aside
/*-----------------------------------------------------------------------------------*/

.aside {
    font-size: 18px;
    line-height: 35px;
}

.aside-post {
    background: #FFF;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    margin: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*   Status
/*-----------------------------------------------------------------------------------*/

.status {
    font-size: 26px;
    line-height: 35px;
    font-weight: 300;
}

.status-post {
    background: #FFF;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    margin: 20px;
}

.aside-line {
    border-bottom: solid 1px #e8e8e8;
}

.status-line {
    border-bottom: solid 1px #e8e8e8;
}

/*-----------------------------------------------------------------------------------*/
/*   Sidebar
/*-----------------------------------------------------------------------------------*/

.sidebar {
    margin-bottom: 60px;
}

.sidebar-widget {
    position: relative;
    background: #FFF;
    border: solid 1px #f1f1f1;
    margin-bottom: 40px;
    padding: 25px;
    font-size: 13px;
}

.sidebar-widget h4 {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 13px;
    text-transform: none;
}

.sidebar-widget hr {
    background: #e8e8e8;
    margin: 0;
    padding: 0;
    margin: 12px 0;
    margin-bottom: 20px;
}

.sidebar-widget a {
    color: #666;
}

.sidebar-widget a:hover {
    color: #ff0a60;
}

.sidebar-widget ul li {
    position: relative;
    line-height: 31px;
    padding-left: 15px;
}

.sidebar-widget ul li ul li a {
    padding-left: 10px;
}

.sidebar-widget ul li ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #dcdcdc;
    font-size: 13px;
    padding-right: 0.5em;
    position: absolute;
    left: 0;
    left: 10px;
}

.sidebar-widget ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #dcdcdc;
    font-size: 13px;
    padding-right: 0.5em;
    position: absolute;
    left: 0;
}

.flex-viewport ul li a:before {
    display: none;
}

.sidebar-widget select {
    width: 100%;
    border: solid 1px #e8e8e8;
    background: #FFF;
    height: 40px;
}

.screen-reader-text {
    display: none;
}

.searchform input {
    margin-bottom: 0px;
}

.searchform input[type="text"] {
    width: 80%;
    float: left;
    border: solid 1px #e8e8e8;
    height: 40px;
    padding-left: 10px;
    background: #FFF;
}

.comment-respond input {
    margin-bottom: 15px;
}

.slidebar-close{
    float: right;
    color: #fff;
    font-size: 15px;
    display: none;
}

.classic .slidebar-close{
    color: #ff0a60;
}

.search-panel .slidebar-close{
    margin-left: 10px;
    margin-top: -1px;
}

.footer-widget .searchform input[type="text"] {
    width: 80%;
    float: left;
    border: solid 1px #222;
    height: 40px;
    padding-left: 10px;
    background: #101010;
}

.searchform input[type="submit"] {
    width: 20%;
    background: #ff0a60;
    font-size: 11px;
    border: none;
    color: #FFF !important;
    float: none !important;
    font-weight: 600 !important;
    padding: 3px 5px;
    display: inline-block;
    letter-spacing: 0px;
}

::-webkit-input-placeholder {
    font-style: italic;
    font-size: 12px;
}

#recentcomments {
    color: #888;
    font-style: italic;
    font-size: 12px;
}

#recentcomments a {
    color: #666;
    font-style: normal;
    font-size: 12px;
}

.comments-post input, .comments-post textarea {
    background: #f5f5f5;
    margin-top: 5px;
    margin-bottom: 10px;
}

#tags-tab-content .tagcloud a{
    margin-right:8px;
    margin-bottom:15px;
}

.tag-tab-box{
    width: 320px;
}

.recent-post-box {
    margin-top: 30px;
}

.recent-post-image img {
    width: 50px;
}

.recent-post-title-cont {
    margin-left: 10px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    max-width: 240px;
}

.recent-post-materials ul li {
    float: left;
    padding: 0 !important;
    padding-left: 5px !important;
    position: relative;
}

.recent-post-materials ul li:after {
    content: ".";
    padding-left: 5px;
    position: absolute;
    top: -3px;
}

.recent-post-materials ul li.recent-post-category{
    margin-left: 8px;
}

.recent-post-materials ul li:last-child:after {
    content: "";
}

.recent-post-materials ul li:first-child {
    padding-left: 0;
}

.recent-post-materials ul li a {
    font-size: 10px;
    color: #888;
}

.recent-comments ul li {
    padding-left: 0;
}

.recent-post-materials ul li a:before {
    display: none;
}

.recent-comments ul li a:before {
    display: none;
}

.recent-comments ul li {
    margin-top: 30px;
}

.recent-comments-title-cont a {
    font-size: 13px;
    color: #666;
}

.recent-comments-title-cont {
    margin-left: 10px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    max-width: 240px;
}

.recent-post-materials p {
    color: #888;
    font-size: 12px;
    line-height: 19px;
    text-align: left;
}

.default-post {
    background: #f3f3f3;
    width: 100%;
    height: 100%;
    height: 50px;
    width: 50px;
    text-align: center;
    padding-top: 12px;
}

.default-post i {
    color: #ff0a60;
}


.gallery-size-thumbnail {
    font-size: 12px;
    line-height: 19px;
    font-style: italic;
}

#gallery-1 img {
    border: solid 1px #e8e8e8 !important;
}

.post-password-form {
    background: #f5f5f5;
    padding: 30px;
    text-align: center;
}

.post-password-form input[type="password"] {
    border: solid 1px #e8e8e8;
    height: 40px;
}

.post-password-form input[type="submit"] {
    background: #ff0a60;
    border: none;
    height: 38px;
    color: #FFF;
    padding: 0 10px;
}

.post-password-form input[type="submit"]:hover {
    background: #282828;
}

.link-background:hover > .link-more {
    display: block;
}

.link-more {
    display: none;
    color: #FFF;
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.link-more a {
    font-size: 10px;
}

.link-more a:hover {
    text-decoration: underline;
}

.blog-post-quote:hover > .quote-more {
    display: block;
}

.quote-more {
    display: none;
    color: #FFF;
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.quote-more a {
    font-size: 10px;
    color: #FFF;
}

.quote-more a:hover {
    text-decoration: underline;
}

.quote-line {
    border-top: solid 1px #e8e8e8;
}

.sidebar-widget .widget_wysija input[type="text"]{
    float: left;
}

.sidebar-widget .widget_wysija input[type="submit"]{
    float: left;
    margin-top: 0;
    padding-left: 8px;
    padding-right: 8px;
    margin-left:10px;
}

/*-----------------------------------------------------------------------------------*/
/*   Menu
/*-----------------------------------------------------------------------------------*/


.logo {
    padding-left: 30px;
}

.text-for-logo{
    margin-top: -13px;
}

.menu-right {
    padding-right: 20px;
}

p.blog-desc-title {
    font-size: 12px;
}

.modern_logo h3 {
    color: #FFF;
}

#navigation-menu ul li {
    list-style: none !important;
}

.menu-container {
    height: 105px;
    padding-top: 24px;
    width: 100%;
    border-bottom: solid 1px #e8e8e8;
    background: #FFF !important;
    position: relative;
    top: 0;
    z-index: 99999999;
    margin-bottom: 40px;
    padding-right: 30px;
}

.menu-container-top {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 10px;
    z-index: 99999999;
    background: rgba(0,0,0,0.4);
}

.menu {
    padding-top: 17px;
    margin-right: 40px;
}

.empty-menu {
    padding: 0 20px;
}

.menu-container-top i {
    color: #FFF;
}

.logo img {
    height: 55px;
    vertical-align: middle;
}

#panel i {
    color: #ff0a60;
    padding-left: 10px;
}

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 10px;
    z-index: 99;
}

.sf-menu ul li ul {
    position: absolute;
    display: none;
    top: -37px;
    left: 100%;
    z-index: 99;
}

.sf-menu li:hover > ul, .sf-menu li.sf-menuHover > ul {
    display: block;
}

.sf-menu li {
    white-space: nowrap;
    -webkit-transition: background .2s;
    transition: background .2s;
    float: left;
    padding-left: 30px;
    letter-spacing: 1px;
}

.sf-menu li a {
    display: block;
    position: relative;
    zoom: 1;
    font-family: novecento_demibold;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.menu-container-top .sf-menu li a {
    display: block;
    position: relative;
    zoom: 1;
    font-family: novecento_demibold;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color: #FFF;
}

.sf-menu li a:hover {
    text-decoration: none;
    color: #ff0a60 !important;
}

.sf-menu ul li {
    width: 100%;
    min-width: 200px;
    background: #101010;
    padding: 10px;
    border-bottom: 1px solid #222;
    line-height: 30px;
    padding: 10px 24px;
}

.sf-menu ul li:hover {
    background: #222;
}

.sf-menu ul li:last-child {
    border-bottom: 0;
}

.sf-menu ul li a {
    color: #a8a8a8 !important;
    font-size: 12px;
}

.sf-menu ul li a:hover {
    color: #a8a8a8 !important;
    font-size: 12px;
}

.sf-menu .menu-item-has-children ul {
    float: none;
}

.sf-menu .menu-item-has-children {
    position: relative;
    margin-right: 20px;
}

.sf-menu .sub-menu .menu-item-has-children {
    position: relative;
    margin-right: 0px;
}

.sf-menu .menu-item-has-children:before {
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #101010 !important;
    font-size: 9px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    right: -23px;
}

.menu-container-top .sf-menu .menu-item-has-children:before {
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff !important;
    font-size: 9px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    right: -23px;
}

.sf-menu ul.sub-menu .menu-item-has-children:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #a8a8a8 !important;
    font-size: 9px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #101010;
}

.sf-menu ul.sub-menu ul.sub-menu .menu-item-has-children:before {
    display: none;
}
.sf-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu {
    display: none !important;
}

ul.sub-menu li.menu-item-has-children:hover:before {
    background: #222;
}

ul.sub-menu li ul li{
    float: none !important;
}

.sf-menu .menu-item-has-children:hover:before {
    color: #ff0a60 !important;
}

.slicknav_menu {
    display:none;
}

.headroom{
    position: fixed;
}

.slide{
    -webkit-transition:all .25s ease-in-out;
    -moz-transition:all .25s ease-in-out;
    -o-transition:all .25s ease-in-out;
    transition:all .25s ease-in-out;
}

.slide--reset{
    -webkit-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0);
}

.slide--up{
    -webkit-transform:translateY(-100%);
    -ms-transform:translateY(-100%);
    transform:translateY(-100%);
}

.panel-opened-push{
    left: -360px;
}

.panel-closed-push{
    left: 0px;
}

/*-----------------------------------------------------------------------------------*/
/*   Paginate
/*-----------------------------------------------------------------------------------*/

.post-paginate p {
    color: #ff0a60;
}

.post-paginate a {
    color: #888;
}

.pagination {
    background: #FFF;
    width: 100%;
    height: 50px;
    position: relative;
    margin-bottom: 60px;
}

.pagination ul {
    display: inline-block;
}

.pagination ul li {
    float: left;
    margin-right: 5px;
    padding-top: 12px;
    height: 50px;
}

.pagination ul li.first {
    left: 50px;
    position: absolute;
    border-right: solid 1px #F5F5F5;
    padding-right: 50px;
}

.pagination ul li.last {
    right: 50px;
    position: absolute;
    border-left: solid 1px #F5F5F5;
    padding-left: 50px;
}

.pagination ul li:before {
    display: none;
}

.pagination ul li a {
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
}

.pagination ul li.active a {
    background: #ff0a60;
    color: #fff;
    border-radius: 5px;
}

.headroom--pinned {
    display: block;
}

.headroom--unpinned {
    display: none;
}

.headroom {
    transition: transform 200ms linear;
}

.headroom--pinned {
    transform: translateY(0%);
}

.headroom--unpinned {
    transform: translateY(-100%);
}


/*-----------------------------------------------------------------------------------*/
/*   Author
/*-----------------------------------------------------------------------------------*/

.author-post {
    background: #FFF;
    border: solid 1px #f1f1f1;
    margin-top: 40px;
    padding: 25px 0;
}

.author-img {
    padding-left: 20px;
}

.author-img img {
    width: 130px;
    height: 130px;
}

.author-position {
    font-size: 12px;
    font-style: italic;
    color: #888;
}

.author-title {
    font-size: 13px;
    line-height: 23px;
}

p.author-desc {
    margin-top: 10px;
}

.author-social-media ul {
    margin-top: 10px;
    margin-left: -20px;
    display: inline-block;
}

.author-social-media ul li {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}

.author-social-media ul li:before {
    display: none;
}

.author-social-media ul li i {
    color: #c0c0c0;
}

.author .fa-search {
    color: #FFF;
}

.author .logo h3 {
    color: #FFF;
}

.tooltip-inner {
    background: #282828;
    border-radius: 5px;
    font-size: 11px;
    padding: 9px 10px;
    min-width: 100px;
}

.tooltip .tooltip-arrow {
    border-top-color: #272627 !important;
}

/*-----------------------------------------------------------------------------------*/
/*   Comments
/*-----------------------------------------------------------------------------------*/

.comments-post {
    background: #FFF;
    border-left: solid 1px #f1f1f1;
    margin-top: 40px;
    padding: 20px;
    margin-bottom: 60px;
}

.comment-time p {
    color: #ff0a60;
    font-size: 11px !important;
    margin-top: -5px;
    margin-bottom: 20px;
}

.comment-content p {
    font-size: 13px;
}

.user-comment-box {
    padding: 30px 0;
}

.comments-blog-post-top {
    padding-bottom: 10px;
}

.comments-line {
    height: 1px;
    background: #d6d6d6;
}

.comments-title {
    margin-top: 40px;
}

.comments ul{
    margin-left: 20px;
}

ol.comment-list {
    list-style: none;
}

ol.comment-list .children {
    list-style: none;
}

ol.comment-list ol.children {
    list-style: none;
}

.comment-list ul li:before {
    display: none;
}

ol.comment-list li {
    border-bottom: solid 1px #e8e8e8;
}

ol.comment-list li:last-child {
    border-bottom: 0;
}

ol.comment-list ul li:last-child{
    border-bottom: solid 1px #e8e8e8 !important;
}

.comment-respond{
    margin-bottom: 10px;
}

p.logged-in-as {
    font-size: 12px;
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 20px;
}

.comment-tools a {
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
}

.leave-a-comment {
    padding-top: 10px;
}

a#cancel-comment-reply-link {
    font-size: 11px !important;
    float: right;
    font-family: Open Sans;
    font-weight: 600;
    padding-top: 5px;
}

.leave-a-comment {
    font-size: 15px;
}

.comment-notes {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 20px;
}


/*-----------------------------------------------------------------------------------*/
/*   Forms
/*-----------------------------------------------------------------------------------*/


.contact-form-style .col-lg-6, .contact-form-style .col-lg-12 {
    margin: 0;
    padding: 0;
}

input {
    font-size: 11px;
    color: #333 !important;
    padding-left: 5px;
    width: 60%;
    background: #f3f3f3;
    border: none;
    height: 40px;
}

textarea {
    font-size: 11px;
    color: #333 !important;
    padding-left: 15px;
    padding-top: 10px;
    width: 100%;
    background: #f3f3f3;
    border: none;
    height: 250px;
}

input[type="submit"] {
    width: auto;
    background: #ff0a60;
    font-size: 11px;
    border: none;
    color: #FFF !important;
    font-weight: 600 !important;
    padding: 8px 30px;
    display: inline-block;
    letter-spacing: 2px;
    margin-bottom: 0;
}

input[type="submit"]:hover {
    background: #282828;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

p.form-submit {
    text-align: right;
}

/*-----------------------------------------------------------------------------------*/
/*   Related Post
/*-----------------------------------------------------------------------------------*/

.related-title {
    margin-top: 40px;
    margin-bottom: 40px;
}

.related-posts {
    width: 100%;
    height: 275px;
    border-radius: 5px;
}

.related-posts .cats {
    font-size: 10px;
}

.background-related {
    height: 275px;
    border-radius: 5px;
}

.background-related img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

.related-posts .cats {
    position: absolute;
    top: 0;
}

.related-posts .cats-line {
    position: absolute;
    top: 30px;
}

.related-posts .cats ul li:before {
    display: none;
}

.related-posts .cats ul {
    margin-left: 20px;
}

.related-posts .cats ul li {
    float: left;
    margin-top: 5px;
}

.related-posts .cats ul li a {
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
}

.related-posts .cats ul li a:hover, .related-posts a:hover {
    color: #ff0a60;
}

.related-posts .title {
    padding: 0 25px;
    position: absolute;
    bottom:25px;
}

.related-posts .title a {
    display: inline-block;
}

.related-posts a {
    color: #FFF;
}

.cats-line {
    height: 1px;
    width: 18px;
    background: #FFF;
    margin-left: 25px;
}

.noimage-ralated {
    background: #000;
}

.media-materials, .related-posts {
    overflow: hidden;
    position: relative;
}

.media-materials img{
    width: 100%;
    height: 100%;
}

.media-materials img, .related-posts img {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -webkit-transition-delay: 0;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -moz-transition-delay: 0;
    -moz-transition-timing-function: ease-out;
    -ms-transition-property: -ms-transform;
    -ms-transition-duration: 1s;
    -ms-transition-delay: 0;
    -ms-transition-timing-function: ease-out;
    -o-transition-property: -o-transform;
    -o-transition-duration: 1s;
    -o-transition-delay: 0;
    -o-transition-timing-function: ease-out;
    transition-property: transform;
    transition-duration: 1s;
    transition-delay: 0;
    transition-timing-function: ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility-origin: hidden;
    -ms-backface-visibility-origin: hidden;
    -o-backface-visibility-origin: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 1000;
    -moz-transform-origin: 1000;
    -ms-transform-origin: 1000;
    -o-transform-origin: 1000;
    perspective: 1000;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.media-materials:hover img, .related-posts:hover img {
    -webkit-transform: scale(1.03) rotate(0.1deg);
    -moz-transform: scale(1.03) rotate(0.1deg);
    -o-transform: scale(1.03) rotate(0.1deg);
    -ms-transform: scale(1.03) rotate(0.1deg);
    transform: scale(1.03) rotate(0.1deg);
}

/*-----------------------------------------------------------------------------------*/
/*   Audio Player
/*-----------------------------------------------------------------------------------*/

.jp-gui {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    overflow: hidden;
    width: 100%;
    height: 80px;
}

.audio-player-widget .controls-wrapper {
    width: 20%;
}

.audio-player-widget .progress-wrapper {
    width: 55%;
}

.audio-player-widget .volume-wrapper {
    width: 25%;
}

.audio-player-widget .jp-play {
    width: 30px;
    height: 10px;
}

.audio-player-widget .jp-pause {
    width: 30px;
    height: 10px;
}

.controls-wrapper {
    float: left;
    width: 15%;
    padding-top: 20px;
    text-align: center;
}

.controls-wrapper ul li a:before {
    display: none !important;
}

.progress-wrapper {
    float: left;
    width: 70%;
    padding-top: 40px;
    position: relative;
}

.volume-wrapper {
    float: left;
    width: 15%;
    padding-top: 40px;
}

.jp-jplayer,.jp-audio {
    width: 100%;
    margin: 50px auto;
}

.jp-controls {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "FontAwesome";
    display: inline-block;
}

.jp-controls li {
    display: inline;
}

.jp-controls li:before {
    display: none;
}

.jp-controls a {
    color: #fff;
}

.jp-play,.jp-pause {
    width: 60px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 43px;
    font-size: 18px;
}

.jp-volume-bar {
    width: 45px;
    height: 1px;
    background-color: #494949;
    overflow: hidden;
    margin: 0 auto;
}

.jp-volume-bar-value {
    background-color: #fff;
    height: 1px;
}

.jp-progress {
    background-color: #494949;
    overflow: hidden;
    width: 100%;
}

.jp-play-bar {
    height: 1px;
    background-color: #FF2560;
}

.jp-progress:hover, .jp-volume-bar {
    cursor: pointer;
}

.jp-time-holder {
    color: #FFF;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    position: absolute;
    right: 0px;
    bottom: -20px;
    width: 100%;
}

.jp-current-time {
    float: left;
}

.jp-duration {
    float: right;
}

.blog-post-audio {
    position: relative;
    min-height: 360px;
}

.audio-player-widget {
    border-radius: 5px;
    min-height: 220px;
    position: relative;
}

.author-cover-background {
    position: absolute;
    margin-left: -25px;
    top: 0;
    width: 100%;
    height: 140px;
}

.author-cover-background img {
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -47px;
    width: 95px;
    height: 95px;
    border: solid 4px #FFF;
}

.author-info {
    margin-top: 170px;
}


.author-info small {
    font-size: 12px;
    font-style: italic;
}

.author-info small a {
    color: #888;
    margin-top: -5px;
    display: inline-block;
}

.author-info p {
    line-height: 20px;
    margin-top: 20px;
}

.author-info a {
    color: #ff0a60;
}

.author-works {
    position: relative;
    border: solid 1px #f4f4f4;
    border-radius: 5px;
    margin: 30px;
    margin-top: 40px;
    padding: 10px;
    margin-bottom: 10px;
}

.works-title {
    position: absolute;
    background: #FFF;
    font-size: 10px;
    color: #949393;
    text-transform: uppercase;
    margin-left: 2px;
    padding: 0 10px;
    top: -13px;
}

.works-details {
    margin-top: 5px;
}

.works-details ul li {
    line-height: 23px;
    display: block;
}

.works-details ul li p {
    font-size: 11px;
    line-height: 23px;
}

.works-details ul li i {
    padding-right: 14px;
    vertical-align: middle;
}

.works-details ul li i.f-icon {
    padding-right: 15px;
    margin-left: 1px;
}

.works-details ul li i.f-icontwo {
    padding-right: 16px;
    margin-left: 2px;
}

.works-details ul li .fa-circle {
    font-size: 5px;
    color: #1dd21b;
}

/*-----------------------------------------------------------------------------------*/
/*   Widget
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*   Social Links Widget
/*-----------------------------------------------------------------------------------*/

.social-links ul li a:before {
    display: none;
}

.social-links i {
    font-size: 20px;
}

.social-links ul li:nth-child(4n) {
    border: none;
}

.social-links ul li:last-child {
    border: none;
}

.social-links .fa-behance {
    color: #1769ff;
}

.social-links .fa-codepen {
    color: #040404;
}

.social-links .fa-deviantart {
    color: #4E6252;
}

.social-links .fa-dribbble {
    color: #EA4C89;
}

.social-links .fa-facebook {
    color: #3B5998;
}

.social-links .fa-flickr {
    color: #FF0084;
}

.social-links .fa-foursquare {
    color: #0072B1;
}

.social-links .fa-github {
    color: #000;
}

.social-links .fa-googleplus {
    color: #DD4B39;
}

.social-links .fa-instagram {
    color: #3F729B;
}

.social-links .fa-linkedin {
    color: #0976B4;
}

.social-links .fa-pinterest {
    color: #CC2127;
}

.social-links .fa-soundcloud {
    color: #FF8800;
}

.social-links .fa-tumblr {
    color: #35465C;
}

.social-links .fa-twitter {
    color: #55ACEE;
}

.social-links .fa-vimeo {
    color: #1AB7EA;
}

.social-links .fa-vine {
    color: #00B488;
}

.social-links .fa-youtube {
    color: #E52D27;
}

.social-links .tooltip-inner {
    margin-bottom: 10px;
}

.social-links .tooltip-arrow {
    margin-bottom: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*   Twitter Widget
/*-----------------------------------------------------------------------------------*/

.tweet-content {
    max-width: 240px;
    padding-left: 10px;
}

.tweet-box {
    margin-top: 30px;
}

.tweet-content .time {
    font-size: 9px;
    font-style: italic;
}

.user-twitter-avatar {
    padding-top: 5px;
}

.tweet-title {
    color: #666;
    font-weight: 500;
}

.tweet-content p {
    font-size: 12px;
    color: #888;
    line-height: 15px;
}

.follow-button {
    margin-top: 20px;
}

.populer-post-widget-views {
    font-size: 11px;
    font-style: italic;
    color: #888;
}

.wpt_widget_content {
    position: relative;
    background: #FFF;
    border: solid 1px #f1f1f1;
    margin-bottom: 40px;
    font-size: 13px;
}

.wpt_widget_content ul {
    margin-left: 0;
}

.footer-container .wpt_widget_content, .sb-slidebar .wpt_widget_content {
    position: relative;
    background: #101010;
    border: solid 1px #333;
    margin-bottom: 40px;
    font-size: 13px;
    margin-top: 40px;
}

.wpt_widget_content ul li a:before {
    display: none;
}

.wpt_widget_content ul li {
    padding: 15px 0;
    border-bottom: solid 1px #e8e8e8;
    border-left: solid 1px #e8e8e8;
    display: inline-block;
    text-align: center;
}

.footer-container .wpt_widget_content ul li, .sb-slidebar .wpt_widget_content ul li {
    padding: 15px 0;
    border-bottom: solid 1px #333;
    border-left: solid 1px #333;
    display: inline-block;
    text-align: center;
}

.inside ul li {
    border: none !important;
    text-align: left;
}

.wpt_widget_content ul li:first-child {
    border-left: none;
}

.wpt_widget_content li.selected {
    border-bottom: none;
}

.wpt_widget_content .inside {
    margin-top: 30px;
    padding: 25px;
}

.wpt_widget_content .selected a {
    color: #ff0a60;
}

.footer-container li.tab_title a {
    color: #FFF;
}

.wpt_widget_content ul.has-4-tabs li {
    float: left;
    width: 25%;
}

.wpt_widget_content ul.has-3-tabs li {
    float: left;
    width: 33%;
}

.wpt_widget_content ul.has-2-tabs li {
    float: left;
    width: 50%;
}

.wpt_widget_content ul.has-1-tabs li {
    float: left;
    width: 100%;
}

.wpt_widget_content a {
    color: #666;
}

#comments-tab-content {
    margin-top: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*   Flicker Widget
/*-----------------------------------------------------------------------------------*/

#flickr-widget {
    text-align: center;
}

.flickr_badge_image {
    display: inline-block;
}

#flickr-widget img {
    display: inline;
    margin: 3px;
    padding: 1px;
    border: 1px solid #e8e8e8;
}

.footer-widget #flickr-widget img {
    border: 1px solid #333;
}

/*-----------------------------------------------------------------------------------*/
/*   Author Page
/*-----------------------------------------------------------------------------------*/

.author-page .menu-container {
    background: rgba(255, 255, 255, 0.0) !important;
    border-bottom: solid 1px #282828;
}

.author-page .menu-container ul li a {
    color: #FFF;
}

.background-opacity {
    background: rgba(0,0,0,0.3);
}

.author-page-box {
    padding: 8% 0;
    max-width: 700px;
    margin: 0 auto;
}

.author-page-box h1 {
    color: #FFF;
    margin-top: 10px;
}

.author-page-box p.author-desc {
    margin-top: 30px;
    color: #d2d2d2;
}

.author-page-box .author-position {
    font-size: 18px;
    font-style: italic;
    color: #FFF;
}

.author-pages {
    width: 100%;
    margin-top: 80px;
}

.author-pages {
    border-top: solid 1px rgba(255,255,255,0.2);
}

.user-random-posts {
    padding: 15px;
}

.user-random-posts i {
    color: #FFF;
}

.pages-nav ul li {
    float: left;
    padding: 15px;
}

.pages-nav ul li a {
    font-size: 12px;
    font-family: novecento_bold;
    color: #FFF;
}

.pages-nav ul li.active {
    border-top: solid 1px #FF2560;
    margin-top: -1px;
}

.pages-nav ul li.active a {
    color: #fc0061;
}

.author-pages-info {
    margin-top: 60px;
}

.author-pages-info h5 {
    margin-bottom: 30px;
}

.media-materials {
    overflow: hidden;
    position: relative;
}

.media-materials img {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -webkit-transition-delay: 0;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -moz-transition-delay: 0;
    -moz-transition-timing-function: ease-out;
    -ms-transition-property: -ms-transform;
    -ms-transition-duration: 1s;
    -ms-transition-delay: 0;
    -ms-transition-timing-function: ease-out;
    -o-transition-property: -o-transform;
    -o-transition-duration: 1s;
    -o-transition-delay: 0;
    -o-transition-timing-function: ease-out;
    transition-property: transform;
    transition-duration: 1s;
    transition-delay: 0;
    transition-timing-function: ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility-origin: hidden;
    -ms-backface-visibility-origin: hidden;
    -o-backface-visibility-origin: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 1000;
    -moz-transform-origin: 1000;
    -ms-transform-origin: 1000;
    -o-transform-origin: 1000;
    perspective: 1000;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.media-materials:hover img {
    -webkit-transform: scale(1.03) rotate(0.1deg);
    -moz-transform: scale(1.03) rotate(0.1deg);
    -o-transform: scale(1.03) rotate(0.1deg);
    -ms-transform: scale(1.03) rotate(0.1deg);
    transform: scale(1.03) rotate(0.1deg);
}

.post-gallery{
    margin-top: 25px;
}
/*-----------------------------------------------------------------------------------*/
/*   Post Tools
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*   Post Tools & Share
/*-----------------------------------------------------------------------------------*/

.post-tools {
    padding: 25px 0;
}

.post-tools .col-lg-6 {
    padding: 0;
    margin: 0;
}

.blog-post-tag {
    color: #d6d6d6;
    font-size: 11px;
    height: auto;
    display: inline-block;
}

.line-tag {
    height: 1px;
    width: 100%;
    background: #e8e8e8;
    margin-bottom: 30px;
}

.tag-title-post {
    font-weight: 700;
    color: #333;
    font-size: 13px;
    padding-left: 5px;
}

.post-tools i {
    font-size: 12px;
    color: #ff0a60;
}

.blog-post-tag a {
    font-size: 11px;
    text-transform: uppercase;
    margin: 0 10px;
    color: #888;
}

.modern .blog-post-tag a{
    background: #f1f1f1;
    font-size: 11px;
    padding: 5px 10px;
    color: #666;
    border-radius: 10px;
    line-height: 35px;
    margin:0 5px;
}

.blog-post-tag a:hover {
    color: #ff0a60;
}

.share-tools ul li {
    float: left;
    color: #d6d6d6;
    font-size: 12px;
}

.share-tools i {
    font-size: 13px;
}

.share-tools .fa-facebook {
    color: #3b5998;
}

.share-tools .fa-twitter {
    color: #55acee;
}

.share-tools .fa-instagram {
    color: #3f729b;
}

.share-tools .fa-pinterest {
    color: #cc2127;
}

.share-tools .fa-google-plus {
    color: #cc2127;
}

.share-tools ul li:first-child{
    padding-left: 20px;
}

.share-tools ul li:after {
    content: "|";
    padding-left: 20px;
    padding-right: 20px;
}

.share-tools ul li:last-child:after {
    display: none;
}

.share-tools ul li:before {
    display: none;
}

.social-links ul {
    padding-top: 10px;
}

.social-links ul li {
    float: left;
    width: 25%;
    border-right: solid 1px #e8e8e8;
    text-align: center;
    margin: 10px 0;
    padding-left: 0;
}

.footer-widget .social-links ul li {
    float: left;
    width: 25%;
    border-right: solid 1px #333;
    text-align: center;
    margin: 10px 0;
    padding-left: 0;
}

.share-wrapper {
    display: none;
    height: 50px;
    overflow: hidden;
}

.share-wrapper .share-tools ul {
    padding-top: 2px;
}

.sizer-wrapper {
    position: absolute;
    width: 1px;
    background: #eee;
    left: -19px;
    top: 2px;
    z-index: 99;
}

.bigText {
    font-family: "Georgia",Serif;
    border: 1px solid #eee;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    font-size: 30px;
    color: #373737;
    padding-top: 12px;
    padding-left: 15px;
}

.smallText {
    margin-left: 7px;
    font-family: "Georgia",Serif;
    border: 1px solid #eee;
    width: 36px;
    height: 36px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    font-size: 15px;
    color: #939393;
    padding-top: 5px;
    padding-left: 13px;
}

.randomPost {
    margin-left: 10px;
    border: 1px solid #eee;
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    font-size: 12px;
    color: #666;
    padding-top: 2px;
    padding-left: 9px;
}

#text-exp{
    position: static;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-left:-25px;
}

.scroll-to-fixed-fixed{
    margin-left:0px !important;
}

.blog-content .scroll-to-fixed-fixed{
    margin-left:0 !important;
}

.fixMargin{
    margin-left: -25px !important;
}

/*-----------------------------------------------------------------------------------*/
/*   Scrollup
/*-----------------------------------------------------------------------------------*/

.scrollup {
    display: inline-block;
    padding-top: 8px;
    padding-left: 14px;
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 5%;
    background-color: rgba(0,0,0, 0.1);
    border-radius: 5px;
}

.scrollup i {
    font-size: 20px;
    color: #ff0a60;
}

.scrollup:hover {
    text-decoration: none;
    background: rgba(0,0,0,1);
}

#blog {
    position: relative;
    overflow: hidden;
}

h1.background--light {
    color: #000 !important;
}

h1.background--dark {
    color: #fff !important;
}

h1.background--complex {
    color: #888 !important;
}

.modern-blog-post-title-container.background--light h1 a, .modern-blog-post-title-container.background--light h2 a, .modern-blog-post-title-container.background--light p, .modern-blog-post-title-container.background--light ul li a, .modern-blog-post-title-container.background--light ul li, .related-post-container .background-related.background--light ul li a, .related-post-container .background-related.background--light h3 a, .back-check-img-wrap.background--light h1, .back-check-img-wrap.background--light h3, .back-check-img-wrap.background--light .modern-read-down a h4, .back-check-img-wrap.background--light .modern-read-down a i, .modern-blog-post-title-container.background--light a.blog-read-more, .modern-blog-post-title-container.background--light a.blog-read-more i, .logo.background--light p, .author-page-box.background--light h1, .author-page-box.background--light .author-desc, .author-page-box.background--light .author-social-media ul li i, .back-check-img-wrap.background--light .author-name-chck a, .author-page-box.background--light .author-position {
    color: #000 !important;
}

.modern-blog-post-title-container.background--dark h1 a, .modern-blog-post-title-container.background--dark h2 a, .modern-blog-post-title-container.background--dark p, .modern-blog-post-title-container.background--dark ul li a, .modern-blog-post-title-container.background--dark ul li, .related-post-container .background-related.background--dark ul li a, .related-post-container .background-related.background--dark h3 a, .back-check-img-wrap.background--dark h1, .back-check-img-wrap.background--dark h3, .back-check-img-wrap.background--dark .modern-read-down a h4, .back-check-img-wrap.background--dark .modern-read-down a i, .modern-blog-post-title-container.background--dark a.blog-read-more, .modern-blog-post-title-container.background--dark a.blog-read-more i, .logo.background--dark p, .author-page-box.background--dark h1, .author-page-box.background--dark .author-desc, .author-page-box.background--dark .author-social-media ul li i, .back-check-img-wrap.background--dark .author-name-chck a, .author-page-box.background--dark .author-position{
    color: #FFF !important;
}

.modern-blog-post-title-container.background--dark.background--complex h1 a, .modern-blog-post-title-container.background--dark.background--complex h2 a, .modern-blog-post-title-container.background--dark.background--complex p, .modern-blog-post-title-container.background--dark.background--complex ul li a, .modern-blog-post-title-container.background--dark.background--complex ul li, .related-post-container .background-related.background--dark.background--complex ul li a, .related-post-container .background-related.background--dark.background--complex h3 a, .back-check-img-wrap.background--dark.background--complex h1, .back-check-img-wrap.background--dark.background--complex h3, .back-check-img-wrap.background--dark.background--complex .modern-read-down a h4, .back-check-img-wrap.background--dark.background--complex .modern-read-down a i, .modern-blog-post-title-container.background--dark.background--complex a.blog-read-more, .modern-blog-post-title-container.background--dark.background--complex a.blog-read-more i, .logo.background--dark.background--complex p, .author-page-box.background--dark.background--complex h1, .author-page-box.background--dark.background--complex .author-desc, .author-page-box.background--dark.background--complex .author-social-media ul li i, .back-check-img-wrap.background--dark.background--complex .author-name-chck a, .author-page-box.background--dark.background--complex .author-position{
    color: #a1a1a1 !important;
}

.modern-blog-post-title-container.background--light.background--complex h1 a, .modern-blog-post-title-container.background--light.background--complex h2 a, .modern-blog-post-title-container.background--light.background--complex p, .modern-blog-post-title-container.background--light.background--complex ul li a, .modern-blog-post-title-container.background--light.background--complex ul li, .related-post-container .background-related.background--light.background--complex ul li a, .related-post-container .background-related.background--light.background--complex h3 a, .back-check-img-wrap.background--light.background--complex h1, .back-check-img-wrap.background--light.background--complex h3, .back-check-img-wrap.background--light.background--complex .modern-read-down a h4, .back-check-img-wrap.background--light.background--complex .modern-read-down a i, .modern-blog-post-title-container.background--light.background--complex a.blog-read-more, .modern-blog-post-title-container.background--light.background--complex a.blog-read-more i, .logo.background--light.background--complex p, .author-page-box.background--light.background--complex h1, .author-page-box.background--light.background--complex .author-desc, .author-page-box.background--light.background--complex .author-social-media ul li i, .back-check-img-wrap.background--light.background--complex .author-name-chck a, .author-page-box.background--light.background--complex .author-position{
    color: #333 !important;
}

.related-post-container .background-related.background--light .cats-line{
    background-color: #000 !important;
}

.related-post-container .background-related.background--dark .cats-line{
    background-color: #FFF !important;
}

.related-post-container .background-related.background--light.background--complex .cats-line{
    background-color: #333 !important;
}

.related-post-container .background-related.background--dark.background--complex .cats-line{
    background-color: #a1a1a1 !important;
}

.search-panel {
    position: relative;
}

.content {
    width: 100%;
    background-color: #fff !important;
}

.bar {
    width: 100%;
    height: 200px;
    background: pink;
}

.panel-wrapper {
    padding: 0px 20px 0 20px;
    color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*   Prev Next
/*-----------------------------------------------------------------------------------*/

.prev-next a {
    position: absolute;
    top: 200px;
    display: block;
    outline: none;
    text-align: left;
    z-index: 99999999;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff !important;
    width: 40px;
    height: 90px;
}

#modern-post-effect .prev-next a{
    z-index: 0 !important;
    background: #fff !important;
    top:300px;
}

.prev-next i {
    font-size: 22px;
}

.prev-next a.prev {
    left: 0;
    border-top: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

.prev-next a.next {
    right: 0;
    border-top: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

.prev-next .icon-wrap {
    position: relative;
    display: block;
    padding-top: 34px;
    padding-left: 15px;
}

.prev-next {
    overflow: hidden;
}

.prev-next i {
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    fill: #fff;
}

.prev-next div {
    position: absolute;
    top: 0;
    width: 200px;
    height: 100%;
    background-color: #939a9f;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.prev-next a.prev div {
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.prev-next a.next div {
    right: 0;
    text-align: right;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.prev-next img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.prev-next h3 {
    position: absolute;
    top: 125%;
    margin: 0;
    padding: 0 15px;
    width: 100%;
    height: 30%;
    background: #FF0A60;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 1px;
    font-size: 10px;
    line-height: 26px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.prev-next a:hover i {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.prev-next a.prev:hover i {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.prev-next a.next:hover i {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.prev-next a:hover div {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.prev-next a:hover h3 {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

/*-----------------------------------------------------------------------------------*/
/*   Progress
/*-----------------------------------------------------------------------------------*/

.progress-container{
    position: static;
    z-index: 9999999999999;
    width: 100%;
    color: #FF0A60;
    height:2px;
}

.reading-progress-bar{
    width:0%;
    background: #FF0A60;
    height:2px;
}

/*-----------------------------------------------------------------------------------*/
/*   Search
/*-----------------------------------------------------------------------------------*/

#modern-search-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999999999999;
    background: rgba(0,0,0,0.7);
    display: none;
    padding-top: 20%;
    padding-left: 20%;
}

#modern-search-wrapper input {
    background: transparent;
    height: 50px;
    font-size: 40px;
    color: #fff !important;
    width: 450px;
    border-bottom: 1px solid #f5f5f5;
    border: 0;
    font-family: novecento_demibold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#modern-search-wrapper input::-webkit-input-placeholder {
    color: #f5f5f5;
    font-family: novecento_demibold;
    font-style: normal;
    font-size:20px;
    letter-spacing: 1px;
    padding-top: 12px;
}

::-moz-placeholder {
    color: #9e9e9e;
    font-weight: 300;
}

:-ms-input-placeholder {
    color: #9e9e9e;
    font-weight: 300;
}

input:-moz-placeholder {
    color: #9e9e9e;
    font-weight: 300;
}

#modern-search-wrapper input:focus {
    outline: 0;
}

#search-close {
    position: absolute;
    top: 10%;
    right: 10%;
    color: #fff;
    font-size: 15px;
}

#search-button {
    position: relative;
}

#search-button i {
    position: absolute;
}

.open-search {
    margin-top: 6px;
    margin-left: -15px;
}

.close-search {
    display: none;
    margin-top: 6px;
    margin-left: -15px;
}

#classic-search-wrapper {
    position: absolute;
    top: 0;
    left: -300px;
    top: 30px;
    width: 315px;
    background: #eee;
    border-radius: 5px;
    text-align: center;
    padding: 10px 10px;
    display: none;
}

#classic-search-wrapper input.s-input {
    background: #FFF;
    height: 40px;
    min-width: 180px;
    border: solid 1px #e8e8e8;
    margin: 0;
    padding: 0 5px;
    font-size: 13px;
}

#classic-search-wrapper input.s-submit {
    background: #FF0A60 !important;
    color: #FFF !important;
    letter-spacing: 0;
}

.post-slider-wrapper {
    width: 100%;
    background: #383838;
}


/*-----------------------------------------------------------------------------------*/
/*   Shortcode
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*   Sources Shortcode
/*-----------------------------------------------------------------------------------*/

.sources {
    background: #f8f8f8;
    padding: 40px;
    margin-top: 60px;
}

.sources h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.sources a {
    padding: 15px 8px;
    line-height: 13px;
    border-bottom: solid 1px #e5e5e5;
    display: block;
    padding-left: 0;
    position: relative;
    padding-right: 15px;
}

.sources a:after {
    content: "\f14c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #ff0a60;
    font-size: 13px;
    padding-right: 0.5em;
    position: absolute;
    top: 17px;
    right: 0px;
}

/*-----------------------------------------------------------------------------------*/
/*   Skill Box Shortcode
/*-----------------------------------------------------------------------------------*/

.skills-box {
    width: 100%;
    background-color: #f5f5f5;
    border-top: 1px solid #f0f0f0;
    padding-bottom: 60px;
    margin-top: 60px;
}

.progress {
    height: 10px;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    background-color: #eaeaea;
    border: 0;
    border-radius: 5px;
    margin-top: -5px !important;
    margin-bottom: 10px;
}

.bar-box {
    text-transform: uppercase;
    font-family: novecento_bold;
}

.bar-box p {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 13px;
}

.progress-bar {
    background-color: #ff0a60;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

/*-----------------------------------------------------------------------------------*/
/*   Spoiler Shortcode
/*-----------------------------------------------------------------------------------*/

.spoiler {
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    font-size: .9em;
}

.spoiler.on {
    color: rgba(0,0,0,0);
    text-shadow: 0 0 10px #000;
}

.spoiler.on:before {
    content: 'Show Spoiler Text';
    position: absolute;
    text-shadow: none;
    color: #fff;
    width: 190px;
    height: 35px;
    line-height: 35px;
    letter-spacing: 1px;
    text-align: center;
    left: 50%;
    top: 50%;
    margin-left: -95px;
    border-radius: 5px;
    font-family: novecento_bold;
    text-transform: uppercase;
    font-size: 13px;
    background-color: #ff0a60;
    margin-top: -17px;
}

.b_color {
    padding: 20px;
}

p.cptch_block {
    padding-bottom: 15px;
    top: -15px;
    position: relative;
}

/*-----------------------------------------------------------------------------------*/
/*   Dropcap Shortcode
/*-----------------------------------------------------------------------------------*/

.dropcap p:first-child:first-letter {
    float: left;
    text-align: center;
    border-radius: 50%;
    font-size: 60px;
    font-weight: 300;
    line-height: 60px;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: 5px;
    display: block;
}

.panel-title {
    background: #101010;
    border-radius: 1px;
    color: #FFF;
    font-size: 12px;
    font-family: novecento_bold;
    padding: 10px 15px;
}

.cllpse-active a {
    color: #ff0a60;
}

.collapse-blogy {
    background: #FFF;
}

#accordion .panel {
    margin-bottom: 6px;
    border: 0;
}

.accordion-left-pad{
    padding-left: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*   Tab Shortcode
/*-----------------------------------------------------------------------------------*/

.tab-style ul li {
    float: left;
    padding: 5px 12px;
}

.tab-style ul li a {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tabbed-area .active {
    background: #ff0a60;
}

.tabbed-area .active:hover {
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background: #282828;
}

.tabbed-area .active a {
    color: #FFF !important;
}

.contact-tabs-area .tabbed-area .active {
    background: #f5f5f5 !important;
}

.tabbed-area li:before {
    display: none;
}

ul.tabbed-area {
    padding: 0;
    margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/*   404
/*-----------------------------------------------------------------------------------*/

#error-page {
    margin-top: 8%;
    margin-bottom: 8%;
}

.error-image {
    text-align: center;
}

.error-image img {
    display: inline-block;
    margin-bottom: 20px;
}

.left-side {
    border-right: solid 1px #e8e8e8;
    height: 320px;
}

.right-side {
    line-height: 460px;
    vertical-align: middle;
}

.right-content {
    text-align: left;
    max-width: 270px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 22px;
}

.search-box {
    margin-top: 60px;
}

#error-page h5 {
    margin-bottom: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*   Video Section
/*-----------------------------------------------------------------------------------*/

.video-section {
    width: 100%;
    position: relative;
}

.video-section-home {
    width: 100%;
    position: relative;
}

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
}

.video-wrapper .mediaElement {
    margin-top: -20px;
}

.video-wrapper .vimeo-bg {
    margin-top: -5px;
}

.video-wrapper .youtube-bg {
    margin-top: -5px;
}

.video-content {
    background: url(images/video_overlay.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
}

.video-cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.video-cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

/*-----------------------------------------------------------------------------------*/
/*   Social & Newsletter
/*-----------------------------------------------------------------------------------*/

.social-area{
    min-height: 380px;
}

.social-newsletter{
    width:50%;
    background: #f0f0f0;
    height: auto;
}

.social-side{
    width:50%;
    background: #ff0a60;
    height: auto;
}

.newsletter-box{
    max-width: 550px;
}

.social-box{
    max-width: 550px;
}

.shortcode_wysija input[type=text]{
    width:320px;
    height: 70px;
    border: 1px solid #c6c6c6;
    background: #f0f0f0;
    color: #9e9e9e !important;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    padding-left: 15px;
}

.shortcode_wysija input[type=submit]{
    width: 100%;
    height: 100%;
    text-indent: -99999px;
    margin-top: 0;
    padding: 0;
    background: transparent !important;
    border-radius: 50%;
    position: relative;
    z-index: 9;
}

.nws-input-wrapper{
    width: 40px;
    height: 40px;
    position: relative;
    background: transparent;
    border: 1px solid #c6c6c6;
    border-radius: 50%;
    padding: 0;
    margin-top: 49px;
    margin-left:140px;
}

.nws-input-wrapper:before {
    content:" ";
    position: absolute;
    top: -51px;
    left: 19px;
    width: 1px;
    height: 50px;
    background: #c6c6c6;
}

.nws-input-wrapper:after {
    content: "\f0e0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #333;
    font-size: 13px;
    position: absolute;
    top: 6px;
    left: 13px;
}

.formErrorContent{
    border: 0 !important;
    background-color: #ff0a60 !important;
}

.newsletter-wrapper{
    width:320px;
    margin: 0 auto;
}

.nwslttr-title hr{
    height: 1px;
    background: #000;
    width: 45px;
    margin-top: 10px;
    border-top:0;
}

.social-title h3{
    color: #fff;
}

.social-title hr{
    height: 1px;
    background: #fff;
    width: 45px;
    margin-top: 10px;
    border-top:0;
}

.social-links-footer li a i{
    font-size: 30px;
    color: #fff;
}

.social-links-footer li{
    float: left;
    margin-right: 140px;
    width: 40px;
}

.social-links-footer li .tooltip{
    margin-top: -15px;
}

.social-links-footer li:nth-child(3n+3){
    margin-right: 0px;
}

.social-links-footer li{
    float: left;
    margin-right: 140px;
    margin-bottom: 50px;
}

.social-links-footer{
    padding-left: 100px;
}

.widget_wysija_cont .updated{
    border: 0;
    background-color: #ff0a60;
    color: #fff;
}

.search-page .modern-grid-box{
    height: 565px;
}

.classic .post-content-blog .excerpt .container{
    width: 100% !important;
}

.newsletter-box{
    padding-right: 170px;
}

/*-----------------------------------------------------------------------------------*/
/*   Footer
/*-----------------------------------------------------------------------------------*/

.footer-container {
    background: #101010;
    padding-bottom: 40px;
}

.footer-widget {
    margin-top: 40px;
    position: relative;
    font-size: 13px;
}

.footer-widget h4 {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 13px;
    text-transform: none;
    color: #FFF;
}

.footer-widget hr {
    border-top: solid 1px #333;
    margin: 0;
    padding: 0;
    margin: 12px 0;
    margin-bottom: 20px;
}

.footer-widget a, .footer-widget p {
    color: #ddd;
}

.footer-widget a:hover {
    color: #ff0a60;
}

.footer-widget ul li {
    position: relative;
    padding-left: 15px;
    line-height: 31px;
}

.footer-widget ul li ul li a {
    padding-left: 10px;
}

.footer-widget ul li ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #dcdcdc;
    font-size: 13px;
    padding-right: 0.5em;
    position: absolute;
    left: 0;
    left: 10px;
}

.footer-widget ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #dcdcdc;
    font-size: 13px;
    padding-right: 0.5em;
    position: absolute;
    left: 0;
}

.footer-widget .codepen i, .footer-widget .github i {
    color: #FFF;
}


.footer-widget .author-info h2 {
    color: #FFF;
}

.footer-widget .author-info {
    margin-top: 200px;
}

.footer-widget .author-widget {
    border: solid 1px #222;
    padding-bottom: 30px;
}

.footer-widget .author-info p {
    padding: 0 30px;
}

.footer-widget .author-works {
    position: relative;
    border: solid 1px #333;
    border-radius: 5px;
    margin: 30px;
    margin-top: 40px;
    padding: 10px;
    margin-bottom: 10px;
}

.footer-widget .works-title {
    position: absolute;
    background: #101010;
    font-size: 10px;
    color: #949393;
    text-transform: uppercase;
    margin-left: 2px;
    padding: 0 10px;
    top: -13px;
}

.footer-widget .author-cover-background {
    position: absolute;
    left: 25px;
    top: 0;
    width: 100%;
    height: 140px;
}

.footer-widget .author-cover-background img {
    border: solid 4px #333333;
}