/*
Theme Name:     Arablog
Theme URI:      http://www.alterway.fr/
Description:    Thème arablog enfant de Construct
Author:         Alterway
Author URI:     http://www.alterway.fr/
Template:       construct                             
Version:        0.0.1
*/

/*
==  THEME DETAILS  ============================================================

    Theme Name: Construct
    Theme URI: http://designerthemes.com/themes/construct/
    Description: A Responsive WordPress Blog and Portfolio Theme
    Version: 3.2
    Author: DesignerThemes.com
    Author URI: http://designerthemes.com/
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html

===============================================================================
   ___             _                        ______ __
  / _ \ ___  ___  (_)___ _ ___  ___  ____  /_  __// /  ___  __ _  ___  ___
 / // // -_)(_-< / // _ `// _ \/ -_)/ __/   / /  / _ \/ -_)/  ' \/ -_)(_-<
/____/ \__//___//_/ \_, //_//_/\__//_/     /_/  /_//_/\__//_/_/_/\__//___/
                   /___/
===============================================================================
*/



/*---------------------------------------------------------------------------*/
/*  BASE  */
/*---------------------------------------------------------------------------*/

/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, hr { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

/* general */
html {height: 100%;overflow-y: scroll;}
body {height: 100%;background-color: #fff;color: #333;font: 75%/1.5 sans-serif;font-size: 16px;line-height: 26px;}
body:before {/* content: ""; *//* height: 100%; *//* float: left; *//* width: 0; *//* margin-top: -9999em; */}
.ie6 body, .ie7 body { font-size: small; }

/* links */
a { color: #c30; text-decoration: none; outline: none; -moz-transition: color 0.1s linear; -webkit-transition: color 0.1s linear; -o-transition: color 0.1s linear; transition: color 0.1s linear; }
a:hover { color: #333; text-decoration: underline; }
a:visited { opacity: .8; filter: alpha(opacity=80); }
a:link { -webkit-tap-highlight-color: #c30; }
::selection {/* background: #c30; *//* color: #fff; *//* text-shadow: none; */}

/* headings */
h1, h2, h3, h4, h5, h6 { font-weight: normal; letter-spacing: -.025em }
h1 {font-size: 24px;margin-bottom: 20px;}
h2 { font-size: 18px; margin-bottom: 8px; }
h3 { font-size: 14px; margin-bottom: 6px; }
h4, h5, h6 { font-weight: normal; font-size: 12px; margin-bottom: 4px; }

/* images */
img {max-width: 100%;font-style: italic;}
a img, img { color: #999; }

p { margin-bottom: 20px; }

/*form*/
fieldset { margin: 0; padding: 0; }

/* lists */
ul { list-style-position: outside; margin: 0 0 0 20px; }
ul ul { list-style: disc; }
ol { list-style-type: decimal; }
li { list-style-position: inside; }

/* tables */
table {width: 100%;margin-bottom: 20px;border: 1px solid #ddd;/* border-width: 3px 0 1px 0; */border-spacing: 0;border-collapse: collapse;}
th, td { padding: 10px 20px; position: relative; border: 1px solid #ddd; border-width: 0 0 1px 1px; }
th { text-align: left; font-weight: bold; font-size: 110%; padding: 20px; }
td { vertical-align: top; }
th:first-child, td:first-child {/* border-left: 0; */}
tr:nth-child(odd) td {/* background-color: #f4f4f4; */}
tfoot { font-style: italic; font-weight: bold; }
caption { text-align: center; font-family: serif; padding-bottom: 10px; }

/* blockquotes */
blockquote { quotes: none; padding-left: 20px; margin: 20px; border-left: 3px solid #ccc; font-style: italic; color: #666; }
blockquote.left { float: left; margin-left: 0; margin-right: 20px; text-align: right; width: 33%; }
blockquote.right { float: right; margin-left: 20px; margin-right: 0; text-align: left; width: 33%; }
blockquote p:before, blockquote p:after, q:before, q:after { content: ""; content: none; }
blockquote > p { padding: 0; }

/* misc */
q, em, cite, dfn, i, cite, var, address { font-style: italic; }
big { font-size: 125%; }
small { font-size: 85%; }
strong, dt, b { font-weight: bold; }
del, s, strike { text-decoration: line-through; }
fieldset { border: 0; }
pre, tt, code, kbd, samp, var  { font-family: monospace, sans-serif; font-size: small; background-color: #eee; padding: 0 2px; }
pre { padding: 20px; margin: 20px 0; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
legend { color: #333; padding-bottom: 5px; }
ins { text-decoration: none; border-bottom: 3px double #333; }
abbr, acronym { border-bottom: 1px dotted #333; font-variant: normal; }
dd { padding-left: 20px; margin: 5px 0 20px; }
hr { border: 0; height: 1px; background-color: #eee; margin-bottom: 20px; }
select, input, textarea, button { font: 99%/1.5 sans-serif; margin: 0; padding: 5px; }
input, textarea { border: 1px solid #eee; }
textarea { overflow: auto; }
button { width: auto; overflow: visible; border: 0; }
input[type="button"], input[type="submit"], input[type="image"], button, .button, label { cursor: pointer; }
input[type="radio"], input[type="checkbox"], input.radio, input.checkbox { margin: 0 5px 0 0; }
input[type="radio"], input.radio { vertical-align: text-bottom; }
input[type="checkbox"], input.checkbox { vertical-align: bottom; }
.ie7 input[type="checkbox"], .ie7 input.checkbox { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
.ie7 img { -ms-interpolation-mode: bicubic; }
.ie6 legend, .ie7 legend { margin-left: -7px; }


/*---------------------------------------------------------------------------*/
/*  BASIC WP STYLES  */
/*---------------------------------------------------------------------------*/

.entry-content img { margin: 0 0 20px 0; }
.alignleft, img.alignleft { float: left; margin-right: 20px; margin-bottom: 5px; }
.alignright, img.alignright { display: block; float: right; margin-left: 20px; margin-bottom: 5px; }
.aligncenter, img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; margin-bottom: 5px; }
.wp-caption { text-align: center; margin-bottom: 20px; max-width: 100% !important; }
.wp-caption img { border: 0 none; margin: 0; padding: 0; }
.wp-caption p.wp-caption-text { margin: 0; padding: 5px; }
.wp-smiley { max-height: 12px; margin: 0 !important; }
.gallery img, .gallery dl { margin: 0; }
.gallery-caption { margin: -20px 0 0 0; }
.hentry ul, .hentry ol, .hentry p { margin-bottom: 20px; line-height: 1.6; }


/*---------------------------------------------------------------------------*/
/*  HELPERS  */
/*---------------------------------------------------------------------------*/

.left { float: left; }
.right { float: right; }
.hide { display: none; }
.ir { display: block; text-indent: -9999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.clearfix:before, .clearfix:after, .cf:before, .cf:after { content: ""; display: block; overflow: hidden; }
.clearfix:after, .cf:after { clear: both; }
.clearfix, .cf { zoom: 1; }


/*---------------------------------------------------------------------------*/
/*  PRINT  */
/*---------------------------------------------------------------------------*/

@media print {
    * { background: transparent !important; color: #000 !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
    a, a:visited { color: #333 !important; text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; }
    tr, img { page-break-inside: avoid; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
    h1, h2, h3, h4 { line-height: 1.5; }
    #top, #bottom, #breadcrumbs, #comments, .comments-link { display: none !important; }
    body, #wrapper, #page, #content, .hentry, .entry-content { font-size: 12pt; width: 100% !important; margin: 0 !important; padding: 0 !important; border: 0 !important; overflow: visible !important; float: none !important; }
    .entry-title { background: none !important; line-height: 2; }
}




/*---------------------------------------------------------------------------*/
/*  Global Styles
/*---------------------------------------------------------------------------*/

body {
    background: url(../images/d2rOR3X4mDRN.png) repeat;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a:hover { text-decoration: none; }

.hentry { padding: 20px; }

hr {
    border-top: 1px dotted #ddd;
    background: #fff;
}

#wrapper {
    min-height: 100%;
    width: 100%;
}

.ie6 #wrapper,
.ie8 #wrapper {
    display: table;
    height: 100%;
}

#page {
    width: auto;
    margin: 0 auto;
}

#main {
    width: auto;
    margin: 0 0 30px;
}

.layout-centered #main {
    width: 940px;
    margin: 0 auto 30px;
}

.layout-centered #container {
    padding: 0;
    width: 960px;
}

.layout-centered.page #container,
.layout-centered.single #container {
    width: 940px;
}

#content {
    float: left;
    width: 100%;
    position: relative;
}
.page.page-template-template-fullwidth-php #container { float: none; }

.page #content { width: 620px; }

#container { padding: 0 30px 30px; }

.page #container,
.single #container { float: left; }

.layout-centered.tax-group .hentry,
.layout-centered.page.page-template-template-showcase-php .hentry {
    float: none;
    width: auto;
}

.layout-centered.page .hentry,
.layout-centered.single .hentry {
    width: 620px;
    float: left;
}

.page #content,
.single #content {
    max-width: 620px;
    float: left;
}

.search #sidebar,
.layout-left.search #sidebar,
.archive #sidebar,
.layout-left.archive #sidebar {
    float: left;
    margin: 410px 0 0 0;
}

#load-more { height: 390px; }

.search #masonry,
.archive #masonry { padding: 0 0 0 20px; }

.tax-group #masonry { padding: 0; }

#masonry {
    margin: 0;
    width: auto;
    overflow: hidden;
}

.ie8 #masonry { width: 100%; float: left; }

#masonry-new { display: none; }

#sidebar {
    width: 300px;
    margin: 0;
    float: right;
    background: #3b3b3b;
    border-radius: 3px;
}

.layout-left #sidebar { margin: 0 0 0 20px; }

.sidebar-left #sidebar { float: left; }

.sidebar-left #content { float: right; }

.sidebar-none #content { width: 100%; }

#bottom {
    margin: 30px 0 0 0;
    clear: both;
    background: #3b3b3b;
    overflow: hidden;
}

.page-template-template-fullwidth-php #content { max-width: 100%; }

pre { overflow: scroll; }

#archive-wrap { float: left; }

.search-wrap { padding: 0 0 30px 0; }

#colorbox img { max-width: none !important; }


/*---------------------------------------------------------------------------*/
/*  Header Styles
/*---------------------------------------------------------------------------*/

#home-title {
    font: italic 20px/1.5em 'Droid Serif', serif;
    padding: 0 0 20px;
    margin: 0 50px 20px 30px;
    color: #3b3b3b;
    border-bottom: 1px dotted #bbb;
}

.layout-centered #home-title {
    width: 940px;
    margin: 0 auto 20px auto;
}

.ie8 #home-title { font-family: Georgia, serif; }

#header {
    margin: 0 0 30px 0;
    padding: 30px 30px 20px;
    background: url(../images/AZI6Tj7Lqi0a.jpg) repeat;
}

.layout-centered #header-inner {
    width: 940px;
    margin: 0 auto;
}

#top-bar {
    background: #3b3b3b;
    border-bottom: 1px solid #6a6a6a;
    height: 12px;
}

#logo {
    float: left;
    width: 220px;
    height: 50px;
    overflow: hidden;
}

#logo h1,
#logo h2 { margin: 0; }

#logo h2 {
    font-size: 12px;
    color: #888;
}

#site-title {
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0,0,0,0.8);
}

