/*-----------------------------------------------------------------------------------

   Theme Name: iWrite
   Theme URI: http: //wpthemes.rubenbristian.com/iwrite/
   Description: iWrite is the perfect minimal theme for blogging in style. Packed with essential features such as different post formats, useful shortcodes, widgets and a great design, this theme is for those who just want to write.
   Author: RubenBristian
   Author URI: http://rubenbristian.com
   License: GNU General Public License version 3.0 & Envato Regular/Extended License
   License URI:  http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses
   Version: 1.2

   Designed by Mindaugas Budginas: http://chargedpixels.com/
   All PHP code is released under the GNU General Public Licence version 3.0
   All HTML/CSS/JAVASCRIPT code is released under Envato's Regular/Extended License (http://themeforest.net/licenses)

-----------------------------------------------------------------------------------*/

@charset "UTF-8";

/* ---------------------------------------------------------------------------------
------------------------------   MEDIA ELEMENT   ----------------------------------
------------------------------------------------------------------------------------*/

.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial;text-align:left;vertical-align:top;text-indent:0;}.me-plugin{position:absolute;}.mejs-embed,.mejs-embed body{width:100%;height:100%;margin:0;padding:0;background:#000;overflow:hidden;}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:1000;}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{width:100%;height:100%;}.mejs-background{position:absolute;top:0;left:0;}.mejs-mediaelement{position:absolute;top:0;left:0;width:100%;height:100%;}.mejs-poster{position:absolute;top:0;left:0;}.mejs-poster img{border:0;padding:0;border:0;display:block;}.mejs-overlay{position:absolute;top:0;left:0;}.mejs-overlay-play{cursor:pointer;}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background:url(images/mediaelement/bigplay.png) no-repeat;}.no-svg .mejs-overlay-button{background-image:url(images/mediaelement/bigplay.png);}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px;}.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:#333;background:url(images/mediaelement/background.png);background:rgba(0,0,0,0.9);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(50,50,50,0.9)),to(rgba(0,0,0,0.9)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-moz-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-o-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-ms-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:linear-gradient(rgba(50,50,50,0.9),rgba(0,0,0,0.9));}.mejs-overlay-loading span{display:block;width:80px;height:80px;background:transparent url(images/mediaelement/loading.gif) 50% 50% no-repeat;}.mejs-container .mejs-controls{position:absolute;background:none;list-style-type:none;margin:0;padding:0;bottom:0;left:0;background:url(images/mediaelement/background.png);background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));height:30px;width:100%;}.mejs-container .mejs-controls div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:26px;height:26px;font-size:11px;line-height:11px;background:0;font-family:Helvetica,Arial;border:0;}.mejs-controls .mejs-button button{cursor:pointer;display:block;font-size:0;line-height:0;text-decoration:none;margin:7px 5px;padding:0;position:absolute;height:16px;width:16px;border:0;background:transparent url(images/mediaelement/controls.png) no-repeat;}.no-svg .mejs-controls .mejs-button button{background-image:url(images/mediaelement/controls.png);}.mejs-controls .mejs-button button:focus{outline:solid 1px yellow;}.mejs-container .mejs-controls .mejs-time{color:#fff;display:block;height:17px;width:auto;padding:8px 3px 0 3px;overflow:hidden;text-align:center;padding:auto 4px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}.mejs-container .mejs-controls .mejs-time span{font-size:11px;color:#fff;line-height:12px;display:block;float:left;margin:1px 2px 0 0;width:auto;}.mejs-controls .mejs-play button{background-position:0 0;}.mejs-controls .mejs-pause button{background-position:0 -16px;}.mejs-controls .mejs-stop button{background-position:-112px 0;}.mejs-controls div.mejs-time-rail{width:200px;padding-top:5px;}.mejs-controls .mejs-time-rail span{display:block;position:absolute;width:180px;height:10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer;}.mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(30,30,30,0.8)),to(rgba(60,60,60,0.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-moz-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-o-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-ms-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8));}.mejs-controls .mejs-time-rail .mejs-time-buffering{width:100%;background-image:-o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);-webkit-background-size:15px 15px;-moz-background-size:15px 15px;-o-background-size:15px 15px;background-size:15px 15px;-webkit-animation:buffering-stripes 2s linear infinite;-moz-animation:buffering-stripes 2s linear infinite;-ms-animation:buffering-stripes 2s linear infinite;-o-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite;}@-webkit-keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}@-moz-keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}@-ms-keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}@-o-keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}@keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(44,124,145,0.8)),to(rgba(78,183,212,0.8)));background:-webkit-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-moz-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-o-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-ms-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:linear-gradient(rgba(44,124,145,0.8),rgba(78,183,212,0.8));width:0;}.mejs-controls .mejs-time-rail .mejs-time-current{width:0;background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8));}.mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center;}.mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;background:#eee;width:36px;height:17px;border:solid 1px #333;top:-26px;margin-left:-18px;text-align:center;color:#111;}.mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0;}.mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:solid 5px #eee;border-color:#eee transparent transparent transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:15px;left:13px;}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float{width:48px;}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current{width:44px;}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner{left:18px;}.mejs-controls .mejs-fullscreen-button button{background-position:-32px 0;}.mejs-controls .mejs-unfullscreen button{background-position:-32px -16px;}.mejs-controls .mejs-mute button{background-position:-16px -16px;}.mejs-controls .mejs-unmute button{background-position:-16px 0;}.mejs-controls .mejs-volume-button{position:relative;}.mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:url(images/mediaelement/background.png);background:rgba(50,50,50,0.7);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:-115px;left:0;z-index:1;position:absolute;margin:0;}.mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.5);margin:0;}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.9);margin:0;}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgba(255,255,255,0.9);cursor:N-resize;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;margin:0;}.mejs-controls div.mejs-horizontal-volume-slider{height:26px;width:60px;position:relative;}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(30,30,30,0.8)),to(rgba(60,60,60,0.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-moz-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-o-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-ms-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8));}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8));}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{display:none;}.mejs-controls .mejs-captions-button{position:relative;}.mejs-controls .mejs-captions-button button{background-position:-48px 0;}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url(images/mediaelement/background.png);background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px;}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0 0 5px 0;}.mejs-chapters{position:absolute;top:0;left:0;-xborder-right:solid 1px #fff;width:10000px;z-index:1;}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#323232,endColorstr=#000000);overflow:hidden;border:0;}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer;}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:none;}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102,0.7);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(102,102,102,0.7)),to(rgba(50,50,50,0.6)));background:-webkit-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-moz-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-o-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-ms-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:linear-gradient(rgba(102,102,102,0.7),rgba(50,50,50,0.6));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#666666,endColorstr=#323232);}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:bold;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px 0;line-height:12px;}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px 0 4px 0;display:block;white-space:nowrap;text-overflow:ellipsis;}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:22px;font-size:12px;color:#fff;}.mejs-captions-layer a{color:#fff;text-decoration:underline;}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:normal;}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0;}.mejs-captions-position-hover{bottom:45px;}.mejs-captions-text{padding:3px 5px;background:url(images/mediaelement/background.png);background:rgba(20,20,20,0.8);}.mejs-clear{clear:both;}.me-cannotplay a{color:#fff;font-weight:bold;}.me-cannotplay span{padding:15px;display:block;}.mejs-controls .mejs-loop-off button{background-position:-64px -16px;}.mejs-controls .mejs-loop-on button{background-position:-64px 0;}.mejs-controls .mejs-backlight-off button{background-position:-80px -16px;}.mejs-controls .mejs-backlight-on button{background-position:-80px 0;}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0;}.mejs-contextmenu{position:absolute;width:150px;padding:10px;border-radius:4px;top:0;left:0;background:#fff;border:solid 1px #999;z-index:1001;}.mejs-contextmenu .mejs-contextmenu-separator{height:1px;font-size:0;margin:5px 6px;background:#333;}.mejs-contextmenu .mejs-contextmenu-item{font-family:Helvetica,Arial;font-size:12px;padding:4px 6px;cursor:pointer;color:#333;}.mejs-contextmenu .mejs-contextmenu-item:hover{background:#2C7C91;color:#fff;}.mejs-controls .mejs-sourcechooser-button{position:relative;}.mejs-controls .mejs-sourcechooser-button button{background-position:-128px 0;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url(images/mediaelement/background.png);background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px;}.mejs-postroll-layer{position:absolute;bottom:0;left:0;width:100%;height:100%;background:url(images/mediaelement/background.png);background:rgba(50,50,50,0.7);z-index:1000;overflow:hidden;}.mejs-postroll-layer-content{width:100%;height:100%;}.mejs-postroll-close{position:absolute;right:0;top:0;background:url(images/mediaelement/background.png);background:rgba(50,50,50,0.7);color:#fff;padding:4px;z-index:100;cursor:pointer;}

/* ---------------------------------------------------------------------------------
------------------------------   ISOTOPE   ----------------------------------
------------------------------------------------------------------------------------*/

.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 1200px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */

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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}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:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none}*:focus{outline:none}

