/*
	Theme Name: EPIC Jellythemes | Shared By yogithemes.com
	Theme URI: http://www.jellythemes.com/themes/epicwp
	Author: Jellythemes
	Author URI: http://www.jellythemes.com.com
	Description: EPIC wordpress theme;
	Text Domain: jellythemes
    Version: 1.2
    License: GNU General Public License v2.0
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: one-column, flexible-width, light, theme-options
*/
/*------------------------------------------------------------------
[Secondary Stylesheet]

Project:    EPIC WordPress Theme
Version:    1.2
Last change:    20/01/2015
Primary use:    WordPress Theme for portfolio
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Fixes
2. Differents Header
3. Posts elements
4. Blog
5. Sidebars
6. Comments
7. Submenus
8. Responsive
-------------------------------------------------------------------*/
/* FIXES */
*, html { margin:0; padding:0; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* END FIXES */
body {font-family: "Raleway";}

a img, :link img, :visited img {border: 0;}
a {color:#f4405b;}
.page-template-blog-php  #header.overflow, .darker #footer {background:#343434 !important;}
.page-template-blog-php  #header.overflow .menu-item a {color:#fff !important;}
.page-template-blog-php  #header.overflow.fixed .navbar-brand.mini {display: none !important;}
.page-template-blog-php  #header.overflow.fixed .navbar-brand.mini.darker {display: block !important;}
.single-post  #header.overflow, .darker #footer {background:#343434 !important;}
.single-post  #header.overflow .menu-item a {color:#fff !important;}
.single-post  #header.overflow.fixed .navbar-brand.mini {display: none !important;}
.single-post  #header.overflow.fixed .navbar-brand.mini.darker {display: block !important;}
.nav > li > a:hover, .nav > li > a:focus {background-color: inherit; }
/* =WordPress Core
-------------------------------------------------------------- */
.admin-bar #header.overflow.fixed {top:32px;}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.bypostauthor {}
.gallery-caption {}
.sticky {}
.clients-list img {height: auto;}
.team-wrapper {margin-top:0px !important;}
.floated-content, .section .full-width .jt_col.floated-content {padding-left:280px;text-align:right; width: auto;}
.overlay-photo {
    margin-bottom:-210px;
    margin-top:-100px;
    position: relative;
    z-index: 1;
}
.section.parallax {
    margin-bottom: 140px;
    background-size: auto 1060px;
}
.pag-more {background-position: center top;}
.pag-more.disable {
    background-position: center bottom;
    cursor:default;
}
.project-info {z-index:999;}
#clients .separator {margin-top:0px;}
#process .carousel-wrapper.with_buttons .owl-controls .owl-buttons div {margin-top:-350px;}
.clients-list img:hover {opacity: 0.5}
img.separator {
    text-align: center;
    max-width: 100%;
    height: auto;
    margin: 50px auto 0px auto;
    display: block;
}

/* BLOG */
.container.blog {padding-top:70px;}
.post .tags{
    clear:both;
}
.title.grid-full {margin-bottom:50px;}
.post .tags a{
    -webkit-border-radius: 3px;
    border: 1px solid #f4405b;
    padding:3px 6px;
    margin:0 3px 3px 0;
    line-height: 36px;
    white-space: nowrap;
    font-size:12px;
}
.pagination {
    text-transform: uppercase;
    font-size: 13px;
    margin:20px auto;
}
.post .tags a:hover{
    border-color:#999;
    color:#999;
}

.widget_recent_entries li{
    padding-bottom:8px;
}

.widget_recent_entries span{
    display:block;
    font-size:12px;
}

.sidebar {
    color:#777;
    font-size: 13px;
}
.sidebar ul, .sidebar ol { padding-left:0px; list-style: none;}
.post {
    position: relative;
    text-align: left;
    margin-top: 30px;
    padding: 0px 0px 30px 70px;
    border-bottom: 1px solid #e9e9e9;
}
.post.sticky {
    background: #fafafa;
    padding: 20px;
}

.post-media { position: relative; }

.post-media img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-width: 100%;
    height: auto;
    margin-bottom:10px;
}

.post .date {
    position: absolute;
    text-align: center;
    width: 40px;
    padding-bottom: 10px;
    top: 0;
    left: 0;
    text-transform: uppercase;
    font-size: 1.6em;
    letter-spacing: 0.2em;
    line-height: 0.8em;
    border-bottom: 1px solid #f4405b;
    color:#666666;
    font-style: italic;
}

.post .date small { font-size: 0.5833333333333333em; }

.post.sticky .date {
    position: relative;
    border: 0px;
    margin-bottom: 10px;
    display: block;
    float: right;
}

.post-title h2 {
    text-transform: none;
    letter-spacing: normal;
    font-size: 30px;
    margin-top:0px;
    line-height: 55px;
    font-family: "Merriweather";
    font-weight: 400;
    color: #444444;
}
.post-body {
    margin-bottom:30px;
    font-size: 16px;
    color: #444444;
    line-height: 30px;
    font-weight: 300;
}
.post-body img {max-width: 100%; height:auto;}
.post-body ul, .post-body ol {margin-left: 10px;}
.post-meta {margin-bottom:30px;}
.post.quote .post-title h2, .post.link .post-title h2 {
    font-size: 1em!important;
    text-transform: uppercase;
    letter-spacing: 0.20em;
    padding: 0;
}

.post-title a { text-decoration:none; color: #060606!important; }
.post-meta h6, .post-meta a { text-decoration:none; font-size:13px; text-transform: lowercase; }
.post-meta h6 {color:#777;}
.post-meta a:hover {text-decoration: none;}
.post-meta a.more {
    float: right;
    text-transform: uppercase;
}

/* Sidebar styles */
.sidebar a {text-decoration:none;}
.sidebar a:hover {text-decoration: none;}
.widget {
    text-align: left;
    margin-top: 30px;
}
.widget h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: "Montserrat";
    font-weight: bold;
    color: #444444;
}
.screen-reader-text {display: none;}
#searchform  #s {
    border: none;
    float: left;
    outline: none;
    padding: 0px 0px 0px 10px;
    width: 100%;
    height: 40px;
    background: #fff;
    color: #aaaaaa;
    border: 2px solid #e9e9e9;
    border-radius: 3px;
}

#searchform #searchsubmit {display:none;}


.textwidget {
    line-height: 1.6em;
}
.sidebar .menu {
    float: none;
    margin-right: 0px;
}
.sidebar ul li {
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #e9e9e9;
    background: url('images/list.png') no-repeat left 6px;
    padding-left:10px;
}
.sidebar img {max-width:100%; height: auto;}
#calendar_wrap table {width: 100%;}
#calendar_wrap caption {
    background: #e9e9e9;
    padding: 5px 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.sidebar select {
    width: 100%;
}
.sidebar ul li a, .cat-item a, .recentcomments a { font-weight: 400; }

.tagcloud a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 0.8em;
    text-transform: uppercase;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.widget-archive a, .widget-recent-entries a {
    color: #060606!important;
    font-weight: 400;
    font-size: 0.8666666666667em;
    display: block;
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}

/* Comments */

#comments { text-align: left; padding-top: 50px; }
#comments-title {
    font-size: 0.77em;
    margin: 2.33em 0;
    text-transform: uppercase;
}
.says {display: none;}
.commentlist .comment { list-style: none; padding-bottom:50px;}
.comment-body { position: relative; margin-left: 70px; border-top: 1px solid #e9e9e9; padding-top: 30px; }
.comment-author { position: absolute; top: 30px; left: -70px;}
.comment-author img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float:none;
    height: auto;
    width: auto;
    margin:0px;
}
.comment .reply {text-align: right}
.comment-reply-link {
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    display: inline-block;
    color: #fff !important;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    padding: 3px 30px;
    border-radius: 3px;
    background: #f4405b;
    border: none;
    float:right;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.comment-reply-link:hover {
    color: #4cddf3;
    background: #777 !important;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.comment .children {
    margin-left: 70px;
    margin-top:100px;
     }

.fn { display: block; margin-bottom: 10px; }
.comment-meta, .comment-meta a {
    color: #a4a4a3!important;
    margin-bottom:15px;
}

#respond { margin-left: 70px; margin-top: 50px; margin-bottom:50px; }
#respond {}
#reply-title { border-bottom: 2px solid #e9e9e9; padding-bottom: 30px; margin-bottom: 5px; }

.comment-reply-form { border-top: 1px solid #e9e9e9; }

.comment-notes { margin-top: 10px; color: #a4a4a3; }
#respond label, .control-group .controls { display: inline-block; }
#respond label, .form-allowed-tags {
    display:block;
    font-size: 13px;
    color: #a8a8a8;
    text-transform:uppercase;
    font-family: 'Montserrat', sans-serif;
}
.form-allowed-tags {font-size: 11px;}
#respond input[type=text] {
    width: 97%!important;
    border: 2px solid #e9e9e9;
    outline: none;
    padding: 11px;
    font-weight: 300;
    font-size: 13px;
    color: #a8a8a8;
    text-transform:uppercase;
    font-family: 'Montserrat', sans-serif;
    background: #fff;

}

#respond textarea {
    width: 97%!important;
    border: 2px solid #e9e9e9;
    outline: none;
    padding: 11px;
    font-weight: 300;
    font-size: 13px;
    color: #a8a8a8;
    text-transform:uppercase;
    font-family: 'Montserrat', sans-serif;
    background: #fff;
    height:120px;
}
.form-submit {
    text-align: right;
    margin:1em 0px;
}
.blog p {margin:1em 0;}
#respond input[type=submit] {
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    padding: 3px 30px;
    border-radius: 3px;
    border: none;
    background: #f4405b;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#respond input[type=submit]:hover {
    color: #4cddf3;
    background: #777 !important;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