#site-title,
#site-title a { color: #eee; }

#site-description { padding: 5px 0 10px; }

#primary-menu {
    float: left;
    text-transform: uppercase;
}

#primary-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 33px;
}

#primary-menu ul a {
    display: block;
    position: relative;
}

#primary-menu ul li {
    float: left;
    position: relative;
    z-index: 40;
}

#primary-menu ul li:hover { visibility: inherit; }

#primary-menu ul ul {
    position: absolute;
    top: -9999em;
}

#primary-menu ul ul li { width: 100%; }

#primary-menu ul li:hover ul,
#primary-menu ul li.sfHover ul {
    top: 30px;
    left: -1px;
    z-index: 99;
}

#primary-menu ul li:hover li ul,
#primary-menu ul li.sfHover li ul,
#primary-menu ul li li:hover li ul,
#primary-menu ul li li.sfHover li ul,
#primary-menu ul li li li:hover li ul,
#primary-menu ul li li li.sfHover li ul { top: -9999em; }

#primary-menu ul li li:hover ul,
#primary-menu ul li li.sfHover ul,
#primary-menu ul li li li:hover ul,
#primary-menu ul li li li.sfHover ul,
#primary-menu ul li li li li:hover ul,
#primary-menu ul li li li li.sfHover ul {
    left: 180px;
    top: -1px;
}

/* top level skin */
#primary-menu ul li { margin: 0 5px 5px 0; }

#primary-menu ul a {
    height: 33px;
    line-height: 33px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.8);
    font-weight: bold;
    padding: 0 20px;
    border-radius: 3px;
    -webkit-transition: background-color .1s linear, color .1s linear;
       -moz-transition: background-color .1s linear, color .1s linear;
         -o-transition: background-color .1s linear, color .1s linear;
        -ms-transition: background-color .1s linear, color .1s linear;
            transition: background-color .1s linear, color .1s linear;
}

#primary-menu ul li.current-cat a,
#primary-menu ul li.current_page_item a,
#primary-menu ul li.current-menu-item a {
    background: #4b4b4b;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.3);
}

#primary-menu ul li.current-cat > a,
#primary-menu ul li.current_page_item > a,
#primary-menu ul li.current-menu-item > a {
    color: #fff;
}

#primary-menu ul li.current-menu-item li a:hover,
#primary-menu ul a.active,
#primary-menu ul ul li.current-menu-item a,
#primary-menu ul a:hover {
    text-decoration: none;
    color: #fff;
    background: #3b3b3b;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.3);
}

#primary-menu ul li.current-menu-item li a:hover { background: none; }

#primary-menu ul li.current-cat li a,
#primary-menu ul li.current_page_item li a,
#primary-menu ul li.current-menu-item li a {
    background: none;
    box-shadow: none;
}

/* 2nd level skin */
#primary-menu ul ul {
    padding: 40px 0 0 0;
    text-transform: none;
    text-align: center;
    background: url(../images/IArvweX4Kb9D.png) center 15px no-repeat;
    width: 100%;
}

.ie8 #primary-menu ul ul { padding: 38px 0 0 0; }

#primary-menu ul ul li {
    height: auto;
    border-right: 0;
    margin: 0;
    width: auto;
    padding: 5px 20px;
    float: none;
    background: #3b3b3b;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}

#primary-menu ul ul li:first-child {
    padding-top: 18px;
    border-top: 2px solid #333;
}

#primary-menu ul ul li:last-child {
    padding-bottom: 22px;
    border-bottom: 1px solid #333;
    border-radius: 0 0 3px 3px;
}

#primary-menu ul ul li a {
    padding: 5px 10px;
    line-height: 24px;
    height: auto;
    color: #bbb;
}

#primary-menu ul ul li a:hover { color: #fff; }

.page-template-template-fullwidth-php #content,
.page-template-template-fullwidth-php .hentry,
.layout-centered.page-template-template-fullwidth-php #content,
.layout-centered.page-template-template-fullwidth-php .hentry { width: 100%; }

.search .item.none,
.search .item.none .hentry { height: auto; }


/*-----------------------------------------------------------------------------------*/
/*  Showcase Post Type Styles
/*-----------------------------------------------------------------------------------*/

.layout-centered.single.single-showcase #content .hentry {
    width: auto;
    float: none;
}

.tax-group #content,
.page.page-template-template-showcase-php #content {
    width: 100%;
    max-width: 100%;
}

.layout-centered.tax-group #main,
.layout-centered.page.page-template-template-showcase-php #main {
    width: 940px;
    max-width: 100%;
}