.clearfix:after, form:after, .row-fluid:after, .payment_methods li:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix, form, .payment_methods li {
  display: inline-block;
}
html[xmlns] .clearfix, .row-fluid {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.hidden {
   display: none;
}

/* ---------------------------------------------------------------------------------
------------------------------   ICONS   ----------------------------------
------------------------------------------------------------------------------------*/

 @font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?54630454');
  src: url('font/fontello.eot?54630454#iefix') format('embedded-opentype'),
       url('font/fontello.woff?54630454') format('woff'),
       url('font/fontello.ttf?54630454') format('truetype'),
       url('font/fontello.svg?54630454#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before, .comment-reply-link:after {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  cursor: inherit;
}

.icon-delicious:before { content: '\23'; } /* '#' */
.icon-plus:before { content: '\2b'; } /* '+' */
.icon-plus-1:before { content: '\e80e'; } /* '' */
.icon-minus-1:before { content: '\e80f'; } /* '' */
.icon-minus:before { content: '\2d'; } /* '-' */
.icon-digg:before { content: '\3b'; } /* ';' */
.icon-youtube:before { content: '\55'; } /* 'U' */
.icon-email:before { content: '\5d'; } /* ']' */
.icon-home:before { content: '\2302'; } /* '⌂' */
.icon-hourglass:before { content: '\23f3'; } /* '⏳' */
.icon-play:before { content: '\25b6'; } /* '▶' */
.icon-cloud:before { content: '\2601'; } /* '☁' */
.icon-umbrella:before { content: '\2602'; } /* '☂' */
.icon-star:before { content: '\2605'; } /* '★' */
.icon-moon:before { content: '\263d'; } /* '☽' */
.icon-heart:before { content: '\e812'; } /* '' */
.icon-heart-1:before { content: '\e807'; } /* '' */
.icon-note-beamed:before { content: '\266b'; } /* '♫' */
.icon-flag:before { content: '\2691'; } /* '⚑' */
.icon-tools:before { content: '\2692'; } /* '⚒' */
.icon-cog:before { content: '\2699'; } /* '⚙' */
.icon-flash-1:before { content: '\e803'; } /* '' */
.icon-tape:before { content: '\2707'; } /* '✇' */
.icon-flight:before { content: '\2708'; } /* '✈' */
.icon-mail:before { content: '\2709'; } /* '✉' */
.icon-pencil-1:before { content: '\e800'; } /* '' */
.icon-pencil:before { content: '\270e'; } /* '✎' */
.icon-vector-pencil:before { content: '\f046'; } /* '' */
.icon-feather:before { content: '\2712'; } /* '✒' */
.icon-ok:before { content: '\2713'; } /* '✓' */
.icon-cancel:before { content: '\2715'; } /* '✕' */
.icon-cancel-1:before { content: '\e810'; } /* '' */
.icon-asterisk:before { content: '\2731'; } /* '✱' */
.icon-quote:before { content: '\275e'; } /* '❞' */
.icon-forward:before { content: '\27a6'; } /* '➦' */
.icon-cw:before { content: '\27f3'; } /* '⟳' */
.icon-resize-vertical:before { content: '\2b0c'; } /* '⬌' */
.icon-resize-horizontal:before { content: '\2b0d'; } /* '⬍' */
.icon-cog-1:before { content: '\e815'; } /* '' */
.icon-volume:before { content: '\e033'; } /* '' */
.icon-skype:before { content: '\e037'; } /* '' */
.icon-chart-pie-1:before { content: '\e7a2'; } /* '' */
.icon-plus-2:before { content: '\e814'; } /* '' */
.icon-phone-1:before { content: '\e065'; } /* '' */
.icon-pencil-2:before { content: '\e068'; } /* '' */
.icon-dribbble:before { content: '\e0c2'; } /* '' */
.icon-digg-1:before { content: '\e0c5'; } /* '' */
.icon-right-open-1:before { content: '\e0cc'; } /* '' */
.icon-left-open-1:before { content: '\e0cd'; } /* '' */
.icon-book-1:before { content: '\e0f5'; } /* '' */
.icon-comment:before { content: '\e106'; } /* '' */
.icon-eye:before { content: '\e70a'; } /* '' */
.icon-eye-1:before { content: '\e811'; } /* '' */
.icon-tag:before { content: '\e70c'; } /* '' */
.icon-tags:before { content: '\e70d'; } /* '' */
.icon-print:before { content: '\e716'; } /* '' */
.icon-comment-1:before { content: '\e80c'; } /* '' */
.icon-comment-alt:before { content: '\e813'; } /* '' */
.icon-chat:before { content: '\e720'; } /* '' */
.icon-location:before { content: '\e724'; } /* '' */
.icon-compass:before { content: '\e728'; } /* '' */
.icon-rss:before { content: '\e73a'; } /* '' */
.icon-share:before { content: '\e73c'; } /* '' */
.icon-basket:before { content: '\e73d'; } /* '' */
.icon-login:before { content: '\e740'; } /* '' */
.icon-logout:before { content: '\e741'; } /* '' */
.icon-resize-full:before { content: '\e744'; } /* '' */
.icon-resize-small:before { content: '\e746'; } /* '' */
.icon-bucket:before { content: '\e756'; } /* '' */
.icon-thermometer:before { content: '\e757'; } /* '' */
.icon-down-circle2:before { content: '\e758'; } /* '' */
.icon-up-circle2:before { content: '\e75b'; } /* '' */
.icon-left-open:before { content: '\e75d'; } /* '' */
.icon-right-open:before { content: '\e75e'; } /* '' */
.icon-right-open-mini:before { content: '\e762'; } /* '' */
.icon-network:before { content: '\e776'; } /* '' */
.icon-inbox:before { content: '\e777'; } /* '' */
.icon-off:before { content: '\e78e'; } /* '' */
.icon-road:before { content: '\e78f'; } /* '' */
.icon-ajust:before { content: '\e793'; } /* '' */
.icon-tint:before { content: '\e794'; } /* '' */
.icon-brush:before { content: '\e79a'; } /* '' */
.icon-paper-plane:before { content: '\e79b'; } /* '' */
.icon-magnet-1:before { content: '\e802'; } /* '' */
.icon-tablet:before { content: '\e7b1'; } /* '' */
.icon-fire-station:before { content: '\e817'; } /* '' */
.icon-grocery-store:before { content: '\e81e'; } /* '' */
.icon-harbor:before { content: '\e81f'; } /* '' */
.icon-heliport:before { content: '\e820'; } /* '' */
.icon-religious-jewish:before { content: '\e831'; } /* '' */
.icon-school:before { content: '\e834'; } /* '' */
.icon-skiing:before { content: '\e836'; } /* '' */
.icon-swimming:before { content: '\e838'; } /* '' */
.icon-right-open-2:before { content: '\f006'; } /* '' */
.icon-left-open-2:before { content: '\f007'; } /* '' */
.icon-ccw:before { content: '\f025'; } /* '' */
.icon-move:before { content: '\f047'; } /* '' */
.icon-certificate:before { content: '\f0a3'; } /* '' */
.icon-filter:before { content: '\f0b0'; } /* '' */
.icon-resize-full-alt:before { content: '\f0b2'; } /* '' */
.icon-beaker:before { content: '\f0c3'; } /* '' */
.icon-magic:before { content: '\f0d0'; } /* '' */
.icon-gauge:before { content: '\f0e4'; } /* '' */
.icon-sitemap:before { content: '\f0e8'; } /* '' */
.icon-lightbulb:before { content: '\f0eb'; } /* '' */
.icon-download-cloud:before { content: '\f0ed'; } /* '' */
.icon-upload-cloud:before { content: '\f0ee'; } /* '' */
.icon-bell-alt:before { content: '\f0f3'; } /* '' */
.icon-beer:before { content: '\f0fc'; } /* '' */
.icon-desktop:before { content: '\f108'; } /* '' */
.icon-laptop:before { content: '\f109'; } /* '' */
.icon-quote-left:before { content: '\f10d'; } /* '' */
.icon-quote-right:before { content: '\f10e'; } /* '' */
.icon-reply:before { content: '\f112'; } /* '' */
.icon-github:before { content: '\e80b'; } /* '' */
.icon-flickr:before { content: '\e808'; } /* '' */
.icon-vimeo:before { content: '\f306'; } /* '' */
.icon-twitter:before { content: '\f309'; } /* '' */
.icon-facebook-squared:before { content: '\e809'; } /* '' */
.icon-gplus:before { content: '\e80a'; } /* '' */
.icon-pinterest:before { content: '\f312'; } /* '' */
.icon-tumblr:before { content: '\f315'; } /* '' */
.icon-linkedin:before { content: '\f318'; } /* '' */
.icon-stumbleupon:before { content: '\f31e'; } /* '' */
.icon-lastfm:before { content: '\f321'; } /* '' */
.icon-evernote:before { content: '\f333'; } /* '' */
.icon-picasa:before { content: '\f345'; } /* '' */
.icon-behance:before { content: '\f34e'; } /* '' */
.icon-google-circles:before { content: '\f351'; } /* '' */
.icon-picture-1:before { content: '\e80d'; } /* '' */
.icon-picture:before { content: '🌄'; } /* '\1f304' */
.icon-globe:before { content: '\f30e'; } /* '' */
.icon-globe-1:before { content: '\e801'; } /* '' */
.icon-leaf:before { content: '\f342'; } /* '' */
.icon-gift:before { content: '\f381'; } /* '' */
.icon-graduation-cap:before { content: '\f393'; } /* '' */
.icon-mic:before { content: '\f3a4'; } /* '' */
.icon-headphones:before { content: '\f3a7'; } /* '' */
.icon-palette:before { content: '\f3a8'; } /* '' */
.icon-video:before { content: '🎬'; } /* '\1f3ac' */
.icon-trophy:before { content: '\f3c6'; } /* '' */
.icon-award:before { content: '\f3c9'; } /* '' */
.icon-thumbs-up:before { content: '\f44d'; } /* '' */
.icon-thumbs-down:before { content: '\f44e'; } /* '' */
.icon-bag:before { content: '\f45c'; } /* '' */
.icon-user:before { content: '\f464'; } /* '' */
.icon-user-1:before { content: '\e804'; } /* '' */
.icon-users:before { content: '\f465'; } /* '' */
.icon-users-1:before { content: '\e805'; } /* '' */
.icon-lamp:before { content: '\f4a1'; } /* '' */
.icon-briefcase:before { content: '\f4bc'; } /* '' */
.icon-calendar-1:before { content: '📅'; } /* '\1f4c5' */
.icon-calendar:before { content: '\f4c5'; } /* '' */
.icon-calendar-2:before { content: '\e816'; } /* '' */
.icon-chart:before { content: '📈'; } /* '\1f4c8' */
.icon-chart-bar:before { content: '📊'; } /* '\1f4ca' */
.icon-clipboard:before { content: '\f4cb'; } /* '' */
.icon-book:before { content: '\f4d5'; } /* '' */
.icon-book-open:before { content: '📖'; } /* '\1f4d6' */
.icon-phone:before { content: '\f4de'; } /* '' */
.icon-megaphone:before { content: '\f4e3'; } /* '' */
.icon-upload:before { content: '\f4e4'; } /* '' */
.icon-download:before { content: '\f4e5'; } /* '' */
.icon-mobile-1:before { content: '📱'; } /* '\1f4f1' */
.icon-mobile:before { content: '\f4f1'; } /* '' */
.icon-camera:before { content: '📷'; } /* '\1f4f7' */
.icon-mute:before { content: '\f507'; } /* '' */
.icon-volume-up:before { content: '🔊'; } /* '\1f50a' */
.icon-sound:before { content: '\f50a'; } /* '' */
.icon-battery:before { content: '\f50b'; } /* '' */
.icon-search:before { content: '\f50d'; } /* '' */
.icon-key:before { content: '\f511'; } /* '' */
.icon-bell:before { content: '\f514'; } /* '' */
.icon-link:before { content: '\f517'; } /* '' */
.icon-link-1:before { content: '🔗'; } /* '\1f517' */
.icon-fire:before { content: '\f525'; } /* '' */
.icon-flashlight:before { content: '\f526'; } /* '' */
.icon-wrench:before { content: '\f527'; } /* '' */
.icon-hammer:before { content: '\f528'; } /* '' */
.icon-chart-area:before { content: '\f53e'; } /* '' */
.icon-clock:before { content: '\f554'; } /* '' */
.icon-clock-1:before { content: '\e806'; } /* '' */
.icon-rocket:before { content: '\f680'; } /* '' */
.icon-truck:before { content: '\f69a'; } /* '' */
.icon-block:before { content: '\f6ab'; } /* '' */

i.i-default {
  color:#999;
  margin-right:15px;
  text-align:pointer;
  font-size:32px;
  cursor:default;
  display:table-cell;
  vertical-align:middle;
  height:40px;
}
i.icon-small {
   padding:5px;
   text-align:center;
   color:#c7c7c7;
   border-radius:40px;
   border:1px solid #e9e9e9 ;
   background-color:#f7f7f7;
   cursor:pointer;
   font-size:16px;
   width:32px;
   height:32px;
   display:block;
   z-index:1;
}

/* ---------------------------------------------------------------------------------
------------------------------   GENERAL RULES   ----------------------------------
------------------------------------------------------------------------------------*/

.wrapper {
  width: 1200px;
  position: relative;
  margin: auto;
}
.page-template-template-blog-php .wrapper, .single .wrapper {
   padding-bottom: 0;
}

body {
   background: #FFF;
   overflow-x: hidden;
   font: 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
   color: #6b6b6b;
}

div.download a.w3-btn {
background-color: #8ba753;
border: 1px solid #8ba753;
color: #fff;
padding: 8px 12px;
border-radius: 5px;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
float: left;
margin-bottom: 16px;
}

div.download a.w3-btn:hover {
background-color:#97b162;
}

a {
  color: #6B6B6B;
} a:hover {
  color: #fe4426;
} h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
   color: #3b3b3b;
} h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
   color: #fe4426;
}