/*SUBMENU*/
.navbar-nav > li {position: relative;}
.navbar-nav > li > .sub-menu {
    background: #000;
    background: rgba(0,0,0,0.2);
     display: none;
    position: absolute;
    left: 0px;
    top: 100%;
    list-style: none;
    width: 150%;
    padding: 10px;
}
#header.overflow .navbar-nav > li > .sub-menu {background: #fff;}
.darker #header.overflow .navbar-nav > li > .sub-menu {background:#343434 !important;}
.navbar-nav > li > .sub-menu .sub-menu {
    padding-left: 10px;
    list-style: none;
}
.navbar-nav > li > .sub-menu li {margin:5px 0px;}
.navbar-nav > li:hover > .sub-menu {display: block;}
@media only screen and (max-width: 1900px) {
    .floated-content {
        padding-left: 0px;
        width: 50%;
        text-align: center;
    }
    .floated-content .voffset200  {margin-top:140px;}
    .floated-content .voffset100  {margin-top:50px;}
}
@media only screen and  (max-width : 1024px) {
    .floated-content {
        width: 50%;
        margin: 0px auto;
    }
    .section .full-width.container .container .jt_col {
        text-align: left !important;
        padding-left: 34px !important;
        padding-right: 34px !important;
    }
    .clients-list li {min-height: 215px;}
}