.layout-centered.single.single-showcase #main {
    width: 960px;
    max-width: 960px;
}

.tax-group #container,
.page.page-template-template-showcase-php #container {
    width: 960px;
    float: none;
}

.tax-group #content .hentry,
.page.page-template-template-showcase-php #content .hentry { padding: 20px; }

.tax-group .item,
.tax-group .item .hentry,
.page.page-template-template-showcase-php .item,
.page.page-template-template-showcase-php .item .hentry { height: auto; }


.tax-group .featured-image,
.page.page-template-template-showcase-php .featured-image { height: auto; }

.search .format-gallery .post-title,
.tax-group .format-gallery .post-title,
.page-template-template-showcase-php .format-gallery .post-title {
    padding-right: 30px;
    background: url(../images/woKjtimszzd6.png) no-repeat right 3px;
}

.search .format-image .post-title,
.tax-group .format-image .post-title,
.page-template-template-showcase-php .format-image .post-title {
    padding-right: 30px;
    background: url(../images/Ibjc1yGBmd5h.png) no-repeat right 3px;
}

.search .format-video .post-title,
.tax-group .format-video .post-title,
.page-template-template-showcase-php .format-video .post-title {
    padding-right: 30px;
    background: url(../images/ps4k3zj0LPRX.png) no-repeat right 3px;
}

.tax-group #content .post-content,
.page.page-template-template-showcase-php #content .post-content {
    padding: 0;
    margin: 0;
    color: #999;
}

.single.single-showcase #content {
    width: 940px;
    max-width: 940px;
}

.single.single-showcase #container {
    width: 940px;
    float: none;
}

.single.single-showcase #container {
    width: 940px;
    float: none;
}

.single.single-showcase #content .hentry {
    background: #3b3b3b;
    padding-bottom: 30px;
}

.single.single-showcase #content .post-content {
    padding: 0;
    margin: 0 30px 0 0;
    float: right;
    color: #ccc;
    width: 260px;
}

.single.single-showcase #content .post-content a:hover { color: #fff; }

.single.single-showcase #content .post-content .button { box-shadow: 0 1px 1px #2b2b2b !important; }

.single.single-showcase #content .post-content .button:hover { box-shadow: none !important; }

.single.single-showcase .featured-image {
    float: left;
    margin: 0;
    width: 620px;
}

.single.single-showcase #comments {
    float: left;
    width: 580px;
}

#masonry .type-showcase .post-content p { margin-bottom: 10px; }

#related {
    padding: 20px;
    width: 260px;
    float: right;
    background: #fff;
    margin: 20px 0 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#related h3 {
    font-family: 'Droid Sans', sans-serif;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    border-bottom: 1px dotted #CCC;
    margin: 0 0 20px 0;
}

#related ul {
    margin: 0;
    list-style: none;
}

#related .featured-image {
    margin-bottom: 20px;
    width: auto;
}

#related li:last-child .featured-image { margin-bottom: 0; }

.item.groups,
.item.groups a {
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

.item.groups h1 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}

.groups .inner { padding: 20px 20px 30px; }

#filter {
    list-style: none;
    margin: 0;
}

#filter li {
    padding: 0 20px;
    font-size: 11px;
    cursor: pointer;
    margin: 0 0 5px 0;
    color: rgba(255,255,255,0.6);
}

#filter li:last-child { margin: 0; }

#filter li:hover,
#filter li.active {
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.1);
}

#filter li a {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    line-height: 35px;
}


/*-----------------------------------------------------------------------------------*/
/*  Main Content Styles
/*-----------------------------------------------------------------------------------*/

.error404 .hentry {
    background: #fff;
    padding: 20px;
    float: none;
    margin: 0;
    width: auto !important;
    height: auto !important;
}

#hentry-wrap {
    float: left;
    width: 620px;
}

.page #content .hentry,
.single #content .hentry {
    padding: 20px 0;
    border: 0;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    overflow: hidden;
}

.post-content { word-wrap: break-word; }

.page #content .post-content,
.single #content .post-content {
    margin: 30px 0;
    padding: 0 20px;
}

.post-header {
    margin: 0 0 20px 0;
    border-radius: 3px 3px 0 0;
}

.ie8 .single .post-header,
.ie8 .single .post-footer,
.ie8 .page .post-header,
.ie8 .page .post-footer { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.single .post-footer,
.single .post-header,
.page .post-footer,
.page .post-header {
    background: #3b3b3b;
    margin: -20px 0 0 0;
    padding: 20px;
    color: #888;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Droid Sans', sans-serif;
}

.single .post-footer a,
.single .post-header a,
.page .post-footer a,
.page .post-header a {
    font-weight: bold;
    color: #888;
}

.single .post-header a:hover,
.page .post-header a:hover { color: #fff; }

.format-video h1.post-title { background: url(../images/TOCchTBtDh9l.png) no-repeat right top; }

.format-image h1.post-title { background: url(../images/UaNJVLtTgzsV.png) no-repeat right top; }

.format-gallery h1.post-title { background: url(../images/PA40w70CUOVE.png) no-repeat right top; }

.format-video h1.post-title,
.format-image h1.post-title,
.format-gallery h1.post-title {
    padding-right: 35px;
}

.single .post-footer {
    padding: 20px 0 0 0;
    margin: 0 20px;
    border-top: 1px dotted #ccc;
    background: #fff;
    width: auto;
}

.single .post-title,
.page .page-title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
    font: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding-bottom: 8px;
}

.page .page-title { padding: 0; }

.featured-image {
    margin: 0 0 20px 0;
    position: relative;
}

.featured-image a,
.featured-image img {
    display: block;
    height: auto;
}

img { height: auto; }

.post-navigation { display: none; }

.pagination { padding: 20px 0; }

/* pagination */
.pagination a,
.pagination span {
    display: block;
    float: left;
    margin: 0 3px 0 0;
    padding: 2px 10px;
    background: #fff;
    color: #999;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.pagination a { color: #000; }

.pagination .current { font-weight: bold; }

.pagination .next,
.pagination .prev {
    width: auto;
    height: auto;
}

/* breadcrumbs */
.breadcrumbs {
    margin: 0 0 30px 0;
    padding: 10px 0 10px 20px;
    font-size: 11px;
    font-weight: bold;
    background: #fff;
    float: left;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.breadcrumbs a { color: #565757; }

.breadcrumbs a:hover { color: #000; }

.breadcrumbs a,
.breadcrumbs span {
    margin: 0 20px 0 0;
    float: left;
}

.breadcrumbs span { color: #999; }

.breadcrumbs .sep {
    width: 8px;
    height: 13px;
    background: url(../images/pnJRVHtc8B52.png);
}

/* comments */
#comments {
    margin: 20px 0;
    padding: 20px;
    border: 0;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.layout-centered #comments {
    float: left;
}

.ie8 #comments h3 { font: "Helvetica Neue", Helvetica, Arial, sans-serif; }

#comments h3 {
    font-family: 'Droid Sans', sans-serif;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    border-bottom: 1px dotted #ccc;
    margin: 0 0 30px 0;
}

#comments p {
    clear: both;
    margin-bottom: 15px;
}

#comments ol,
#comments ul,
#comments li {
    list-style: none;
    padding: 0;
}

.commentlist { margin-bottom: 50px; }

.commentlist .comment-author img.photo {
    float: left;
    margin-right: 10px;
}

.commentlist .comment-author {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.commentlist .comment-author cite { font-style: normal; }

.ie8 .commentlist .comment-meta { font: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.commentlist .comment-meta {
    font-size: 11px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #aaaaaa;
}

.commentlist .comment-meta a { color: #aaa; }

.comment-reply-link { font-weight: normal; }

.commentlist .comment-body {
    padding: 0;
    margin: 0 0 40px 0;
    line-height: 20px;
}

#comments .commentlist #respond { margin: 20px 0 40px 60px; }

#comments .commentlist #commentform { margin-top: 20px; }

#comments .commentlist li.comment { clear: both; }

#comments .commentlist ul.children {
    padding-left: 50px;
    margin: 0;
}

#comments input,
#comments textarea,
#comments select {
    padding: 5px;
    margin: 0 0 10px;
    width: 95%;
    border: none;
    background: #f0f0f0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

#comments input:focus,
#comments textarea:focus,
#comments select:focus { background: #fff; }

#comments #submit {
    width: 100%;
    font-weight: bold;
    color: #fff;
    padding: 10px 0;
    margin: 0;
    border: none;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}

#comments #submit:hover {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(0, 0, 0, 0.5);
}

.input-wrap {
    float: right;
    width: 39.928571428571%;
}

.textarea-wrap {
    float: left;
    width: 58.928571428571%;
}

#comments label {
    margin: 0 0 5px 0;
    font-size: 12px;
    font-weight: bold;
    display: block;
}

#comments label span { color: #999; }

#comments .form-section {
    width: 33%;
    float: right;
}