.left {
  float: left;
}
.right {
  float: right;
}

p, ul, ol {
  margin: 12px 0;
}

* {
  -webkit-box-sizing:   border-box;
  -moz-box-sizing:      border-box;
  box-sizing:           border-box;
}

/* ------------------------
-----   Typography   -----
------------------------------*/

h1, h2, h3, h4, h5, h6, #menu li a, .post-nav a, .krown-tabs .titles li a {
   font-family: 'Roboto Slab', Cambria, Georgia, serif;
   font-weight: 700;
   color: #3b3b3b;
}
h1 {
   font-size: 28px;
   line-height: 31px;
   text-align: center;
}

h1.entry-title {
    font-size: 32px;
    margin-top: -54px;
    margin-bottom: -10px;
}

h2 {
   font-size: 14px;
   line-height: 16px;
text-align: center;
}
h3 {
   font-size: 17px;
   line-height: 24px;
}
h4 {
   font-size: 14px;
   line-height: 21px;
}
h5 {
   font-size: 12px;
   line-height: 19px;
}
h6 {
   font-size: 10px;
   line-height: 17px;
}
strong {
   font-weight: 700;
}
em {
   font-style: italic;
}

/* ---------------------------------------------------------------------------------
------------------------------   STRUCTURE   ----------------------------------
------------------------------------------------------------------------------------*/

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

#main-header {
   background:#FE4426;
   border-bottom:1px solid #FE4426;
   height:90px;
}
#logo {
   position:absolute;
   top:31px;
   font-size: 34px;
   color: #fff;
   font-weight: 700;
}
#logo .retina {
   display:none;
   width:100%;
   height:auto;
   position:absolute;
   top:0;
   left:0;
}

.separator-or {
    display: flex;
    text-align: center;
    margin: 12px 0 35px 0;
    background-color: #eee;
}

.separator-or h1 {
    display: table-cell;
    line-height: 0.4em;
    letter-spacing: 0.2em;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #000;
    background-color: #fff;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    word-wrap:break-word;
}

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

#menu {
   float:left;
   margin-top: 34px;
}

#menu a {
   color: #FE4426;
   font-weight: bold;
   font-size: 16px;
   padding: 8px 8px 8px 8px;
   margin-left: 10px;
   background-color: #fff;
   border-radius: 6px;
   box-shadow: 3px 3px 2px #d21f02;
}

#menu a:hover {
   color: #ff0000;
   box-shadow: none;
}

#menu ul {
   margin:0;
}
#menu .top-menu {
   float:right;
   text-align: center;
}
#menu .top-menu > li {
   display: inline-block;
   margin-right: -26px;
   margin-top: 8px;
   position:relative;
   border-top: 3px solid #transparent;
   border-bottom: 1px solid #transparent;
}
#menu li a {
   font-size: 14px;
   color: #fff;
   font-weight: 600;
   line-height: 12px;
   padding: 39px 26px;
   display: block;
}

#menu .top-menu > li.selected > a {
   color: #fff;
}
#menu .top-menu > li span {
   display: block;
   font-size: 12px;
   color: #f1f1f1;
   line-height: 12px;
   text-transform: lowercase;
   font-style: italic;
   font-weight: 400;
   margin-top: 5px;
   font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#menu .top-menu > li:hover:after, #menu .top-menu > li:hover:before , #menu .top-menu > li.selected:after, #menu .top-menu > li.selected:before {
   bottom: 0;
   border: solid transparent;
   content: " ";
   height: 0;
   width: 0;
   position: absolute;
   pointer-events: none;
}
#menu .top-menu > li:hover:after , #menu .top-menu > li.selected:after {
   border-width: 5px;
   left: 50%;
   margin-left: -5px;
}
#menu .top-menu > li:hover:before, #menu .top-menu > li.selected:before {
   border-color: rgba(51, 51, 51, 0);

   border-width: 5px;
   left: 50%;
   margin-left: -5px;
}

#menu .top-menu > li:hover:before, #menu .top-menu > li.parent.selected:hover:before {
   border-bottom-color: #fff !important;
}

#menu .sub-menu {
   z-index: 99999;
   position:absolute;
   left:0;
   top: 107px;
   display:none;
   text-align: left;
   width: 195px;
}
#menu .sub-menu li {
   margin: 0;
   padding: 0;
   border-bottom: 1px solid #fe4426;
   background: #fe4426;
}
#menu .sub-menu a {
   margin:0;
   padding: 18px 22px 13px;
   font-size: 12px;
   color: #fff;
   color: rgba(255,255,255,.8);
   display: block;
}
#menu .sub-menu li:last-child {
   border-color:transparent;
}
#menu li.selected .sub-menu a {
   border-color:transparent;
}
.no-js #menu li:hover .sub-menu {
   display:block;
}
#menu .sub-menu li:hover, #menu .sub-menu li.selected {
   background-color: #FE5337;
   border-color:transparent;
}
#menu .sub-menu li:hover a, #menu .sub-menu li.selected a {
   color: #fff;
}

#menu .responsive {
   display:none;
}

/* ------------------------
-----   Widgets   -----
------------------------------*/

#header-widgets {
   float:left;
   padding-top: 43px;
   margin-left: 50px;
}

/* ------------------------
-----   Section Header   -----
------------------------------*/

#main-header h2 { 
color:#fff;
font-size: 14px;
font-weight: normal; 
position: absolute;
margin: 37px 0 0 190px;
}

#section-head {
   z-index: 1;
   margin: auto;
   position: relative;
   padding: 16px 0;
   border-bottom: 1px solid #e9e9e9;
   margin-bottom: 60px;
   min-height: 77px;
}
#section-head h1 {
   width: 50%;
   margin-top: 9px;
   float: left;
   font-size: 20px;
   line-height: 24px;
   color: #333;
   font-weight: 700;
   text-align: left;
}

.section-widget {
   float: left;
   padding: 6px 0 6px 20px;
   margin-left: 20px;
   border-left: 1px solid #e9e9e9;
}
.section-widget:first-child {
   padding-left: 0;
   margin-left: 0;
   border: none;
}
#section-head-widgets {
   position: absolute;
   right: 0;
}
#filter-widget .hover-show {
   visibility: hidden;
}
#search-widget .hover-show {
display: none;
}
.no-js #search-widget:hover .hover-show {
   visibility: hidden;
display: none;
}
.no-js #filter-widget {
display: none;
}

.section-widget .button {
   float:left;
}
#search-widget:hover .button, #filter-widget.opened .button, #filter-widget .button:hover {
   background: #fe4426;
   color: #fff;
   border-color: transparent;
}

.post-filter {
   margin-right: 20px;
   color: #ababab;
   float: left;
}
.post-filter select {
   float: left;
}
.post-filter p {
   float: left;
   margin: 7px 10px 0 0;
   cursor: default;
}
#filter-widget.opened .button {
   background: #3b3b3b !important;
}
#mainmenu { 
background-color: #fff;
width: 100%; 
margin: 0 auto;
text-align: center;
}

input#searchlogo {
    width: 100%;
    border-radius: 12px;
    padding: 10px 20px;
margin-top: 20px;
margin-bottom: 10px;
}


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

.krown-column-row {
   width: 100%;
   margin-bottom: 50px;
}
.krown-column-container {
  float:left;
  display:block;
  padding:0 20px;
  position:relative;
}
.krown-column-container.nospace {
  padding-top:10px;
  padding-bottom:0;
}
.krown-column-container.lessMargin {
  margin-bottom:-40px;
}
.span3 {
  width: 25%;
}
.span4 {
  width: 33.33%;
}
.span6 {
  width: 50%;
}
.span8 {
  width: 66.34%;
}
.span9 {
  width: 75%;
}
.span12 {
  width: 100%;
}
.ffirst {
  padding-left:0 !important;
}
.flast {
  padding-right:0 !important;
}

/* ------------------------
-----   Sidebars & Default Widgets  -----
------------------------------*/