#comments #form-section-comment {
    width: 65%;
    float: left;
}

#comments #form-section-comment textarea { height: 200px; }

#comments .avatar {
    float: left;
    margin: 0 15px 0 0;
}

/* contact form */
.dt-contactform label {
    display: block;
    margin: 0 0 10px 0;
}

.dt-contactform input {
    width: 45%;
    margin: 0 0 20px 0;
}

.dt-contactform select { margin: 0 0 20px 0; }

.dt-contactform textarea {
    width: 98%;
    margin: 0 0 20px 0;
}

.dt-contactform .submit {
    width: auto;
    float: right;
    background: #fff;
    margin: 0;
}

.dt-video-embed,
.contact .alert { display: none; }

.item {
    width: 300px;
    height: 390px;
    float: left;
    margin: 0 20px 20px 0;
    background: #fff;
    color: #222;
    overflow: hidden;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.item .hentry {
    position: relative;
    height: 350px;
    background: #fff;
    border-radius: 3px;
}

.masonry-boxes .item.normal,
.masonry-boxes .item.normal .hentry,
.masonry-boxes .item.normal .featured-image { height: auto; }

body:not(.masonry-boxes) .grid .item.normal .hentry:after {
    content: '';
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    background: #fff;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(20%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.item a.read-more {
    float: left;
    margin: -5px 0 0 0;
    font-weight: bold;
    font-size: 12px;
}

.item.normal a.read-more {
    float: none;
    position: absolute;
    bottom: 18px;
    left: 20px;
    z-index: 2;
    margin: 0;
}

.item a.read-more:hover { color: #3b3b3b; }

.item.normal .meta-published {
    position: absolute;
    bottom: 18px;
    right: 20px;
    z-index: 2;
    font-size: 11px;
    color: #aaa;
    display: none;
    background: #fff;
}


/*-----------------------------------------------------------------------------------*/
/*  Homepage Styles
/*-----------------------------------------------------------------------------------*/

.item .featured-image {
    height: 180px;
    position: relative;
    width: 300px;
    overflow: hidden;
    margin: -20px 0 20px -20px;
    border-radius: 3px 3px 0 0;
}

.featured {
    position: relative;
    width: 620px;
    height: 390px;
    background: url(../images/AZI6Tj7Lqi0a.jpg);
}

.featured.wide { width: 940px; }

.featured .hentry {
    padding: 0;
    background: transparent;
    height: auto;
}

.featured-details {
    position: relative;
    z-index: 80;
    width: 220px;
    height: 390px;
    float: left;
    color: #bcbcbc;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
    border-radius: 3px 0 0 3px;
    background: url(../images/AZI6Tj7Lqi0a.jpg);
}

.featured-details .inner {
    position: absolute;
    top: 100px;
    padding: 0 20px;
}

.item .featured-details .post-content {
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
    color: #bcbcbc;
    background: none;
}

.item .post-content {
    text-shadow: none;
    color: #5b5b5b;
    font-size: 12px;
    padding-bottom: 10px;
}

.item .featured-details .meta-category { border-bottom: 1px dotted #6c6c6c; }

.ie8 .item .meta-category { font: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.item .meta-category {
    font-family: 'Droid Sans', sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    margin: 0 0 15px 0;
    font-weight: bold;
    display: block;
    padding: 0 0 5px 0;
    border-bottom: 1px dotted #b2b2b2;
}

.item .featured-details .meta-category { margin: 0 0 15px 0; }

.item .meta-category a,
.item .meta-category { color: #aaa; }

.ie8 .item .post-title a,
.ie8 .item .post-title { font-family: Georgia, serif; }

.item .post-title a,
.item .post-title {
    font-family: 'Droid Serif', serif;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

.featured-details .post-title a { color: #fff; }

.featured-details .post-title a:hover span.plus { color: #bcbcbc; }

.item .featured-details .post-title a:hover { color: #fff; }

.item .featured .hentry { height: auto; }

.item .featured-details a.read-more {
    margin: 0 0 0 -20px;
    position: relative;
    font-weight: bold;
    font-size: 12px;
    color: #fff !important;
    float: left;
    padding: 0 20px;
    line-height: 30px;
    border-radius: 0 3px 3px 0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#slides #slide-controls a,
#slides #slide-controls a:hover { outline: none; }

#slides,
#slides .slides_container {
    height: 390px;
    width: 620px;
    overflow: hidden;
}

.wide #slides,
.wide #slides .slides_container { width: 940px; }

#single-slides,
#single-slides .slides_container { width: 620px; }

#single-slides .slides_container {
    height: 390px;
    background: url(../images/sVx5crt6Z8yh.gif) center center no-repeat;
}

#single-slides .slides_control { opacity: 0; }

#single-slides .slides_container div,
#single-slides .slides_container img {
    display: block;
    width: 620px;
}

#content .featured-image.image img { height: auto !important; }

.item .featured-details a.read-more span.plus {
    position: absolute;
    right: 12px;
    top: 0;
}

.item .featured-details a.read-more span.plus span { color: #3b3b3b; }

.ie8 a span.plus { display: none; }

a span.plus {
    margin: 0 0 0 4px;
    color: #333;
    font-weight: normal;
    opacity: 0;
    filter: alpha(opacity=0);
}

a:hover span.plus {
    opacity: 1;
    filter: alpha(opacity=100);
}

a.read-more span.plus {
    padding: 0 0 0 2px;
    color: #3b3b3b;
    font-weight: normal;
}

.item .featured-image a,
.item .featured-image img {
    display: block;
    border-radius: 3px 3px 0 0;
}

.featured .featured-image {
    float: right;
    width: 400px;
    height: 390px;
    margin: 0;
    overflow: hidden;
    position: relative;
    border-radius: 0 3px 3px 0;
    background: transparent;
}

.featured.wide .featured-image { width: 720px; }

.featured .featured-image img {
    display: block;
    border-radius: 0 3px 3px 0;
}

#slide-controls {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 70px;
    z-index: 90;
}

.search .item,
.search .item .type-showcase { height: auto; }
.search .item.archive-title-item { height: 390px; }
.search .type-showcase .meta-category { display: none; }

.search .item .type-page .featured-image { display: none; }
.search .item .type-page { height: auto; }
.search .type-page .meta-category { display: none; }

.single-showcase #slide-controls {
    top: -1px;
    left: auto;
    right: -99px;
}

.single.single-showcase #content .showcase.format-gallery .post-content { margin-top: 60px; }

.single-showcase #slide-controls .next,
.single-showcase #slide-controls .prev,
.single-post #slide-controls .next,
.single-post #slide-controls .prev {
    background-image: url(../images/F7P390zlSn7g.png);
    height: 31px !important;
}

.next {
    float: right;
    width: 30px;
    height: 30px;
    background-image: url(../images/Z4v7Ja61pLhW.png);
    background-position: top left;
}

.next:hover { background-position: top right; }

.prev {
    float: left;
    width: 30px;
    height: 30px;
    background-image: url(../images/Z4v7Ja61pLhW.png);
    background-position: bottom left;
}

.prev:hover { background-position: bottom right; }

#load-more { position: relative; }

#load-more.disabled a #plus { display: none; }

#plus {
    background: url(../images/bZTJZMiha1DF.png);
    background-position: top right;
    height: 114px;
    width: 114px;
    position: absolute;
    top: 135px;
    left: 97px;
}

#load-more a:hover #plus { background-position: top left; }

#load-more.disabled a { cursor: default; }

#load-more.disabled a:hover,
#load-more a {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/AZI6Tj7Lqi0a.jpg) repeat;
    border-radius: 3px;
}

#detail-holder {
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

.count-text,
.load-more-text {
    display: block;
    text-align: right;
}

.count-text { color: #8b8b8b; }

.load-more-text {
    color: #fff;
    font-weight: bold;
}

.load-more-text .load-more-plus {
    padding: 0 5px 0 0;
    font-weight: normal;
}

#load-more a:hover .load-more-text .load-more-plus { color: #3b3b3b; }

#load-more.disabled a .load-more-text { display: none; }

#load-more.disabled a:hover .count-text { color: #8b8b8b; }

#load-more a:hover .load-more-text,
#load-more a:hover .count-text { color: #fff; }

#loader {
    position: absolute;
    display: block;
    bottom: 20px;
    right: 20px;
    background: #3b3b3b url(../images/aQopHKf1RW9m.gif) no-repeat center;
    border-radius: 5px;
    padding: 10px;
    width: 31px;
    height: 31px;
    display: none;
}

.icon-image { background: url(../images/Ibjc1yGBmd5h.png) no-repeat right top; }

.icon-video { background: url(../images/ps4k3zj0LPRX.png) no-repeat right top; }

.icon-gallery { background: url(../images/woKjtimszzd6.png) no-repeat right top; }

.overlay-icon a {
    display: block;
    padding: 10px;
    width: 14px;
    height: 14px;
}

.overlay-icon {
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    cursor: pointer;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    display: none;
    border-radius: 3px;
}

.overlay-gallery,
.overlay-image { background-image: url(../images/DIopkhevlNCn.png); }

.overlay-video { background-image: url(../images/m4wA9jxmL3in.png); }

.hidden { display: none; }

.archive-title-item {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/DVa49s6FmKfj.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
    color: #fff;
}

.archive-title-item #page-title {
    padding: 20px;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
}

.archive-title-item .cat-desc { padding: 0 20px; }

/**** Isotope Filtering ****/
.isotope-item { z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}


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

.widget {
    margin: 40px 0;
    padding: 0 20px;
    color: #aaa;
}

.widget a { color: #fff; }

.widget-area .widget:first-child { margin-top: 20px; }

.ie8 .widget-title { font: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.widget-title {
    font-family: 'Droid Sans', sans-serif;
    color: #ccc;
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px dotted #626262;
    text-transform: uppercase;
}

.widget ul {
    margin: 0;
    list-style: none;
}

.widget ul ul {
    margin: 0 0 0 20px;
    list-style: none;
}

/* Calendar */
#wp-calendar,
#wp-calendar th { text-align: center; }

/* search */
.search-wrap input,
.DT_Search input {
    background: #505050;
    outline: none;
    padding: 5px 10px;
    color: #fff;
    width: 240px !important;
    border: none;
    border-radius: 15px;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.4);
}

/* tagcloud */
.tagcloud a {
    font-size: 12px !important;
    background: #5b5b5b;
    padding: 2px 8px;
    margin: 0 2px 2px 0;
    float: left;
    border-radius: 2px;
    -webkit-transition: background-color .1s linear, color .1s linear;
       -moz-transition: background-color .1s linear, color .1s linear;
         -o-transition: background-color .1s linear, color .1s linear;
        -ms-transition: background-color .1s linear, color .1s linear;
            transition: background-color .1s linear, color .1s linear;
}

.widget .tagcloud a:hover { color: #fff; }

/* DT_Search */
.DT_Search .submit {
    width: 58px;
    float: right;
    background: #fff;
    display: none;
}
.DT_Search input { width: 240px; }

/* DT_About_Me */
.about-me-image {
    float: left;
    margin: 0 15px 0 0;
}
.about-me-link { display: block; }

/* DT_Recent_Comments */
.DT_Recent_Comments li {
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #eee;
}
.DT_Recent_Comments li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
.DT_Recent_Comments img {
    float: left;
    margin: 0 15px 0 0;
}
.DT_Recent_Comments .author { font-weight: bold; }
.DT_Recent_Comments .entry-byline {
    display: block;
    font-size: 11px;
    margin: 13px 0 0 0;
}

/* DT_Get_Posts, DT_Related_Posts */
.DT_Get_Posts li,
.DT_Related_Posts li {
    list-style: none;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
}

.DT_Get_Posts img,
.DT_Related_Posts img {
    float: left;
    margin: 4px 15px 10px 0;
    border: 5px solid #2c2c2c;
}

.DT_Get_Posts img:hover,
.DT_Related_Posts img:hover { border: 5px solid #0e0e0e; }

.DT_Get_Posts .post-title,
.DT_Related_Posts .post-title {
    font-size: 13px;
    margin: 0 0 5px 0;
}

.DT_Get_Posts .meta-author,
.DT_Get_Posts .post-footer { display: none; }

.DT_Get_Posts .post-header {
    min-height: 30px;
    padding: 0;
    margin: 0;
}

.DT_Get_Posts p {
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}

/* DT_Twitter */
.DT_Twitter li {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}

.DT_Twitter li:last-child {
    padding: 0;
    border: none;
}

.DT_Twitter span a {
    display: inline;
    color: #fff;
    text-transform: none;
}

.DT_Twitter .follow-me {
    margin: 20px 0 0 0;
    text-transform: none;
    color: #fff;
}

/* DT_Social, DT_Subscribe_Follow */
.DT_Subscribe_Follow li,
.DT_Social li { list-style: none; }

.widget li.delicious a { background: url(../images/02ykkQcyGxVF.png) no-repeat; }
.widget li.digg a { background: url(../images/PX6rrImALgKW.png) no-repeat; }
.widget li.email a { background: url(../images/i2406uy26PsY.png) no-repeat; }
.widget li.facebook a { background: url(../images/MZS188tr6IgX.png) no-repeat; }
.widget li.google-buzz a { background: url(../images/IqZxvskHibUU.png) no-repeat; }
.widget li.rss a { background: url(../images/B5kJhYPPIf8O.png) no-repeat; }
.widget li.stumbleupon a { background: url(../images/kFaPXaVoFNZM.png) no-repeat; }
.widget li.twitter a { background: url(../images/2wbXRBAHkwCD.png) no-repeat; }

.DT_Social li,
.DT_Subscribe_Follow li { margin-bottom: 10px; }

.DT_Social li a,
.DT_Subscribe_Follow li a {
    display: inline-block;
    line-height: 24px;
    font-size: 16px;
}

ul.icons-text li a { padding-left: 34px; }

ul.text-only li a { background: none !important; }

ul.icons-only li {
    width: 24px;
    float: left;
    margin-right: 10px;
}

ul.icons-only li a {
    width: 24px;
    height: 24px;
}

ul.icons-only li a:hover { text-decoration: none; }

ul.icons-only .text { visibility: hidden; }

/* DT_Flickr */
.DT_Flickr .flickr_badge_image {
    float: left;
    margin: 0 8px 8px 0;
}
.DT_Flickr #flickr_badge_image3,
.DT_Flickr #flickr_badge_image6,
.DT_Flickr #flickr_badge_image9 { margin-right: 0; }
.DT_Flickr .flickr_badge_image img {
    padding: 3px;
    border-radius: 3px;
    background: #2b2b2b;
    display: block;
}
.DT_Flickr .flickr_badge_image img:hover {
    background: #1b1b1b;
    opacity: .9;
    filter: alpha(opacity=90);
}


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

#footer {
    background: url(../images/AZI6Tj7Lqi0a.jpg) repeat;
    padding: 30px 30px 0;
    font-size: 11px;
    border-bottom: 1px solid #313131;
}

.layout-centered #footer-inner {
    width: 940px;
    margin: 0 auto;
}

#footer-menu {
    text-transform: uppercase;
    padding: 5px 0 20px;
}

#footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer-menu ul a {
    display: block;
    position: relative;
}

#footer-menu ul li {
    float: left;
    position: relative;
    z-index: 40;
    padding-bottom: 10px;
}