#sidebar {
    margin-top: 60px;
    width: 1260px;
   margin-bottom: 80px;
}
.page-with-right-sidebar-sidebar {
   float: left;
   width: 100%;
}
.page-with-right-sidebar, .page-with-left-sidebar {
   width: 100%;
   float: left;
   margin-left: 0 !important;
}
.page-with-left-sidebar-sidebar {
   float: left;
   width: 230px;
}
.page-with-left-sidebar, .page-with-left-sidebar .blog-container {
   width: 865px;
   float: right;
   margin-left: 0 !important;
}

.page-with-left-sidebar .krown-column-row, .page-with-right-sidebar .krown-column-row {
   width: 580px;
}

.widget ul:first-child {
   margin-top: 0;
}

#sidebar .widget-title, .page-template-template-archives-php .widget-title2 {
   border-bottom: 1px solid #e9e9e9;
   margin-bottom: 28px;
   padding-bottom: 20px;
   margin-top: 5px;
}
#sidebar .widget, .page-template-template-archives-php .krown-column-row .widget {
    width: 360px;
    float: left;
    margin-right: 60px;

}

.widget_archive li, .widget_pages li, .widget_recent_entries li, .widget_recent_comments li, .widget_pages li, .widget_categories li, .widget_meta li {
   background: url(images/list.png) no-repeat 0 7px transparent;
   padding-left: 17px;
   margin-bottom: 16px;
   display: block;
}

.wp-tag-cloud li {
   background: none;
   display: inline;
   font-family: 'Roboto Slab', Cambria, Georgia, serif;
   padding: 0;
   text-transform: uppercase;
}

.page-with-left-sidebar .post-content, .page-with-right-sidebar .post-content, .page-with-left-sidebar .post-footer, .page-with-left-sidebar .post-view #comments {
   width: 100%;
}
.page-with-left-sidebar .post-media, .page-with-right-sidebar .post-media {
   width: 100% !important;
}

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

#footer {
   text-align: center;
   background: #f7f7f7;
   border-top: 1px solid #e9e9e9;
   padding: 100px 0 40px;
}
#footer .wrapper {
   padding-bottom: 0;
}
#footer .widget {
   font-size: 16px;
   line-height: 24px;
   width: 100%;
   text-align: center;
   margin-bottom: 60px;
}
#footer .post-more {
   font-size: 16px;
}
#footer .copy p {
   font-size: 12px;
   font-style: italic;
}

#top {
   bottom: 10px;
   color: rgba(0, 0, 0, 0.1);
   font-size: 38px;
   height: 38px;
   line-height: 38px;
   position: fixed;
   right: 10px;
   width: 38px;
   display: none;
   z-index: 99999;
}
#top:hover {
   color: #fe4426;
   color: rgba(254,68,38,.9);
}

#cjaf99 {
clear: both;
text-align: center;
padding-top: 60px;
padding-bottom: 20px;
}

div.gallery {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

div.gallery-item {
    width: 22.5%;
    float: left;
    margin: 0 10px 20px 19px;
}

div.gallery-item h2 {
    text-align: center;
    height: 46px;
    margin: -4px 0 12px 0;
    border-bottom: 1px solid #eee;
line-height: 3em;
overflow: hidden;
display: block;
}

.imageblog {
    width:100%;
}

.imageblog img {
    width:100%;
    height: 200px;
    object-fit: cover;
}

.imageblog img:hover {
    border-bottom: 4px solid #ff0000;
}

#gallerad { 
width: 100%;
max-height: 250px;
overflow: hidden; 
margin-bottom: 30px; 
overflow: hidden; 
border-bottom: 1px solid #eee; 
padding-bottom: 30px;
}




/* ------------------------
-----   IE Fixes   -----
------------------------------*/

#oldie {
   display: none;
}
.ie7 body {
   overflow: hidden;
   background: #FFF !important;
   width: 100% !important;
   height: 100% !important;
   position: absolute !important;
   border: none !important;
}
.ie7 #oldie {
   color: #333;
   left: 50%;
   margin-left: -150px;
   margin-top: -10px;
   width: 300px;
   top: 50%;
   text-align: center;
   position: absolute;
   display: block;
}
.ie7 #main-header, .ie7 .wrapper, .ie7 #footer {
   display: none !important;
}

.ie8 #section-head {
   min-height: 0;
}
.ie8 input {
   padding-top: 8px;
}

/* ---------------------------------------------------------------------------------
------------------------------   BLOG   ----------------------------------
------------------------------------------------------------------------------------*/

.post {
   float:left;
   width:100%;
   padding-top:20px;
   position:relative;
   margin-bottom: 50px;
}

.post-meta {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #e9e9e9;
    margin: 0;
    width: 100%;
    position: relative;
    padding: 20px 0;
    font-size: 12px;
}
.post-meta li {
   margin-left: 25px;
}

.post-meta li span {
font-style: normal;
font-size: 16px;
color: #444;
font-weight: bold;
}

.post-meta li a {
font-style: normal;
font-size: 16px;
color: #0099ff;
font-weight: bold;
text-decoration: underline;
}

.post-meta li a:hover {
text-decoration: underline;
}

.post-meta li:first-child {
   margin-left: 0;
}
.post-meta li:before {
   font-size: 15px;
   color: #c7c7c7;
   margin-right: 8px;
   display: block;
   float: left;
}
.post-meta .date:before {
   font-size: 18px;
   margin-top: -1px;
}
.post-meta, .post-meta a {
   color: #ababab;
   font-style: italic;
}
.post-meta .date {
   float: right;
   margin-top: 6px;
}
.post-meta .like, .post-meta .comments {
   float: right;
}

.post-icon {
   background-color: #f9f9f9;
   text-align: center;
   display: table;
   font-size: 60px;
   line-height: 60px;
   width: 93px;
   height: 93px;
   color: #3b3b3b;
   border: 6px solid #f9f9f9;
   border-radius: 70px;
   position: absolute;
   left: 50%;
   top:0;
   margin-left: -54px;
   margin-bottom: 0;
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   -ms-box-sizing: content-box;
   box-sizing: content-box;
}
.post-icon:hover {
   background-color: #fe4426;
   border-color: #fe4426;
}
.post-icon i {
   display: table-cell;
   vertical-align: middle;
   border-radius: 70px;
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   -ms-box-sizing: content-box;
   box-sizing: content-box;
}
.post-icon i:before {
   cursor: pointer;
}
.post-icon:hover i {
   color: #fff;
}
.icon-standard:before {
   content: "";
}
.icon-down:before {
   content: "";
}
.icon-gallery:before {
   content: "";
}
.icon-image:before {
   content: "🌄";
   font-size: 48px;
}
.icon-video:before {
   content: "▶";
   padding-left: 10px;
}
.icon-audio:before {
   content: "";
}
.icon-quote:before {
   content: "❞";
}
.icon-link:before {
   content: "";
   padding-top: 5px;
}

h2.post-title {
margin-top: -54px;
}

.post-title {
   width: 80%;
   text-align: center;
   font-size: 36px;
   line-height: 56px;
   margin: auto;
}
.post-title a {
   color: #3b3b3b;
}
.format-link .post-title a {
   text-decoration: underline;
}
.format-link .post-title a:hover {
   border-bottom-color: #fe4426;
}
.format-quote .post-title {
   font-style: italic;
}

.post-excerpt {
   text-align: center;
   padding: 30px 0;
   font-size: 15px;
   line-height: 21px;
}
.post-excerpt p {
   margin: 12px auto;
   width: 80%;
}

.post-media {
   width: 720px !important;
   height: auto;
   margin: 10px auto 30px;
}
.post-media img, .post-media iframe {
   width: 100%;
}
.post-media img {
   height: auto;
}
.post-media-quote {
   margin-bottom: 38px;
   text-align: center;
}

.post-more {
   font-style: italic;
   color: #fe4426;
   font-family: Cambria, Georgia, serif;
   font-size: 18px;
   padding-bottom: 4px;
   display: inline-block;
   padding-top: 10px;
   border-bottom: 1px solid transparent;
}
.post-more:after {
   content: "→";
   font-family: Arial !important;
   font-size: 15px;
   margin: 0 0 0 10px;
   position: absolute;
}
.post-more:hover {
   border-bottom-color: #fe4426;
}

#load-more {
   float: left;
   position: relative;
   border-bottom: 1px solid  #e9e9e9;
   margin: 70px 0 230px;
   width: 100%;
}
#load-more a {
   background-color: #e1e1e1;
   text-align: center;
   display: table;
   font-size: 60px;
   width: 127px;
   height: 127px;
   color: #fff;
   border-radius: 65px;
   position: absolute;
   left: 50%;
   top:0;
   margin: -64px 0 0 -70px;
}
#load-more:hover a {
   background-color: #fe4426;
}
#load-more i {
   display: table-cell;
   vertical-align: middle;
   font-size: 66px;
   line-height: 66px;
   padding-top: 5px;
}
#load-more a.loading {
   background: url(images/preloader.gif) no-repeat center center #e1e1e1 !important;
}
#load-more a.loading i {
   display: none;
}

/* ------------------------
-----   Blog Columns   -----
------------------------------*/

.page-with-right-sidebar .blog-container, .page-with-left-sidebar .blog-container {
   width: 100% !important;
   margin-left: 0 !important;
}

.blog-cols-two .blog-container {
   width: 920px;
   margin-left: -30px;
}
.blog-cols-two .post {
   width: 50%;
   padding: 0 30px;
   margin-bottom: 100px;
}
.blog-cols-two .post-meta {
   margin-bottom: 75px;
}
.blog-cols-two .post-icon {
   font-size: 45px;
   line-height: 45px;
   width: 98px;
   height: 98px;
   margin-left: -54px;
   border-width: 4px;
   border-radius: 53px;
}
.blog-cols-two .icon-image:before {
   font-size: 37px;
}
.blog-cols-two .icon-quote:before {
   font-size: 49px;
   padding-top: 3px;
}
.blog-cols-two .post-title {
   font-size: 36px;
   line-height: 37px;
}
.blog-cols-two .post-excerpt {
   width: 100%;
   font-size: 14px;
   padding:20px 0;
}
.blog-cols-two .post-media, .blog-cols-three .post-media {
   width: 100% !important;
}

.blog-cols-three .blog-container {
   width: 900px;
   margin-left: -20px;
}
.blog-cols-three .post {
   width: 33.33%;
   padding: 0 20px;
   margin-bottom: 100px;
}
.blog-cols-three .post-icon {
   font-size: 33px;
   line-height: 33px;
   width: 74px;
   height: 74px;
   margin-left: -40px;
   border-width: 3px;
   border-radius: 40px;
}
.blog-cols-three .icon-video:before {
   padding-left: 9px;
}
.blog-cols-three .icon-image:before {
   font-size: 27px;
}
.blog-cols-three .icon-quote:before {
   font-size: 35px;
   padding-top: 3px;
}
.blog-cols-three .post-header .post-meta {
   border-bottom: none;
   border-top: 1px solid #e9e9e9;
   margin: 40px 0 5px;
   padding-top: 60px;
}
.blog-cols-three .post-header .post-meta li {
   width: 100%;
   text-align: center;
}
.blog-cols-three .post-header .post-meta li:before {
   float: none;
   display: inline;
}
.blog-cols-three .post-title {
   font-size: 24px;
   width: 95%;
   line-height: 28px;
}
.blog-cols-three .comments, .blog-cols-three .like {
   float: none;
}
.blog-cols-three .post-meta.in-footer {
   border: none;
   display: inline;
   margin-bottom: 0;
   padding-bottom: 0;
   top: 5px;
}
.blog-cols-three .format-link .post-meta.in-footer {
   top: 15px;
}
.blog-cols-three .post-excerpt {
   font-size: 13px;
   width: 100%;
   padding: 15px 0;
}
.blog-cols-three .post-more {
   font-size: 16px;
   padding: 0 0 1px;
}
.blog-cols-three .post-media iframe {
   height: auto;
}

.page-with-left-sidebar .blog-container .post, .page-with-right-sidebar .blog-container .post {
   width: 100%;
   padding: 0;
}

/* ------------------------
-----   Single Post   -----
------------------------------*/

.post-view .post-icon {
  /* background: #fff;
   border-color: #c7c7c7; */
   cursor: default;
   pointer-events: none;
}
.post-view .post-icon i {
   color: #3b3b3b;
}

.post-view .post-title a:hover {
   color:#3b3b3b;
}

.post-content {
   font-size: 16px;
   text-align: justify;
   line-height: 25px;
   width: 720px;
   margin: auto;
   padding: 30px 0;
}

.post-content p { 
    margin-bottom: 20px;
}
.post-content img {
    width: 100%;
    margin: 10px 0;
}
.post-content a {
  color: #FE4426;
}
.post-content a:hover {
  text-decoration: underline;
}

.post-footer, .post-view #comments {
   width: 100% !important;
}

.post-footer {
    margin: -135px 0 -10px 0;
   border-bottom: 1px solid #eee;
}

.post-tags {
    width: 100%;
    font-size: 14px;
    color: #ababab;
    text-transform: lowercase;
    line-height: 20px;
    margin: -49px 0 190px 0;
    border-bottom: 1px solid #eee;
    padding: 0 0 40px 0;
}

ul#singletags {
    list-style-type: none;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

ul#singletags li {
float: left;
display: inline;
margin-right: 12px;
line-height: 3.2em;
}

ul#singletags li a {
border: 1px solid #ddd;
border-radius: 5px;
padding: 6px 10px;
color: #888;
}

ul#singletags li a:hover {
border: 1px solid #ff0000;
color: #ff0000;
}

.post-sharing {
   position: relative;
   margin: 10px auto 40px;
   text-align: center;
}
.post-sharing > a {
   margin-left: 60px;
}

.post-like {
   position: relative;
   border-bottom: 1px solid #e9e9e9;
   text-align: center;
   margin: 90px auto 0;
}
.post-like a {
   position: absolute;
   left: 50%;
   margin:-52px 0 0 -80px;
   width: 160px;
   background-color: #fff;
   text-align: center;
}
.post-like a:before {
   font-size: 120px;
   padding: 0;
   line-height: 120px;
   float: none;
   color: #c7c7c7;
}
.post-like span {
   font-size: 24px;
   font-style: italic;
   color: #fff;
   display: block;
   position: absolute;
   top: 48px;
   width: 100%;
}
.post-like a:hover:before, .post-like a.liked:before {
   color: #fe4426;
}
.post-like a.liked {
   cursor: default;
}

.post-nav {
    margin-top: 100px;
    position: relative;
    padding-bottom: 48px;
}
.post-nav li {
   display: inline-block;
   padding: 10px 0;
   float: left;
}
.post-nav .prev {
   width: 50%;
   padding-right: 30px;
   text-align: right;
}
.post-nav .next {
   padding-left: 30px;
   border-left: 1px solid #E9E9E9;
   width: 50%;
}
.post-nav .next:first-child:last-child {
   margin-left: 50%;
}
.post-nav .prev:first-child:last-child {
   border-right: 1px solid #e9e9e9;
}
.post-nav span {
   font-size: 12px;
   font-style: italic;
   color: #ababab;
   display: block;
   text-align: left;
}
.post-nav .prev span {
   text-align: right;
}
.post-nav a {
   font-size: 18px;
   line-height: 18px;
   font-weight: 400;
}
.post-nav a:hover {
   text-decoration: underline;
}
.post-nav a:before:hover {
   text-decoration: none !important;
}
.post-nav .prev a:before {
   content:"←";
   margin-left: -24px;
   position:absolute;
}
.post-nav .next a:after {
   content:"→";
   padding-left: 8px;
   position:absolute;
}

.post-author {
   padding: 62px 0 ; 
   border-bottom: 1px solid #e9e9e9;
   text-align: left;
}
.post-author .avatar {
   width: 125px;
   height: 125px;
   border: 6px solid #e9e9e9;
   border-radius: 65px;
   float: left;
}
.post-author h4 {
   color: #3b3b3b;
}
.post-author h4, .post-author p {
   margin-left: 177px;
}

.wp-link-pages {
   text-align: center;
   margin-top: 40px;
   font-size: 14px;
   color: #fe4426;
   font-weight: 700;
}
.wp-link-pages span {
   color: #6b6b6b !important;
}
.wp-link-pages a {
   color: #6b6b6b;
}
.wp-link-pages a:hover {
   color: #fe4426;
}

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

#comments-title, #reply-title {
   font-size: 24px;
   line-height: 31px;
   font-weight: 400;
   color: #3b3b3b;
}
.comments-wrapper {
   margin-top:100px;
}

.comment {
   padding: 30px 0;
   border-bottom: 1px solid #e9e9e9;
   position: relative;
   min-height: 75px;
}
.comment .avatar {
   width: 75px;
   height: 75px;
   border: 4px solid #e9e9e9;
   border-radius: 40px;
   position: absolute;
   left: 0;
}
.comment-content {
   float: right;
   padding-left: 110px;
   width: 100%;
}
.comment-title {
   font-weight: 400;
   font-size: 15px;
   line-height: 22px;
}
.comment-date {    
   color: #ababab;
   float: left;
   font-size: 12px;
   font-style: italic;
   line-height: 17px;
   margin-top: 4px;
   display: block;
}
.comment-reply-link {
   display: block;
   font-size: 12px;
   font-style: italic;
   color: #ababab;
   float: right;
   margin-top: -10px;
}
.comment-reply-link:after {
   font-size: 14px;
   padding-left: 6px;
   content: '\f025'; 
   color: #ababab;
   clear: right;
}
.comment-reply-link:hover, .comment-reply-link:hover:after {
   color: #fe4426;
}
.comment-text {
   clear:both;
}

.comment-form {
   margin-top:50px;
}

.await {
   font-style: italic;
   color: #fe4426;
}

/* ---------------------------------------------------------------------------------
---------------------   SHORTCODES   ------------------------
------------------------------------------------------------------------------------*/

/* ------------------------
-----   Accordions   -----
------------------------------*/

.krown-accordion > section {
   padding: 15px 0 15px 12px;
   border-top: 1px solid #e9e9e9;
   font-size: 12px;
}
.krown-accordion > section:first-child{
   border-color: transparent;
}
.krown-accordion > section > div {
   display: none;
   margin-bottom: -12px;
}
.krown-accordion h5 {
   color: #6b6b6b;
   cursor: pointer;
}
.krown-accordion h5:hover {
   color: #fe4426;
}
.krown-accordion .icon-plus:before {
   padding-right: 12px;
   color: #c7c7c7;
}

/* ------------------------
-----   Alerts   -----
------------------------------*/

.krown-alert {
  min-height: 40px;
  text-align: center;
  margin-bottom: 15px;
}
.krown-alert p {
  margin: 9px 0;
}
.krown-alert.error {
  background: #f9e5e6;
  border: 1px solid #fad2d3;
  color: #fe4426;
}
.krown-alert.success {
  background: #e3ebc6;
  border: 1px solid #cddb9b;
  color: #7f9533;
}
.krown-alert.info {
  background: #d8ecf5;
  border: 1px solid #aed7ea;
  color: #5593b1;
}
.krown-alert.notice {
  background: #fcf7d9;
  border: 1px solid #f7e292;
  color: #c49c03;
}

/* ------------------------
-----   Buttons   -----
------------------------------*/

.krown-button {    
   color: #fff;
   background: #3b3b3b;
   font-weight: 700;
   text-transform: uppercase;
   border-radius: 50px;
   display: inline-block;
   margin-bottom: 10px;
}
.krown-button:hover, .krown-button.special:hover {
   background: #fe4426;
   border-color: transparent;
   color: #fff;
}
.krown-button.large {
   font-size: 23px;
   line-height: 19px;
   padding: 19px 35px;
}
.krown-button.medium {
   font-size: 14px;
   line-height: 18px;
   padding: 11px 21px;
}
.krown-button.small {
   font-size: 11px;
   line-height: 13px;
   padding: 7px 17px 8px;
}
.krown-button.special {
   border: 1px solid #e9e9e9;
   color: #ababab;
   background: #f7f7f7;
   font-size: 13px;
   line-height: 16px;
   padding: 8px 20px;
   font-weight: 400;
   text-transform: none;
}

/* ------------------------
-----   Flickr Feed   -----
------------------------------*/

.krown-flickr {
   margin-left: -1px;
   width: 103%;
}
.krown-flickr li {
   float: left;
   width: 75px;
   height: 75px;
   margin: 1px;
}

/* ------------------------
-----   Promo Box   -----
------------------------------*/

.krown-box {
  padding: 40px 30px 20px;
}
.krown-box {
  background: #f7f7f7;
  border: 5px solid #e9e9e9;
  text-align: center;
}


/* ------------------------
-----   Section Title   -----
------------------------------*/