#footer-menu ul li:hover { visibility: inherit; }

/* top level skin */
#footer-menu ul a {
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.8);
    font-weight: bold;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px dotted #333;
}

#footer-menu ul li.current-cat a,
#footer-menu ul li.current_page_item a,
#footer-menu ul li.current-menu-item a,
#footer-menu ul a.active,
#footer-menu ul a:hover {
    text-decoration: none;
    color: #ccc;
}

#footer-menu ul li:last-child a {
    border: 0;
    margin-right: 0;
    padding-right: 0;
}

#footer-widgets {
    max-width: 940px;
    margin: 0 auto;
    padding: 40px 0 0;
    border-top: 1px dotted #6C6C6C;
}

.footer-widget {
    width: 280px;
    margin-left: 20px;
    padding-right: 20px;
    float: left;
}

#footer-1 { margin-left: 0; }

.footer-widget .widget {
    margin: 0 0 40px !important;
    padding: 0;
}

.footer-widget .widget-title {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    border: 0;
}

.footer-widget a {
    color: #999;
    font-size: 12px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

.footer-widget .tagcloud a {
    color: #999;
    background: #333;
}

.footer-widget .search-wrap input, .footer-widget .DT_Search input {
    background: #999;
    font-size: 12px;
    color: #333;
    border: 0;
}

#credits p {
    margin-bottom: 30px;
    color: #8B8B8B;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

#credits a { color: #9b9b9b; }

#credits a:hover { color: #fff; }

.tabs.clearfix { display: none; }

.item.none {
    float: none;
    width: 100%;
    margin: 0;
}


/*---------------------------------------------------------------------------*/
/*  Media Queries
/*---------------------------------------------------------------------------*/

/* for 1035px or less - Tablets */
@media screen and (max-width: 1035px) {

    .featured.wide,
    .wide #slides,
    .wide #slides .slides_container { width: 620px; }

    .search #archive-wrap { display: none; }

    .search #masonry { padding: 0; }

    .layout-centered #main,
    .layout-centered #footer-inner,
    .layout-centered #header-inner {
        width: auto;
        margin: 0;
    }

    .layout-centered.page #container,
    .layout-centered.single #container { width: 620px; }

    .layout-centered.single.single-showcase #main {
        width: 620px;
        max-width: 620px;
        margin: 0 auto;
    }

    #logo {
        float: none;
        text-align: center;
        margin: 0 auto;
    }

    #primary-menu {
        float: none;
        left: 0;
        margin: 0 auto;
        position: relative;
        margin-bottom: 8px;
        padding-top: 10px;
        text-align: center;
    }

    #primary-menu ul li {
        right: 0;
        position: relative;
        float: none;
        display: inline-block;
    }

    #primary-menu li li {
        right: 0;
        display: block;
    }

    #primary-menu ul li:hover ul,
    #primary-menu ul li.sfHover ul {
        left: 0;
        z-index: 1000;
    }

    #sidebar {
        width: 620px;
        margin: 30px 0 0 0;
    }

    .layout-centered.page #sidebar,
    .layout-centered.single #sidebar { margin-bottom: 30px; }

    .single #container,
    .page #container {
        float: none;
        margin: 0 auto;
        width: 620px;
    }

    .layout-centered.page #content,
    .layout-centered.single #content {
        width: 620px;
        max-width: 620px;
    }

    .single #content,
    .page #content { max-width: 620px; }

    .layout-centered #home-title,
    #home-title {
        float: none;
        margin: 0 auto 30px auto;
        width: 620px;
        text-align: center;
    }

    #content { width: 640px; }

    .layout-centered #container,
    #container {
        float: none;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        width: 620px;
    }

    .archive #sidebar {
        position: relative;
        float: left;
        width: 620px;
    }

    .archive #masonry { padding: 0; }

    .tax-group #content,
    .page.page-template-template-showcase-php #content {
        width: 640px;
        max-width: 640px;
    }

    .tax-group #container,
    .page.page-template-template-showcase-php #container {
        width: 620px;
        float: none;
    }

    .single.single-showcase #content {
        width: 620px;
        max-width: 640px;
    }

    .single.single-showcase #container {
        width: 620px;
        float: none;
    }

    .single.single-showcase #content .post-content {
        width: 580px;
        float: none;
        padding: 20px 20px 0 20px;
    }

    .single.single-showcase #content .showcase.format-gallery .post-content {
        padding-top: 20px;
        margin: 0;
    }

    .single-showcase #slide-controls {
        right: 20px;
        top: -51px;
    }

    .single.single-showcase .featured-image {
        float: none;
        width: 620px;
    }

    #related { margin: 0 0 30px 0; }

    /*#related {
        width: 580px;
    }

    #related li {
        float: left;
        margin-right: 20px;
    }

    #related .featured-image {
        width: auto;
    }*/

    #footer-menu,
    #credits {
        float: none;
        text-align: center;
    }

    #footer-menu li {
        float: none !important;
        display: inline-block;
    }

    .footer-widget {
        float: left;
        margin: 0;
        text-align: center;
    }

    .archive #sidebar,
    .archive-title-item { display: none !important; }

    .archive #masonry { padding: 0; margin-left: 0; }

    .tax-group #masonry { margin-left: 0; }

    .single-showcase #slide-controls {
        right: 20px;
        top: 20px;
    }

}