.krown-section-title {
   padding-bottom: 25px;
   margin-bottom: 30px;
   border-bottom: 1px solid #e9e9e9;
   font-size: 14px;
   color: #6b6b6b;
}

/* ------------------------
-----   Social Icons   -----
------------------------------*/

.krown-social.icons {
  margin-top:2px;
}
.krown-social.icons li {
  margin-left:12px;
  position:relative;
  cursor:pointer;
  text-align:center;
  height:18px;
  display:inline;
  line-height: 50px;
 }
.krown-social.icons li:before {
  font-size:16px;
  color:#B6B6B6;
  position:relative;
}
.krown-social.icons li:hover:before {
  color:#fe4426;
}
.krown-social.icons li:first-child {
  margin-left:0 !important;
}
.krown-social.icons a {
  display:block;
  text-indent:-9999px;
  position:absolute;
  top:-30px;
  left:0;
  width:100%;
  height:50px;
}

/* Small icons hacks :) */
.krown-social.icons li.icon-dribbble:before, .krown-social.icons li.icon-skype:before, .krown-social.icons li.icon-pinterest:before {
  font-size: 15px;
}
.krown-social.icons li.icon-mail:before, .krown-social.icons li.icon-twitter:before {
  font-size: 18px;
  top: 1px;
}
.krown-social.icons li.icon-tumblr:before {
  font-size: 14px;
  top: -1px;
}
.krown-social.icons li.icon-cloud:before {
  top: 1px;
}

/* Footer icons */
.krown-social.icons.large li {
   width: 56px;
   margin-left: 50px;
}
.krown-social.icons.large li:before {
   font-size: 56px !important;
}
#footer .krown-social.icons li:before {
   color: #e1e1e1;
}
#footer .krown-social.icons li:hover:before {
   color: #fe4426;
}

/* ------------------------
-----   Tabs   -----
------------------------------*/

.krown-tabs {
   border-bottom: 1px solid #e9e9e9;
}
.krown-tabs .titles {
   margin-bottom: 0;
}
.krown-tabs .titles li {
   float: left;
   border: 1px solid #e9e9e9;
   background: #f7f7f7;
   margin-right: -1px;
}
.krown-tabs .titles li:hover {
   background: #fff;
}
.krown-tabs .titles li.opened {
   background: #fff;
   border-bottom-color: #fff;
   border-top-color: #fe4426;
}
.krown-tabs .titles li a {
   font-weight: 600;
   text-transform: uppercase;
   font-size: 12px;
   color: #acacac;
   padding: 6px 11px;
   display: block;
}
.krown-tabs .titles li.opened a {
   color: #6b6b6b;
}
.krown-tabs .contents {
   margin-top: -1px;
   font-size: 13px;
   border-top: 1px solid #e9e9e9;
   padding: 10px 12px 6px;
   min-height: 50px;
}
.krown-tabs .contents > div {
   display: none;
}
.krown-tabs .contents > div:first-child {
   display: block;
}

/* ------------------------
-----   Tagline   -----
------------------------------*/

.krown-tagline.simple h3, .krown-tagline.simple h5 {
   font-size: 48px;
   line-height: 55px;
   text-align: center;
}
.krown-tagline.double {
   margin: 30px 0;
}
.krown-tagline.double h3 {
   line-height: 33px;
   margin: 0;
   text-align: center;
   text-transform: none;
   width: 100%;
   font-weight: 400;
   font-size: 24px;
}
.krown-tagline.double h5 {
   color: #b0b0b0;
   font-size: 15px;
   line-height: 20px;
   text-align: center;
   font-weight: 400;
}

/* ------------------------
-----   Testimonials   -----
------------------------------*/

blockquote {
   border-left: 3px solid #e9e9e9;
   padding: 2px 30px 5px;
   margin: 30px 0;
}
blockquote > p {
   font-size: 17px !important;
   font-family: Cambria, Georgia, serif;
   font-style: italic;
   line-height: 22px;
}

.krown-testimonial {
   display: block;
}
.krown-testimonial blockquote {
   position: relative;
   border: 1px solid #e9e9e9;
   background-color: #f7f7f7;
   padding: 6px 20px;
   margin: 0;
}
.krown-testimonial blockquote:after, .krown-testimonial blockquote:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right:none;
}
.krown-testimonial blockquote:after {
  border-color: rgba(247, 247, 247, 0);
  border-top-color: #f7f7f7;
  border-width: 22px;
  left: 0;
  margin-left: 25px;
}
.krown-testimonial blockquote:before {
  border-color: rgba(239, 239, 239, 0);
  border-top-color: #e9e9e9;
  border-width: 24px;
  left: 0;
  margin-left: 24px;
}
.krown-testimonial figcaption {
  margin: 13px 0 0 62px;
}
.krown-testimonial figcaption p {
  font-weight: 700;
  margin: 0 0 -3px 0;
}
.krown-testimonial figcaption span {
  font-size:11px;
}

/* ------------------------
-----   Twitter Feed   -----
------------------------------*/

.krown-twitter {
  position:relative;
}
.krown-twitter img {
  width:50px;
  height:50px;
  position:absolute;
  top:0;
  left:0;
}
.krown-twitter > a, .krown-twitter > iframe {
  float:left;
  display:block;
  clear:left;
  margin-left:70px;
}
.krown-twitter > a h5 {
  float:left;
  font-size:14px;
  font-weight:700;
  margin:-6px 0 0 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.krown-twitter > a span {
  float:left;
  font-size:12px;
  color:#999;
  margin-top:-4px;
}
.krown-twitter > iframe {
  float:left;
  margin-top:4px;
}

.krown-twitter ul {
  float:left;
  margin-top:5px;
  min-height:171px;
}
.krown-twitter li {
  display:none;
  overflow:hidden;
}
.krown-twitter li:first-child {
  display:block;
}
.krown-twitter li a {
  color:#999;
} .krown-twitter li a:hover, .krown-twitter .time:hover, .krown-twitter > a:hover span {
  color:#fe4426;
}

.krown-twitter .body {
  line-height:20px;
  margin-bottom:7px;
}
.krown-twitter .time {
  color:#6B6B6B;
  font-size: 12px;
}

.krown-twitter .intents {
  border-top:1px solid #E9E9E9;
  margin-top:17px;
  padding-top:16px;
  width:110%;
}
.krown-twitter .intents a {
  background:url(images/twitter.png) no-repeat 0 0 transparent;
  padding-left:25px;
  float:left;
  margin-right:10px;
}
.krown-twitter .intents .retweet {
  background-position:0 -20px;
  padding-left:30px;
}
.krown-twitter .intents .favorite {
  background-position:0 -40px;
  padding-left:21px;
}


/* ---------------------------------------------------------------------------------
---------------------   THIRD PARTY PLUGINS - CUSTOM STYLING   ------------------------
------------------------------------------------------------------------------------*/

/* ------------------------
-----   Flex Slider Slider - FOLIO   -----
------------------------------*/

.flexslider {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}
.flexslider img {
   height: auto;
}

.flex-control-paging {
  position: absolute;
  bottom: 18px;
  right: 17px;
  z-index: 999;
  width: auto;
}
.flex-control-paging li {
  float: left;
  margin: 0 1.5px;
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 7px;
  background: #fff;
  background: rgba(255,255,255,.3);
}
.flex-control-paging li a {
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 6px;
  background: #3b3b3b;
  background: rgba(59,59,59,.3);
  margin: 2px 0 0 2px;
  box-shadow: none;
}
.flex-control-paging li a:hover {
  background: #fff;
  background-color: rgba(255,255,255,.8);
}
.flex-control-paging li a.flex-active {
  background: #3b3b3b;
}

.flex-direction-nav a {
   width: 30px;
   height: 30px;
   border-radius: 15px;
   display: block;
   text-indent: 0;
   opacity:1;
   padding: 5px 0 0 3px;
   background: #fff;
   color: #a9a9a9;
}
.flex-direction-nav a:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
}
.flex-direction-nav a:hover {
   background: #fe4426;
   color: #fff;
}
.flex-direction-nav .flex-next:before {
   content: "";
}
.flex-direction-nav .flex-prev:before {
   content: "";
   margin-left: -4px;
}


/* ------------------------
-----   Media Element   -----
------------------------------*/

.mejs-container {
  width:100%;
}
.mejs-container .mejs-controls {
  background:#3B3B3B;
  width:100%;
}
.mejs-container .mejs-controls div {
  width:30px;
  height:30px;
}
.mejs-time.mejs-duration-container {
   padding-right:5 !important;
}
.mejs-controls .mejs-button button, .no-svg .mejs-controls .mejs-button button {
  background-image:url(images/mediaelement/controls-goodwork.png);
  width:30px;
  height:30px;
  margin:0;
  opacity:.3;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.mejs-controls .mejs-button button:hover {
  opacity:.8;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.mejs-controls .mejs-button button:focus {
  outline:none;
}
.mejs-controls .mejs-play button {
  background-position:-1px -29px;
}
.mejs-controls .mejs-pause button {
  background-position:0 0;
}
.mejs-controls .mejs-mute button {
  background-position:-31px 0;
}
.mejs-controls .mejs-unmute button {
  background-position:-31px -30px;
}
.mejs-controls .mejs-fullscreen-button button {
  background-position:-61px 0;
}
.mejs-controls .mejs-fullscreen-button.mejs-unfullscreen button {
  background-position:-60px -30px;
}

.mejs-container .mejs-controls .mejs-time {
  height:30px;
}
.mejs-container .mejs-controls .mejs-time span {
  font:bold 11px Arial, sans-serif;
  color:#8E8E8E;
  padding:0 10px;
}
.mejs-container .mejs-controls .mejs-time.mejs-currenttime-container {
  margin-right:-55px;
}

.mejs-controls div.mejs-time-rail {
  padding-top:8px;
  margin:0 50px 0 50px;
}
.mejs-controls .mejs-time-rail span {
  height:4px;
  border-radius:0;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  background:#5E5E5E;
  box-shadow:none;
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
  background:#5E5E5E;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background:#777;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background:#fe4426
}
.mejs-controls .mejs-time-rail .mejs-time-handle, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  background:url(images/mediaelement/controls-goodwork.png) no-repeat -95px 0 transparent;
  width:5px;
  height:12px;
  top:-4px;
  display:block;
  border:none;
  border-radius:0;
  position:absolute;
  cursor:pointer;
  left:-2px;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
  display:none !important;
}
.mejs-container .mejs-controls div.mejs-time.mejs-duration-container {
  margin-left:-55px; 
}
.mejs-button.mejs-volume-button.mejs-mute, .mejs-button.mejs-volume-button.mejs-unmute {
  border-left:1px solid #000;
  border-right:1px solid #000;
  padding-right:1px;
  margin-right:15px;
}
.mejs-button.mejs-playpause-button {
   border-right:1px solid #000 !important;
}
.mejs-video.mejs-container .mejs-button.mejs-volume-button.mejs-mute, .mejs-video .mejs-button.mejs-volume-button.mejs-unmute {
  margin-right:1px;
}

.mejs-container .mejs-controls div.mejs-horizontal-volume-slider {
  margin-right:35px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  height:4px;
  border-radius:0;
  box-shadow:none;
  background:#777;
  margin-top:2px;
  cursor:pointer;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background:#fe4426;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  top:9px;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
  width:30px;
  left:-1px;
  background:#3B3B3B;
  height:120px;
  top:-120px;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total, .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current, .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle  {
  margin-left:2px;
  margin-top:3px;
  width:4px;
  cursor:pointer;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  background:#777;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  background:#fe4426;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  width:12px;
  height:7px;
  border-radius:0;
  border:none;
  left:7px;
  background:url(images/mediaelement/controls-goodwork.png) no-repeat -95px -13px transparent;
}

.mejs-overlay-button, .no-svg .mejs-overlay-button {
  background:url(images/mediaelement/bigplay-goodwork.png) no-repeat 0 0 #181818;
  background-color:rgba(24,24,24,.8);
  width:69px;
  height:69px;
  border-radius:35px;
  margin:-35px 0 0 -35px
}
.mejs-overlay:hover .mejs-overlay-button {
  background-position:-0 -70px;
  background-color:#fe4426;
  background-color:rgba(254,68,38,.9);
}

.mejs-overlay-loading {
  background:#181818;
  background:rgba(24, 24, 24, 0.9);
  height:60px;
  margin:-30px 0 0 -30px;
  width:60px;
}
.mejs-overlay-loading span {
  background-image:url(images/mediaelement/loading-goodwork.gif);
  height:60px;
  opacity:0.9;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  width:60px;
}

/* -------------------------------
-----   Form Elements   -----
---------------------------------*/

.select-replace-cover {
   color: #acacac;
   border: 1px solid #ededed;
   height: 32px;
   cursor :pointer;
   background: #f7f7f7;
   border-radius: 15px;
}
.select-replace {
   background :url(images/dot.png) no-repeat right 13px transparent;
   padding: 6px 14px;
   cursor: pointer;
}
.select-replace-cover select {
   height: 100%;
   cursor: pointer;
   padding-right: 20px;
}

form {
   width: 100%;
}
input, textarea {
   background: #fff;
   border: 1px solid #E9E9E9;
   padding-left: 12px;
   font:16px/23px 'Helvetica Neue', Helvetica, Arial, sans-serif;
   color: #6B6B6B;
   width: 100%;
   display: inline-block;
   resize: none;
   height: 42px;
   margin: 0 0 20px 0;
} p input {
   margin-bottom: 0;
}
textarea {
   padding: 8px 12px;
   line-height: 23px;
   height: 210px;
}
.focus-input {
   background: #f7f7f7;
}
.contact-error-border {
   border-color: red;
}
.success-message, .error-message {
   margin-top: 0;
}
form .column_container {
   padding-bottom: 10px;
}
form label {
   display: block;
   margin-bottom: 5px;
   font-size: 13px;
}
form label span {
   font-style: italic;
   color: #acacac;
}
input[type="submit"] {
   background: #3b3b3b;
   color: #fff;
   font-size: 14px;
   border: none;
   font-weight: 700;
   text-transform: uppercase;
   cursor: pointer;
   height: 40px;
   padding: 7px 32px;
   float: left;
   width: auto;
   border-radius:20px;
}
input[type="submit"]:hover {
   background: #fe4426;
}

input[type="checkbox"], input[type="radio"] {
   width: auto;
   height: auto;
   float: left;
   margin: 2px 10px 0 0;
}
input[type="checkbox"] {
   -webkit-appearance: checkbox !important;
}
input[type="radio"] {
   -webkit-appearance: radio !important;
}
input, input[type="submit"], textarea, select {
   -webkit-appearance: none !important;
}

/* -------------------------------
-----   Animations   -----
---------------------------------*/

#menu .top-menu > li:before, #menu .top-menu > li:after, #menu .top-menu > li, a:not(.loading), #menu .sub-menu li, .krown-social li:before, [class^="icon-"]:before, [class*="icon-"]:before, .krown-tabs .titles li, .krown-accordion h5, input[type="submit"], #menu .responsive, #menu .responsive:after, #menu .responsive:before {
   -webkit-transition:  all 100ms linear;
   -moz-transition:     all 100ms linear;
   -o-transition:       all 100ms linear;
   -ms-transition:      all 100ms linear;
   transition:          all 100ms linear;
}

/* -------------------------------
-----   Last declarations   -----
---------------------------------*/

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}
.alignright {
   float: right;
   margin: 0 0 10px 10px;
}
.aligncenter {
   display: block;
   margin: 10px auto;
   text-align: center;
}
.responsiveimg {
   width: 100%;
   height: auto;
   margin-bottom: 20px;
}
.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .bypostauthor {

}

/* ------------------------
-----   Retina adjustments    -----
------------------------------*/

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){ 

   #logo .default {
      display: none !important;
   }
   #logo .retina {
      display: block;
   }
   .widget_archive li, .widget_pages li, .widget_recent_entries li, .widget_recent_comments li, .widget_pages li, .widget_categories li, .widget_meta li {
      background-image: url(images/list_x2.png);
      background-size: 7px 5px;
   }
   #load-more a.loading {
      background-image: url(images/preloader_x.gif);
      background-size: 56px 56px;
   }
   .mejs-overlay-loading span {
      background-image:url(images/mediaelement/loading-goodwork_x2.gif);
      background-size:32px 32px;
   }
   .mejs-overlay-button, .no-svg .mejs-overlay-button {
      background-image:url(images/mediaelement/bigplay-goodwork_x2.png);
      background-size:70px 140px;
   }
   .mejs-overlay:hover .mejs-overlay-button {
      background-position:0 -70px;
   }
   .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle, .mejs-controls .mejs-time-rail .mejs-time-handle, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle, .mejs-controls .mejs-button button, .no-svg .mejs-controls .mejs-button button {
      background-image:url(images/mediaelement/controls-goodwork_x2.png);
      background-size:110px 60px;
   }
   .krown-twitter .intents a {
      background-image: url(images/twitter_x2.png);
      background-size: 26px 60px;
   }
   .select-replace {
      background-image :url(images/dot_x2.png);
      background-size: 19px 5px;
   }

}
   
/* ---------------------------------------------------------------------------------
---------------------   MEDIA QUERIES   ------------------------
------------------------------------------------------------------------------------*/

@media all and (min-width: 1260px) {



}

@media all and (max-width: 1260px) {

div.gallery-item {
    width: 22.2%;
    margin: 0 10px 20px 19px;
}

   .wrapper {
      width: 100%;
      padding-left: 30px;
      padding-right: 30px;
   }

   #header-widgets {
      display: none !important;
   }

   .page-with-left-sidebar .post-content, .page-with-right-sidebar .post-content, .page-with-left-sidebar .post-footer, .page-with-left-sidebar .post-view #comments {
      width: 100%;
   }
   .blog-container, .krown-column-row {
      width: 100% !important;
      margin-left: 0 !important;
   }
   .krown-column-container.first {
      padding-left: 0;
   }
   .krown-column-container.last {
      padding-right: 0;
   }
   .page-with-right-sidebar, .page-with-left-sidebar {
      width: 100% !important;
   }
   #sidebar {
      width: 100% !important;
   }

#sidebar .widget, .page-template-template-archives-php .krown-column-row .widget {
    width: 330px;
    margin-right: 20px;
}

}

@media all and (max-width: 1100px) {

div.gallery-item {
    width: 22%;
    margin: 0 10px 20px 19px;
}

   .blog-cols-two.no-sidebar .post-icon {
      font-size: 33px;
      line-height: 33px;
      width: 74px;
      height: 74px;
      margin-left: -40px;
      border-width: 3px;
      border-radius: 40px;
   }
   .blog-cols-two.no-sidebar .icon-video:before {
      padding-left: 9px;
   }
   .blog-cols-two.no-sidebar .icon-image:before {
      font-size: 27px;
   }
   .blog-cols-two.no-sidebar .icon-quote:before {
      font-size: 35px;
      padding-top: 3px;
   }
   .blog-cols-two.no-sidebar .post-meta {
      border-bottom: none;
      border-top: 1px solid #e9e9e9;
      margin: 41px 0 5px;
      padding-top: 60px;
   }
   .blog-cols-two.no-sidebar .post-header .post-meta li {
      width: 100%;
      text-align: center;
   }
   .blog-cols-two.no-sidebar .post-header .post-meta li:before {
      float: none;
      display: inline;
   }
   .blog-cols-two.no-sidebar .post-meta .comments, .blog-cols-two.no-sidebar .post-meta .like {
      display: none !important;
   }
   .blog-cols-two.no-sidebar .post-title {
      font-size: 24px;
      width: 95%;
      line-height: 28px;
   }
   .blog-cols-two.no-sidebar .comment-content {
      margin: 0;
   }
   .blog-cols-two.no-sidebar .post-author h4, .blog-cols-two.no-sidebar .post-author p {
       margin-left: 0;
   }



#sidebar .widget, .page-template-template-archives-php .krown-column-row .widget {
    width: 100%;
margin: 0 0 60px 0;
}

}
@media all and (max-width: 1027px) {

div.gallery-item {
    width: 21%;
    margin: 0 10px 20px 19px;
}

div.gallery-item img { 
height: 130px;
}

#sidebar .widget, .page-template-template-archives-php .krown-column-row .widget {
    width: 100%;
margin: 0 0 60px 0;
}

}



@media all and (max-width: 800px) {

#menu {
   display: none;
}

div.gallery-item {
    width: 28%;
    margin: 0 10px 20px 19px;
}