/* for 680px or less - Mobiles */
@media screen and (max-width: 680px) {

    #sidebar { width: 100%; }

    .layout-centered #container,
    #container {
        width: 300px;
        padding: 0;
    }

    .layout-centered.single.single-showcase #main { width: auto; }

    .layout-centered.page #content,
    .layout-centered.single #content,
    .layout-centered.page #container,
    .layout-centered.single #container { width: 300px; }

    #content { width: 100%; }

    #header { padding: 30px 60px 20px; }

    .page #container,
    .single #container { width: 300px; }

    .page #content,
    .single #content { max-width: 300px; }

    .layout-centered #home-title,
    #home-title {
        float: none;
        margin: 0 auto 20px;
        width: 300px;
        text-align: center;
    }

    .layout-centered.page .hentry,
    .layout-centered.single .hentry {
        width: 300px;
        max-width: 300px;
    }

    #single-slides,
    #single-slides .slides_container {
        width: 300px;
        height: auto;
    }

    #single-slides .slides_container img {
        display: block;
        width: 300px;
        height: auto;
    }

    .tax-group #content,
    .page.page-template-template-showcase-php #content {
        width: 100%;
        max-width: 100%;
    }

    .tax-group #container,
    .page.page-template-template-showcase-php #container { width: 300px; }

    .single.single-showcase #content {
        width: 100%;
        max-width: 100%;
    }

    .single.single-showcase #container { width: 300px; }

    .single.single-showcase #content .post-content {
        width: 260px;
        float: none;
    }

    .single.single-showcase .featured-image { width: 300px; }

    .single.single-showcase .featured-image img { width: 100%; }

    .single.single-showcase #comments { width: 260px; }

    .featured {
        background: url(../images/AZI6Tj7Lqi0a.jpg) repeat !important;
        text-shadow: 0 1px 1px rgba(0,0,0,0.3);
        width: 300px;
    }

    .featured-details { background: none; }

    .featured-details .inner {
        position: relative;
        top: 0;
        height: 390px;
        width: 260px;
    }

    .wide .featured-details .inner { height: 216px; }

    .item.featured .hentry {
        background: none;
        width: 260px;
        height: auto;
    }

    .featured .featured-image img { margin: -50px 0 0 -50px; }

    #slides,
    #slides .slides_container,
    .featured.wide, .wide #slides, .wide #slides .slides_container { width: 300px; }

    .featured.wide, .wide #slides, .wide #slides .slides_container { height: 266px; }

    #slides .meta-category { margin: 20px 0 15px 0; }

    #slides #slide-controls {
        position: absolute;
        top: auto;
        left: auto;
        bottom: 18px;
        right: 20px;
        width: 70px;
        z-index: 90;
    }

    #slides .featured-image {
        height: 260px;
        margin-bottom: 5px;
        position: absolute;
        top: 60px;
    }

    .wide #slides .featured-image { width: 350px; height: auto; }

    #slides .post-title {
        padding: 0 100px 0 0;
        margin: 0;
        position: absolute;
        top: 315px;
        height: 40px;
        overflow: hidden;
    }

    #slides .post-title a { color: #fff; }

    #footer-menu { padding: 5px 60px 30px; }

    #footer-menu ul a {
        padding: 0;
        border: none;
        margin: 0;
    }

    .footer-widget {
        float: none;
        margin: 0;
        text-align: center;
        padding: 0;
        width: 100%;
    }

    #credits { padding: 0; }

    .breadcrumbs,
    .archive-title-item,
    #sidebar,
    #primary-menu ul ul,
    .item .featured-details .post-content,
    .item .featured-details a.read-more { display: none !important; }

    th { padding: 10px; }

    #hentry-wrap { width: 300px; }

}


body {
    padding-top: 0 !important;
}
h2 {
    font-size: 28px;
    font-weight: bold;
}
h3 {
    font-size: 17px;
}
p {
    font-size: 16px;
}
/**
 *  Header
 */
#top-bar {
    background: black;
    height: 40px;
    color: white;
}
#top-bar #top-bar-inner {
    width: 940px;
    margin: 0 auto;   
}
#top-bar .socials a {
    display: block;
    float: left;
    height: 32px;
    width: 32px;
    margin: 4px 10px 0 0;
}
#top-bar .socials a#rss {
    background: url(../images/r6QJAD8qI4Bv.png) no-repeat;
    background-size: 32px 32px; 
}
#top-bar .socials a#gplus {
    background: url(../images/8TDZYj058ItG.png) no-repeat;
    background-size: 32px 32px; 
}
#top-bar .socials a#twitter {
    background: url(../images/89NuKHn9pA6b.png) no-repeat;
    background-size: 32px 32px; 
}
#top-bar .socials a#facebook {
    background: url(../images/lyOvWCeGDm5o.png) no-repeat;
    background-size: 32px 32px; 
}
#top-bar .widget_mailchimpsf_widget {
    padding-top: 5px;
    position: relative;
}
#top-bar .widget_mailchimpsf_widget * {
    display: inline-block;
}
#top-bar .widget_mailchimpsf_widget style,
#top-bar .widget_mailchimpsf_widget label,
#top-bar .widget_mailchimpsf_widget input[type="hidden"],
#top-bar .widget_mailchimpsf_widget input[type="submit"] {
    display: none;
}
#top-bar .widget_mailchimpsf_widget #mc_message {
    position: absolute;
    right: 300px;
    top: 10px;
}
#top-bar .widget_mailchimpsf_widget h3 {
    letter-spacing: 0.1em;
    font-size: 16px;
}
#top-bar .widget_mailchimpsf_widget p {
    font-size: 12px;
}
#top-bar .widget_mailchimpsf_widget input[type="text"] {
    background: #4b4b4b;
    outline: none;
    padding: 5px 10px;
    color: #fff;
    width: 210px !important;
    border: none;
    border-radius: 15px;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.4);
}
#top-bar .widget_mailchimpsf_widget h3 {
    margin-left: 10px;
}

#header {
    background: white;
    margin: 0 auto;
    padding: 5px 0 10px 0;
    box-shadow: 0 0 10px 0 #aaa;
}

#header #logo {
    height: 100%;
    width: auto;
    margin: 5px 0;
}
#header #logo img {
    height: 110px;
}

#header #primary-menu .menu,
#header .widget-DT_Search {
    margin: 80px 20px 0 0;
    float: right;
}

#header #primary-menu {
    width: 55%;
}

#header #primary-menu .menu li {
    vertical-align: bottom;
    margin: 0 10px;
}

#header #primary-menu .menu li a {
    font-size: 150%;
    padding: 0;
    color: #797979;
    background: none;    
    -webkit-box-shadow: none;
        -mz-box-shadow: none;
            box-shadow: none;
    -webkit-text-shadow: none;
        -mz-text-shadow: none;
            text-shadow: none;
}

#header #primary-menu .menu li a:hover {
    color: black;
}

#header #primary-menu .menu li.current_page_item a {
    color: black;
}

#topsearch,
#header .widget-DT_Search {
    margin-right: 0;
    float: right;
}

#header .DT_Search input {
    background: #aaaaaa;
    width: 210px !important;
}

/**
 *  Content
 */

#home-title {
    border: none;
    padding: 0;
}

#slides-custom #slide-controls a,
#slides-custom #slide-controls a:hover { outline: none; }

#slides-custom,
#slides-custom .slides_container {
    height: 390px;
    width: 620px;
    overflow: hidden;
}

.item.featured #slides-custom .featured-image {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
}
.item.featured #slides-custom #slide-controls a {
    background: url(../images/CLnNu2dJEgNT.png) no-repeat;
    height: 35px;
    width: 35px;
}
.item.featured #slides-custom #slide-controls a.next {
    background-position: top right;
}
.featured-image {
    position: relative;
}

.item .hentry img.avatar {
    width: 35px;
    height: 35px;
}

.featured-image .post-content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    color: white;
    padding: 5px 0;
    height: 100px;
}
.featured-image .post-content p,
.featured-image .post-content > a,
.featured-image .post-content h2 {
    margin: 0;
    padding: 0 20px; 
}
.featured-image .post-content h2 a {
    color: white;
    font-weight: bold;
}
.featured-image .post-content h2 a:hover {
    color: #C33;
}
.featured-image .post-content a.read-more {
    font-weight: bold;
    float: none;
    margin-top: 5px;
}
.featured-image .post-content a:hover {
    color: white;
}
.rtl .item p {
    font-size: 16px;
    line-height: 18px;
}
.rtl .item h2.post-title,
.rtl .item h2.post-title a {
    font-size: 18px;
}

.rtl .item .featured-image {
    margin: -20px -20px 8px 0;
}
.rtl .item a.read-more {
    right: 0;
    padding-right: 20px;
}
.rtl .item .meta-published {
    right: 230px;
}
.rtl .archive-title-item {
    background-image: url('../images/0752R2yCuPan.png');
}
/**
 *  Page All Blogs
 */
.page-template-page-blogs-php #content {
    width: 100%;
    max-width: 100%;
}

.page-template-page-blogs-php #content .item {
    width:290px;
    float:right;
}

.page-template-page-blogs-php #content .item div.page-title {
    background-color: #3b3b3b;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.page-template-page-blogs-php #content .item div.page-title img {
    float: left;
    overflow: hidden;
    height: 96px;
}

.page-template-page-blogs-php #content .item div.page-title h1 {
    display: block;
    font-weight: bold;
    font-size: 85%;
}


.page-template-page-blogs-php #content .item div.page-title h1 a:hover {
    color: #fff;
}

.page-template-page-blogs-php #content .item div.page-title ul {
    display: block;
    font-weight: normal;
    margin: 5px 0 0 0;
    font-size: 60%;
    list-style-type: none;
}
.page-template-page-blogs-php #content .item div.page-title ul li {
    list-style-position: outside;
}
.page-template-page-blogs-php #content .item div.page-title ul li a {
    color: #fff;
}