div.gallery-item img { 
height: 150px;
}


   .page-with-right-sidebar, .page-with-left-sidebar {
      width: 100% !important;
   }
   #sidebar {
      width: 100% !important;
   }

   .blog-cols-three .post {
      padding: 0 20px;
      width: 49.5%;
   }
   #cjaf99 { display: none; }

}

@media all and (max-width: 660px) {

div.gallery-item {
    width: 90%;
    margin: 0 10px 20px 19px;
}

div.gallery-item img { 
height: 270px;
}

   #filter-widget {
      display: none;
   }
   #cjaf99 { display: none; }

}

@media all and (max-width: 579px) {

   .krown-column-container {
      width: 100% !important;
      padding: 50px 0 0 0 !important;
   }
   form .krown-column-container {
      padding-top: 0 !important;
   }

   .post-meta {
      margin: -4px 0 0px !important;
   }
   .post-icon {
      font-size: 45px !important;
      line-height: 45px !important;
      width: 98px !important;
      height: 98px !important;
      margin-left: -54px !important;
      border-width: 4px !important;
      border-radius: 53px !important;
   }
   .icon-image:before {
      font-size: 37px !important;
   }
   .icon-quote:before {
      font-size: 49px !important;
      padding-top: 3px !important;
   }
   .post-title {
      font-size: 36px !important;
      line-height: 37px !important;
   }

   .blog-cols-two .post, .blog-cols-three .post {
      padding: 0;
      width: 100%;
   }
   .blog-cols-two .post-meta {
      margin-top: 15px !important;
   }
   .blog-cols-two.no-sidebar .post-meta, .blog-cols-three .post-meta {
      margin: 57px 0 5px !important;
   }

   #section-head {
   display: none;
   }

   #section-content {
   margin-top: 4px;
   }
   #cjaf99 { display: none; }
}

@media all and (max-width: 419px) {

#main-header h2 { display: none; }

.separator-or h1 {
    font-size: 1em;
}

   #main-header .right {
      float: none;
      width: 100%;
   }
   #logo {
      display: block;
      float: none;
      position: relative;
      margin: auto;
      top: 31px;
   }
   #menu .responsive {
      top: 53px !important;
      left: 50%;
      margin-left: -85px;
      position: absolute;
   }
   #menu .top-menu {
      top: 95px;
      left: 50%;
      margin-left: -85px;
   }

   #menu {
   display: none;
   }

   #search-widget, #filter-widget, .comment-reply-link, .comment .avatar, .post-author .avatar {
      display: none;
   }

   .post {
      margin-bottom: 80px !important;
   }
   .post-icon {
      font-size: 33px !important;
      line-height: 33px !important;
      width: 74px !important;
      height: 74px !important;
      margin-left: -40px !important;
      border-width: 3px !important;
      border-radius: 40px !important;
   }
   .icon-video:before {
      padding-left: 9px !important;
   }
   .icon-image:before {
      font-size: 27px !important;
   }
   .icon-quote:before {
      font-size: 35px !important;
      padding-top: 3px !important;
   }
   .post-meta {
      margin-top: -40px;
   }
   .post-header .post-meta li {
      width: 100% !important;
      text-align: center !important;
   }
   .post-header .post-meta li:before {
      float: none !important;
      display: inline !important;
   }
   .post-meta .date {
      display: none;
   }
   .post-meta .comments, .post-meta .like {
      display: none !important;
   }
   .post-title {
      font-size: 24px !important;
      width: 95% !important;
      line-height: 28px !important;
   }
   .comment-content {
      margin: 0 !important;
   }
   .post-author h4, .post-author p {
       margin-left: 0 !important;
   }

   .blog-cols-two .post-meta, .blog-cols-three .post-meta {
      margin-top: 39px !important;
   }

   #section-head {
   border-bottom: 0;
   height: 1px;
   margin-bottom: -40px;
   }

   #menu .responsive {
      display: block;
      width: 190px;
      height: 30px;
      border: 1px solid #e9e9e9;
      background: #f7f7f7;
      padding: 6px 12px;
      color: #acacac;
      text-transform: uppercase;
      font-size: 11px;
      font-weight: 700;
      position: relative;
      top: 28px !important;
      cursor: pointer;
   } 
   #menu .responsive:after {
      display: block;
      content: ".";
      text-indent: -9999px;
      width: 20px;
      height: 3px;
      float: right;
      margin: 1px -20px 0 0;
      border-top: 3px solid #b6b6b6;
      border-bottom: 3px solid #b6b6b6;
   }
   #menu .responsive:before {
      display: block;
      content: ".";
      text-indent: -9999px;
      width: 20px;
      height: 3px;
      float: right;
      margin-top: 13px;
      border-top: 3px solid #b6b6b6;
   }
   #menu .responsive:hover {
      background: #fe4426;
      border-color: transparent;
      color: #fff;
   }
   #menu .responsive:hover:after, #menu .responsive:hover:before {
      border-color: #fff;
   }
   #menu .responsive.opened {
      background: #b6b6b6;
      color: #fff;
      border-color: transparent;
   }
   #menu .responsive.opened:after, #menu .responsive.opened:before {
      border-color: #fff;
   }

   #menu .top-menu {
      width: 190px;
      position: absolute;
      top: 70px;
      height: auto;
      background: #f7f7f7;
      border: 1px solid #e9e9e9;
      border-top: none;
      z-index: 99999;
      padding: 9px 0 6px;
      display: none;
   }
   #menu .top-menu > li {
      float: left;
      clear: left;
      height: auto;
      padding: 8px 12px; 
      border: none !important;
   }
   #menu .top-menu > li a, #menu .sub-menu a {
      height: auto;
      padding: 0;
      border: none;
      color: #acacac !important;
      background: transparent;
      text-align: left;
      padding: 0;
      font: 700 11px/14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
   }
   #menu .top-menu > li a:hover, #menu .sub-menu a:hover {
      color:#fe4426 !important;
   }
   #menu .top-menu > li.selected > a, #menu .sub-menu li.selected a {
      color:#3b3b3b !important;
   }
   #menu span, #menu li:after, #menu li:before {
      display: none !important;
   }

   #menu .sub-menu {
      display: block !important;
      height: auto;
      position: static;
      box-shadow: none;
      border: none;
      width: 170px;
      margin: 5px 0 -5px;
   }
   #menu .sub-menu li {
      padding: 5px 0 5px 12px;
      background: none !important; 
      border: none !important;
   }
   #menu .sub-menu a {
      text-transform: none;
   }

   #cjaf99 { display: none; }
}

@media all and (max-width: 280px) {  
   body {
      overflow-x: scroll;
      width: 280px;
   }

   #cjaf99 { display: none; }
}

.tagcloud a {
    margin: 0 6px 9px 0;
    font-size: 12px;
    line-height: 1.5em;
    background-color: #e9e9e9;
    border: #ccc solid 1px;
    border-radius: 4px;
    color: #888;
    padding: 2px 4px;
    text-decoration: none;
    display: inline-block;
}

.tagcloud a:hover {
background-color : #e0e0e0;
color : #555;
}

#adsense1 {
width: 100%;
margin: 0 0 60px 0;
padding: 25px 0px 25px 0px;
border-top: 1px solid #E9E9E9;
border-bottom: 1px solid #E9E9E9;
text-align: center;
}

#adsense2 {
    width: 100%;
    margin: 0 0 -12px 0;
    padding: 25px 0px 25px 0px;
    border-bottom: 1px solid #E9E9E9;
    text-align: center;
}

.fb-like-box {
height: 250px;
margin-top: -7px;
margin-left: -4px;
}

#uheader {
width: 100%;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
padding: 18px;
text-align: center;
font-size: 16px;
color: #000;
background: #fff;
margin: -20px 0 22px 0;
}

#uheader a {
color: #ff0000;
font-weight: bold;
text-decoration: underline;
}

div.wp-pagenavi {
width: 100%;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
margin-top: -8px;
padding: 40px 0 40px 0;
font-size: 16px;
text-align: center;
line-height: 3em;
}

div.wp-pagenavi a {
white-space: nowrap;
}

div.wp-pagenavi span {
border: 0;
padding:8px 10px;
margin-right: 6px;
}

div.wp-pagenavi span.current {
border: 1px solid #000;
color: #fff;
background-color: #000;
padding:7px 10px 8px 10px;
margin-right: 6px;
}

div.wp-pagenavi a {
margin-right: 6px;
padding:8px 10px;
color: #444;
}

div.wp-pagenavi a.nextpostslink:hover { 
color:#fff; 
border: 1px solid #FE4426;
background-color: #FE4426;
}

div.wp-pagenavi a.previouspostslink:hover { 
color:#fff; 
border: 1px solid #FE4426;
background-color: #FE4426;
}

span.pages {
border: 0;
}

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

#cfrespon {
	margin-top: 50px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 30px 0;
}

#cfrespon2 {
	margin-top: 0px;
	margin-bottom: 30px;
	border-top: 1px solid #eee;
	padding: 30px 0;
}

#md-inline-widget {
margin-top: 60px;
}

article #post { margin-top: -6px; position: none; }

.arpw-random-post { margin-top: -18px; }
li.arpw-li { border-bottom: 1px solid #ddd; padding: 10px 0; }
li.arpw-li img { width: 59px; }
.arpw-time { font-size: 11px; }
#cfrh {   clear: both;  margin: 0 0 8px 0;
    text-align: center;
    padding: 2px 0 28px 0;
}

p.welcome {
text-align: center; 
border-bottom: 1px solid #eee; 
padding: 10px 10px 22px 10px;
}

#middlead {
width: 100%;
height: 400px;
overflow: hidden;
display: block;
clear: both;
margin: 0 auto;
padding: 40px 0;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}

a.c5ma-btn { color: #fff; }

section.archive { width: 30%; float: left; }

.textwidget h3 { display: none; }

span.creativemarket {
    position: absolute;
    margin: 14px;
    padding: 6px 8px;
    border-radius: 5px;
    background-color: #8ba753;
    border: 1px solid #8ba753;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

div#moretemplates {
margin: 0 auto;
border-top: 1px solid #eee;
padding: 40px 0;
width: 100%;
text-align: center; 
}

div#moretemplates a {
    padding: 6px 8px;
    border-radius: 5px;
    background-color: #8ba753;
    border: 1px solid #8ba753;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

div#moretemplates a:hover {
background-color:#97b162;
}

div.wpcf7 { margin: 0 auto; width: 60%; border-top: 1px dotted #eee; padding-top: 20px; }
.excerpt { height: 0px; display: none; }