.page-template-page-blogs-php #content .item div.page-content {
    height: 270px;
    max-height: 270px;
    padding: 10px;
    overflow-y: auto;
}
.page-template-page-posts-php div#content {
    width: 100%;
    max-width: 100%;
}
.page-template-page-posts-php #content .item {
    width: 298px;
    float: right;
    margin: 0 0 20px 15px;
}
.page-template-page-posts-php #content .item .hentry {
    width: 100%;
}
.page-template-page-posts-php #content .item h2,
.page-template-page-posts-php #content .item span {
    margin: 0 10px;
}
.page-template-page-posts-php #content .item .featured-image,
.page-template-page-posts-php #content .item .featured-image span {
    margin-right: 0;
}
.archive.author .featured-image span,
.page-template-page-posts-php .featured-image span {
    display: block;
    width: 300px;
    height: 180px;
    font-weight: bold;
    text-align: center;
    padding-top: 30px;
    color: #fff;
}
.archive.author .featured-image span p,
.page-template-page-posts-php .featured-image span p {
    font-size: 200%;
    line-height: 1em;
}
.archive.author .featured-image span.green,
.page-template-page-posts-php .featured-image span.green {
    /*color: #65AD93;*/
    background-color: rgba(101, 173, 147, 0.5);
}
.archive.author .featured-image span.red,
.page-template-page-posts-php .featured-image span.red {
    /*color: #FF5F5D;*/
    background-color: rgba(255, 95, 93, 0.5);
}
.archive.author .featured-image span.blue,
.page-template-page-posts-php .featured-image span.blue {
    /*color: #9CB5CD;*/
    background-color: rgba(156, 181, 205, 0.5);
}
.archive.author .featured-image span.purple,
.page-template-page-posts-php .featured-image span.purple {
    /*color: #8A6BAE;*/
    background-color: rgba(138, 107, 174, 0.5);
}
.page-template-page-posts-php #content .item .post-content {
    margin: 5px 10px;
    padding: 0;
}
.page-template-page-posts-php .post-navigation {
    display: block;
}
.page-template-page-posts-php .post-navigation .page-numbers {
    float: right;
}
#home-socials {
    margin: 20px 0;
}
#home-socials .item {
    width: 460px;
    height: 570px;
    margin: 0;
}
#home-socials .item.facebook {
    margin-left: 20px;
}

#home-socials #fb-root {
    background-color: #FFFFFF;
}

.post-navigation:before {
    clear: both;
}

/**
 *  Footer
 */
#footer {
    padding: 0;
    background: white;
}
#footer-inner {
    background: white;
    height: auto;
}
#footer-inner #footer-widgets {
    border: none;
    padding: 0;
}
#footer-inner #footer-widgets div {
    display: inline-block;
}
#footer-inner #footer-widgets img {
    margin: 22px;
}
#footer-inner #footer-widgets div.cfi {
    vertical-align: top;
    margin-top: 20px;
}
#footer-inner #footer-widgets div.lib.mondo {
    display: block;
    width: 545px;
    margin: 0 auto;
}
#footer #credits {
    background: black;
    display: block;
}
#footer #credits #credits-inner {
    max-width: 940px;
    margin:0 auto;
}
#footer #credits #credits-inner p {
    text-align: right;
    box-shadow: 0;
    color: white;
    font-weight: bold;
    font-size: 120%;
    padding: 7px 0;
    margin: 0;
}

/**
 *  Right-To-Left adaptation
 */

.rtl #logo {
     float: right;
}


.rtl #primary-menu {
     float: right;    
}

.rtl #header .widget-DT_Search {
    float: left;
}

.rtl .breadcrumb,
.rtl .breadcrumb * {
    float: right;
}
.rtl .breadcrumb .sep {
    background-image: url(../images/KccY4MuEdDyz.png);
}

.rtl .isotope .isotope-item {
    background: none;
  -webkit-transition-property: right, top, -webkit-transform, opacity;
     -moz-transition-property: right, top, -moz-transform, opacity;
      -ms-transition-property: right, top, -ms-transform, opacity;
       -o-transition-property: right, top, -o-transform, opacity;
          transition-property: right, top, transform, opacity;
}

.rtl #slide-controls {
    bottom: 20px;
    right: 20px;
    height: 33px;
    width: 80px;
}

.rtl #footer #credits #credits-inner p {
    text-align: left;
}

.rtl #archive-wrap {
    float: right;
}

.rtl #archive-wrap .archive-title-item {
    right: 0;
}

.rtl.page-template-page-blogs-php #content .item div.page-title img {
    float: right;
}
.rtl.page-template-page-blogs-php #content .item div.page-title h1 {
    margin: 10px 101px 0 0;
}
.rtl.page-template-page-blogs-php #content .item div.page-title ul li a {
    margin: 0 6px 0 0;
}


@media screen and (min-width: 1035px) {
    .rtl .item {
        margin: 0 0 20px 20px;
    }

}

@media screen and (max-width: 1035px) {
    #top-bar .widget_mailchimpsf_widget #mc_message {
        position: absolute;
        right: 0;
        top: 43px;
        width: 220px;
    }
    #top-bar #top-bar-inner,
    .layout-centered #header-inner,
    .layout-centered #footer-inner {
        width: 620px;
        margin: 0 auto;
    }
    #header-inner #logo,
    .rtl #header .widget-DT_Search,
    .rtl #header-inner #primary-menu {
        float: none;
    }
    #header .widget-DT_Search,
    #header-inner #logo,
    #header-inner #primary-menu .menu {
        margin: 5px auto;
    }
    #header .widget-DT_Search {
        width: 230px;
    }

    .page-template-page-posts-php #content .item {
        margin-left: 12px;
    }

    #footer-inner #footer-widgets div {
        display: block;
        margin: 0 auto;
    }
    #footer-inner #footer-widgets div.mondo.lib {
        width: 545px;
    }
    #footer-inner #footer-widgets div.cfi {
        width: 400px;
        margin-top: 0;
    }
    #footer-inner #footer-widgets div.ebticar {
        width: 488px;
    }
    #home-socials .item {
        float:none;
        margin: 0 auto !important;
    }
    #home-socials .item.facebook {
        margin-top: 20px !important;
    }
}

@media screen and (max-width: 680px) {
    #content {
        margin-top: 40px;
    }

    #top-bar #top-bar-inner,
    .layout-centered #header-inner {
        width: 300px;
    }
    .layout-centered #footer-inner {
        width:100%;
    }
    
    #top-bar .widget_mailchimpsf_widget {
        display: none;   
    }

    #home-socials {
        display: none;
    }

    .rtl .item {
        margin: 0 0 20px 20px;
    }

    #slides-custom,
    #slides-custom .slides_container {
        width: 300px;
    }
    .item.featured #slides-custom .featured-image {
        width: 300px !important;
        height: 390px !important;
    }
    .item.featured #slides-custom .featured-image img {
        margin-top: 71px; 
    }
    .item.featured #slides-custom .featured-image .post-content {
        height: 120px;
        background: none;
    }
    .item.featured #slides-custom .featured-image .post-content p {
        font-size: 14px;
    }
    #footer-inner #footer-widgets div {
        width: 100% !important;
        margin: 0;
    }
    #footer-inner #footer-widgets div a {
        display: block;
        margin: 0 auto;
    }
    #footer-inner #footer-widgets div a img {
        margin: 15px 0;
    }
    #footer-inner #footer-widgets div a#quatrem {
        width: 204px;
    }
    #footer-inner #footer-widgets div a#cfi {
        width: 95px;
    }
    #footer-inner #footer-widgets div a#lib {
        width: 329px;
    }
    #footer-inner #footer-widgets div a#mondo {
        width: 124px;
    }
    #footer-inner #footer-widgets div a#ebticar {
        width: 423px;
    }
}
@media screen and (max-width: 430px) {
    #footer-inner #footer-widgets div a#ebticar {
        width: 100%;
    }
}
@media screen and (max-width: 330px) {
    #footer-inner #footer-widgets div a#lib {
        width: 100%;
    }
}
