/*------------------------------------------------------------------
[Main Stylesheet]

Project:  Selfie Theme
Version:  1.0
Author: bliccaThemes

1. Font and Common Elements
   1.1 Header Style

2. Blog Styles - Portfolio
   2.1 Defaults
   2.2 Post Formats
   2.3 Masonry Blog - Featured Slider
	 2.3.1 Classic Style
   2.4 Misc
     2.4.1 Author
     2.4.2 Social Share
     2.4.3 Related Posts

   2.5 Portfolio 
   2.6 Portfolio Single

3. Comment Section

4. Sidebar and Widgets
   4.1 List
   4.2 Twitter
   4.3 Tags
   4.4 Search
   4.5 Flickr and Instagram
   4.6 Popular Posts
   4.7 About Me
   4.8 Calender
   4.9 Recent Posts
   4.9.1 Tabs
5. Custom Archives Page

6. Contact Form

7. Wordpress Common Elements ( List, Sticky, Image )

8. Footer and Widgets

- Responsive Queries

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



/***********************/
/* 1. Fonts and Common */
/***********************/
body { font-size: 14px; font-weight: 400; -webkit-font-smoothing: antialiased; background: #fff; color: #666; word-wrap: break-word; overflow-wrap: break-word; /* Renamed property in CSS3 draft spec */ overflow-x: hidden; }
a { color: #ffc900;}
a, a:hover { text-decoration: none; -webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;} 

a:active { text-decoration: none; }
a:active, a:focus {
outline: thin dotted;
outline: 0 !important;
outline-offset: 0 !important;
}
.full .container { width: 100% !important; }
#bliccaThemes-layout .wpb_row.vc_row-fluid.full .wpb_column { padding: 0 !important; margin: 0; }
.container .container { width: 100%; padding-left:0; padding-right:0; }
.wpb_row{ margin-left:0 !important; margin-right:0 !important; }
.bliccaThemesBox { 
background: #fff;
-webkit-box-shadow: 0px 0px 3px 0px rgba(210, 210, 210, 0.6);
-moz-box-shadow:    0px 0px 3px 0px rgba(210, 210, 210, 0.6);
box-shadow:         0px 0px 3px 0px rgba(210, 210, 210, 0.6);
width: 1200px;
margin: 60px auto; 
}
#bliccaThemes-loader {
    background: #fff;
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index: 99999;
    pointer-events: none;
    margin: 0;
    padding: 0;
}
h1 { font-size: 38px;}
h2 { font-size: 34px;}
h3 { font-size: 28px;}
h4 { font-size: 24px;}
h5 { font-size: 20px;}
h6 { font-size: 18px;}

h1, h2, h3, h4, h5, h6 { font-family: 'Playfair Display', serif; font-weight:400;color:#000;}

h6{font-family:'Lato';font-size:14px;font-weight:900;color:#000;}

img{
  display: block;
  max-width: 100%;
  height: auto;
}
textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover
{
    outline:0px !important;
    -webkit-appearance:none;
}

input, button, select, textarea {
max-width: 100%;
}

input, select {box-shadow: none !important; border-radius: 0 !important; width: 250px!important; height: 50px; margin-bottom: 10px; padding-left: 10px; line-height: 50px; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; border: none; background: #f5f5f5!important; font-family: 'Lato'; font-size: 14px; font-style: italic; color: #888!important; margin-left: 0px;}
input[placeholder], [placeholder], *[placeholder] {
color: #aaa; font-size: 14px;
}
textarea{box-shadow: none !important; color: #666 !important; border-radius: 0 !important; line-height: 50px; padding-left: 10px; margin-top: 10px!important; border: none; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; background: #f5f5f5!important;font-style:italic;}

input:focus, select:focus, textarea:focus{border-color:#000;color#000;}
.wpcf7 button, html input[type="button"], input[type="reset"], input[type="submit"]{background: #444!important;font-family:'Lato', serif;
color: #fff!important;
padding: 2px 40px!important;}

.form-group { margin-bottom: 5px; }

.logged-in #bliccaThemes-layout { margin-top: 33px; }
.logged-in.logged-in #bliccaThemes-layout { margin-top: 0; }

.cssanimations *[data-anim="true"] {
opacity: 0;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
-webkit-transform: translate3d(0, 90px, 0);
-moz-transform: translate3d(0, 90px, 0);
transform: translate3d(0, 90px, 0);
-webkit-backface-visibility: hidden;
-webkit-transform-style: preserve-3d;
}

.cssanimations .anim-in[data-anim="true"] {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
/**************/
/* 1.1 Header */
/**************/
/* reset */
.navbar { margin-bottom: 0; }
.navbar-default .navbar-collapse, .navbar-default .navbar-form { border: none; position: relative; } 
.navbar-default { background: transparent; border: none; }  /* use this for boxed version of theme */
.navbar-collapse { padding: 0; }

/* logo */
a.logo-text { font-size: 41px; font-weight: 700; color: #000000; float: left;}
.bliccaThemes-brand { padding: 49px 0 51px; overflow: hidden; height: 160px; -webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;}
.is-sticky .bliccaThemes-brand { padding: 0; height: 0; -webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;}
.bt-logo { width: 50%; float: left; }

.site-description { position: relative; font-size: 14px; color: #fff; line-height: 60px; margin-left: 35px; }
.site-description:before { content: "|"; font-size: 30px; position: absolute;top: -25px;left: -22px;}
/* header social */
.header-social { width: 50%; text-align: right; float: right; font-size: 16px; margin-top: 10px; }
.social-facebook, .social-twitter, .social-pinterest, .social-instagram, .social-flickr, .social-dribbble, .social-linkedin, .social-digg, .social-skype, .social-vimeo, .social-youtube, .social-stumbleupon, .social-yahoo, .social-foursquare, .social-rss, .social-google-plus{ display: inline-block;
width: 34px;
height: 34px;
border-radius: 34px;
background: #f5f5f5;
margin-right: 5px;
text-align: center;
line-height: 34px;
margin-bottom: 10px;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;}
.social-facebook i, .social-twitter i, .social-pinterest i, .social-instagram i, .social-flickr i, .social-dribbble i, .social-linkedin i, .social-digg i, .social-skype i, .social-vimeo i, .social-youtube i, .social-stumbleupon i, .social-yahoo i, .social-foursquare i, .social-rss i, .social-google-plus i{color: #fff;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;}
a:hover .social-facebook, a:hover .social-twitter, a:hover .social-pinterest, a:hover .social-instagram, a:hover .social-flickr, a:hover .social-dribbble, a:hover .social-linkedin, a:hover .social-digg, a:hover .social-skype, a:hover .social-vimeo, a:hover .social-youtube, a:hover .social-stumbleupon, a:hover .social-yahoo, a:hover .social-foursquare, a:hover .social-rss, a:hover .social-google-plus{-webkit-animation: scale 3000ms linear both; animation: scale 3000ms linear both;}

a .social-facebook{background:#3b5998;}
a .social-twitter{background:#00aced;}
a .social-pinterest{background:#cb2027;}
a .social-instagram{background:#517fa4;}
a .social-flickr{background:#ff0084;}
a .social-google-plus{background:#dd4b39;}
a .social-dribbble {background:#ea4c89;}
a .social-linkedin {background:#007bb6;}
a .social-digg {background:#000;}
a .social-skype {background:#01aef2;}
a .social-vimeo {background:#aad450;}
a .social-youtube {background:#bb0000;}
a .social-stumbleupon {background:#eb4923;}
a .social-yahoo {background:#720e9e;}
a .social-foursquare {background:#fc4575;}
a .social-rss {background:#fe9900;}

a:hover .social-facebook, a:hover .social-twitter, a:hover .social-pinterest, a:hover .social-instagram, a:hover .social-flickr, a:hover .social-dribbble, a:hover .social-linkedin, a:hover .social-digg, a:hover .social-skype, a:hover .social-vimeo, a:hover .social-youtube, a:hover .social-stumbleupon, a:hover .social-yahoo, a:hover .social-foursquare, a:hover .social-rss, a:hover .social-google-plus{background: #fff;}

a:hover .social-facebook i{-webkit-animation: animation 3000ms linear both; animation: animation 3000ms linear both;color:#3b5998;}
a:hover .social-twitter i{-webkit-animation: animation 3000ms linear both; animation: animation 3000ms linear both;color:#00aced;}
a:hover .social-pinterest i {-webkit-animation: animation 3000ms linear both; animation: animation 3000ms linear both;color:#cb2027;}
a:hover .social-instagram i{-webkit-animation: animation 3000ms linear both; animation: animation 3000ms linear both; color:#517fa4;}
a:hover .social-flickr i{-webkit-animation: animation 3000ms linear both; animation: animation 3000ms linear both; color:#ff0084;}
a:hover .social-google-plus i{-webkit-animation: animation 3000ms linear both; animation: animation 3000ms linear both; color:#dd4b39;}
a:hover .social-dribbble i{-webkit-animation: animation 3000ms linear both; animation: animation 3000ms linear both; color:#ea4c89;}
a:hover .social-linkedin i{-webkit-animation: animation 3000ms linear both; animation: animation 3000ms linear both; color:#007bb6;}
a:hover .social-digg i{-webkit-animation: animation 3000ms linear both; animation: animation 3000ms linear both;; color:#000;}
a:hover .social-skype i{-webkit-animation: animation 3000ms linear both; animation: animation 3000ms linear both;color:#01aef2;}
a:hover .social-vimeo i{-webkit-animation: animation 3000ms linear both; animation: animation 3000ms linear both;color:#aad450;}
a:hover .social-youtube i{-webkit-animation: animation 3000ms linear both; animation: animation 3000ms linear both;color:#bb0000;}
a:hover .social-stumbleupon i{-webkit-animation: animation 3000ms linear both; animation: animation 3000ms linear both;color:#eb4923;}
a:hover .social-yahoo i{-webkit-animation: animation 3000ms linear both; animation: animation 3000ms linear both;color:#720e9e;}
a:hover .social-foursquare i{-webkit-animation: animation 3000ms linear both; animation: animation 3000ms linear both;color:#fc4575;}
a:hover .social-rss i{-webkit-animation: animation 3000ms linear both; animation: animation 3000ms linear both;color:#fe9900;}
/* header style */

.is-sticky .bliccaThemes-header.header-1 { left:0; width: 100%; z-index: 3000;}
.navbar-nav.navbar-center { float: none; text-align: center; }
.navbar-nav>li { float: none; display: inline-block; background: url("../img/menuicon.jpg") no-repeat 0 22px; }
.navbar-nav>li:last-child { background: url("../img/menuicon.jpg") no-repeat 0 22px, url("../img/menuicon.jpg") no-repeat 100% 22px; }
.header-1 .navbar-nav>li>a { font-weight:700;font-size:12px; line-height: 1; padding: 28px 22px 32px; color: #fff;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
  position:relative;
  text-transform: uppercase;
}

.header-1 .navbar-nav>li>a:before { content: ""; position: absolute; width: 100%; height: 2px; top: 0px; left: 0; background: #9e9e9e; visibility: hidden; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }

.header-1 .navbar-nav>li>a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.header-1.logo_center .navbar-nav>li>a { padding: 33px 23px 44px 23px; }

.header-1 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:before{content: ""; position: absolute; width: 100%; height: 2px; top: 0px; left: 0; background: #9e9e9e; visibility: Visible; -webkit-transform: scaleX(1); transform: scaleX(1); -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s;}
.header-1 .navbar-nav>li>:last-child>a:before { padding-right:0; }

.header-1 .navbar-default .navbar-nav>.firstitem.current-menu-item>a, .header-1 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:hover, .header-1 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:focus, .header-1 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a, .header-1 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:hover, .header-1 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus { color: #ffc900; }

.header-1
.dropdown-menu { 
margin: 0px;
padding: 0px;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border:none;
min-width: 150px;
z-index: 1005;
}
.navbar-nav>li>.dropdown-menu { margin-top: -0; webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);padding-bottom:0px;}

.navbar-right .dropdown-menu { left: 0; right: auto; }
.dropdown-menu>li>a {font-family:'Lato', serif; font-weight:600;font-size:12px;
color: #aaa;
padding:0px;
  
  overflow: hidden;
-webkit-transition: color 0.3s;
transition: color 0.3s;position: relative;
z-index: 1;
-webkit-backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
}

.dropdown-menu>li>a::before, .dropdown-menu>li>a::after{content: ''; position: absolute; height: 100%; width: 100%; bottom: 100%; left: 0; z-index: -1; -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);}

.dropdown-menu>li>a::before {
  background: #666!important;
}

.dropdown-menu>li>a::after {
  background: #ffc900!important;
}
.dropdown-menu>li>a:hover {
  color: #000;
}

.dropdown-menu>li>a:hover::before, .dropdown-menu>li>a:hover::after  {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.dropdown-menu>li>a:hover::after  {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{background:inherit;}

.dropdown-menu>li{margin:0px;text-transform:uppercase;}

.dropdown-menu .dropdown-menu { left: 100%; top: -1%; margin-left: 0; }
.sticky-wrapper { height: auto !important; min-height: 50px; }
.is-sticky { background-color: inherit; }

.logged-in .is-sticky, .logged-in .bliccaThemes-header { top:32px !important;}


.bliccaThemes-header-search {
width: 36px;
height: 25px;
background: url("../img/menuicon.jpg") no-repeat 0;  
position: absolute;
cursor: pointer;
font-size: 13px;
top: 26px;
right: 0;
text-align: center;
}
.bliccaThemes-header-search i { color: #fff; display: block; line-height: 25px; }
.bliccaThemes-header-search:hover i { color: #ffc900; }
.bliccaThemes-header-search .search { 
  position: absolute;
  top: -9px;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  left: -200px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.bliccaThemes-header-search .search .search-query {height: 40px; line-height: 40px; background: #fff !important; width: 200px!important; max-width: 300px; border: 1px solid #aaa; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -ms-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
.bliccaThemes-header-search .search .search-query:{font-size:14px;}
.bliccaThemes-header-search .search .search-query::-webkit-input-placeholder {color:#000;font-size:14px;}
.bliccaThemes-header-search .search .search-query:-moz-placeholder {color:#000;font-size:14px;}
.bliccaThemes-header-search .search .search-query::-moz-placeholder {color:#000;}
.bliccaThemes-header-search .search .search-query:-ms-input-placeholder {color:#000;font-size:14px;}
.bliccaThemes-header-search.acik .search { visibility: visible; opacity: 1; left:-216px;}
.logo_left .bliccaThemes-header-search {float: right; margin-top: 40px; margin-bottom: 20px; }

.logo_center .header-social {
margin-top: 10px;
margin-bottom: 0;
text-align: center;
display: inline-block;
float: none;
}
.bliccaThemes-header.header-1.logo_center { margin-bottom: 15px; margin-top: 20px; }
.logo_center .navbar-header { display: block; width: 100%; text-align: center; }
.logo_center .navbar-right { float: none !important; text-align: center; } 
.logo_center .navbar-nav>li {
float: none;
display: inline-block;
}
.logo_center .navbar-nav.navbar-right:last-child {
margin-right: 0;
}

.dropdown-menu>li>a{
color: #fff; font-size: 12px; padding: 14px 23px; font-family:'Lato';}
.dropdown-menu {background:#444;}

/* selfie codes */
.bliccaThemes-header.header-1 { background: #333333; }

.navbar-header { float: none; }
.navbar-right { float: none !important; }

/*******************/
/* Header Style  2 */
/*******************/
.header-2 {background:#fff;}
.header-2 .container { width: 100%; }
.header-2 a.logo-text{font-family: 'Playfair Display'; font-size:32px;font-weight:400;  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);}
.header-2 .site-description{color:#000;line-height:59px;font-size: 12px;  font-weight: 300;-webkit-text-stroke: 1px rgba(0, 0, 0, 0.1); margin-left: 17px; vertical-align: bottom;}
.header-2 .site-description:before{content:none;}
.header-2 .bt-logo{ line-height: 75px;}
.header-2 .bliccaThemes-brand{padding:0px; height:auto;border-top:5px solid #000; border-bottom:1px solid #eee;}
.header-2 .navbar-nav>li{background:none;}
.header-2 .navbar-nav>li:last-child {background:none;}
.header-2 .navbar-right{text-align:center;}
.header-2 .menu2{border-bottom:4px double #eee;}

.header-2 .navbar-nav>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -4px;
  left: 0px;
  background: #ffc900;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header-2 .navbar-nav>li>a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.header-2 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -4px;
  left: 0;
  background: #ffc900;
  visibility: Visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header-2 .navbar-default .navbar-nav>.firstitem.current-menu-item>a{color:#010101;}
.header-2 .navbar-nav>li>a:hover, .header-2 .navbar-nav>li>a:focus { color: #010101; }

.header-2 .navbar-nav>li>a{font-weight:bold;text-transform:uppercase;font-size:12px;padding-bottom: 18px; padding-top: 23px;}
.header-2
.dropdown-menu { 
margin: 0px;
padding: 0px;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border:none;
min-width: 150px;
z-index: 1005;
  background:#ffc900;
}
.header-2 .navbar-nav>li>.dropdown-menu{margin-top: 4px; webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5); box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5); padding-bottom: 0px;}

.header-2 .dropdown-menu>li>a{color:#010101;}

.header-2 .dropdown-menu>li>a::before {
  background: #777!important;
}

.header-2 .dropdown-menu>li>a::after {
  background: #444!important;
}
.header-2 .dropdown-menu>li>a:hover {
  color: #fff;
}

.header-2 .social-facebook, .header-2 .social-twitter, .header-2 .social-pinterest, .header-2 .social-instagram, .header-2 .social-flickr, .header-2 .social-dribbble, .header-2 .social-linkedin, .header-2 .social-digg, .header-2 .social-skype, .header-2 .social-vimeo, .header-2 .social-youtube, .header-2 .social-stumbleupon, .header-2 .social-yahoo, .header-2 .social-foursquare, .header-2 .social-rss, .header-2 .social-google-plus{background:#fff;}

.header-2 a:hover .social-facebook, .header-2 a:hover .social-twitter, .header-2 a:hover .social-pinterest, .header-2 a:hover .social-instagram, .header-2 a:hover .social-flickr, .header-2 a:hover .social-dribbble, .header-2 a:hover .social-linkedin, .header-2 a:hover .social-digg, .header-2 a:hover .social-skype, .header-2 a:hover .social-vimeo, .header-2 a:hover .social-youtube, .header-2 a:hover .social-stumbleupon, .header-2 a:hover .social-yahoo, .header-2 a:hover .social-foursquare, .header-2 a:hover .social-rss, .header-2 a:hover .social-google-plus{background: #ffc900;}

.header-2 a:hover .social-facebook i, .header-2 a:hover .social-twitter i,.header-2 a:hover .social-pinterest i, .header-2 a:hover .social-instagram i, .header-2 a:hover .social-flickr i, .header-2 a:hover .social-google-plus i, .header-2 a:hover .social-dribbble i, .header-2 a:hover .social-linkedin i, .header-2 a:hover .social-digg i, .header-2 a:hover .social-skype i, .header-2 a:hover .social-vimeo i, .header-2 a:hover .social-youtube i, .header-2 a:hover .social-stumbleupon i, .header-2 a:hover .social-yahoo i, .header-2 a:hover .social-foursquare i, .header-2 a:hover .social-rss i{color:#fff!important;}
.header-2 .social-facebook i, .header-2 .social-twitter i, .header-2 .social-pinterest i, .header-2 .social-instagram i, .header-2 .social-flickr i, .header-2 .social-dribbble i, .header-2 .social-linkedin i, .header-2 .social-digg i, .header-2 .social-skype i, .header-2 .social-vimeo i, .header-2 .social-youtube i, .header-2 .social-stumbleupon i, .header-2 .social-yahoo i, .header-2 .social-foursquare i, .header-2 .social-rss i, .header-2 .social-google-plus i{color:#000;}

.header-2 .header-social { width: 40%; padding-top: 12px; }
.header-2 .bliccaThemes-header-search { width: 75px; height: 75px; position: relative; top: auto; right: auto; background: none; border-left: 1px solid #eee; float: right; margin-left: 10px; padding-left: 14px;}
.header-2 .bliccaThemes-header-search i { line-height: 75px; color: #ffc900; font-size: 16px; }
.header-2 .bliccaThemes-header-search .search { top: 20px; }
/******************/
/* mini breadcrumb*/
/******************/
.bliccaThemes-breadcrumb { background: #fff; line-height: 50px; color: #777777; font-size: 10px; text-transform: uppercase;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.bliccaThemes-breadcrumb a { color: #000; }
.bliccaThemes-breadcrumb a:hover { color: #ffc900; }
.bliccaThemes-breadcrumb i { margin: 0 14px; }
/*****************/
/*    2. Blog    */
/*****************/
.blog-style { background: #f5f5f5; }
.blog-excerpt { font-weight: 300; }
.bt-readmore { position: absolute;bottom: -30px; left: 0; width: 100%; text-align: center; z-index: 1004;}
.bt-readmore-center { margin: 0 auto;border: 1px solid #aaa;padding: 14px 14px;display: inline-block;background: #fff; font-family:'Josefin Slab', serif; font-weight:600;
-webkit-transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
transition: all 0.8s ease;
}
.bt-readmore-center:hover { background: #444; color:#fff;}
.bt-readmore-center a { display: block; }
.bt-readmore-center:hover a { color: #fff; display: block; }


.blog-thumbnail { position: relative; }

.zoom-icon { 
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1000;
overflow: hidden;
background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s, transform 0.35s;
}
.zoom-icon:hover { background: rgba(0,0,0,0.5); }
.zoom-icon::before,
.zoom-icon::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.zoom-icon p {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
z-index: 1001;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}
.zoom-icon p a { display: block; line-height: 1; color: #fff; width: 100%; height: 100%; }
.zoom-icon p a i { position: absolute;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
font-size: 45px; }


.zoom-icon:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.home .masonry .zoom-icon p a i {
font-size: 34px;
margin-top: -17px;
margin-left: -17px;  
}

/*
 * 2.2 Post Formats
 */

/* 
/* quote */
.quoto-link-image { position: relative; -webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;}
.quoto-link-over {
position: absolute;
width: 100%; height: 100%;
top: 0;
left: 0;
z-index: 11;
text-align: center;
color: #fff;
padding: 107px 50px 80px;
}
.quoto-link-over h3.quoto-link-content { font-weight: 400; margin-top: 17px;color:#444; }
.quoto-link-over h5.quoto-link-name { font-weight: 400; line-height: 36px; }
.quoto-link-over .fa { font-size: 36px; line-height: 1; color:#444;-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;}

.quoto-link-over.no-image { position: relative; height: auto; overflow: hidden; }
.quoto-link-over img {border-radius:3px;}
.masonry-blog .quoto-link-over img {border-radius:0;}

.masonry .quoto-link-image { border: 0; }

/* Gallery Post Type  */
.post-slider { position: relative; min-height: 231px; overflow: hidden; }
.post-slider .flex-direction-nav a, .portfolio-slider .flex-direction-nav a { display: block; }
.masonry-blog .flex-direction-nav a{top:90%;}
.masonry-blog .post-slider:hover .flex-prev { opacity: 0.5; }
.masonry-blog .post-slider:hover .flex-next { opacity: 0.5; right: 15px; }
.masonry-blog .flex-direction-nav .flex-prev{left:70%;}
.masonry-blog .post-slider ul.slides li { display: none;  }

.post-slider .flex-direction-nav a { top: auto; bottom: 20px; opacity: 0.5; display: block; }
.post-slider .flex-direction-nav .flex-prev{ left: auto; right: 60px; }
.post-slider .flex-direction-nav .flex-next { right: 15px; }
.post-slider:hover .flex-prev { opacity: 0.5; left: auto; }
.post-slider:hover .flex-next { opacity: 0.5; right: 15px; }
.post-slider:hover .flex-next:hover, .post-slider:hover .flex-prev:hover { opacity: 1; }
.post-slider .flex-direction-nav a.flex-next:before { content:'';background:url(../img/slider-right-arrow.png) no-repeat 0 0 !important;height: 40px!important;width: 40px!important;}
.post-slider .flex-direction-nav a.flex-prev:before { content:'';background:url(../img/slider-left-arrow.png) no-repeat 0 0 !important;height: 40px!important;width: 40px!important; }


.post-grid-thumbnails { padding: 0; }
.post-grid-thumbnails li { width: 49.3%; float: left; position: relative; overflow: hidden; margin-bottom: 10px; }
.format-gallery .post-grid-thumbnails li:nth-child(1), .post-grid-thumbnails li:nth-child(4) { width: 100%; }
.format-gallery .post-grid-thumbnails li:nth-child(2), .post-grid-thumbnails li:nth-child(5) { margin-right: 0.7%; }
.format-gallery .post-grid-thumbnails li:nth-child(3), .post-grid-thumbnails li:nth-child(6) { margin-left: 0.7%; }
.format-gallery .post-grid-thumbnails li:last-child(1), .post-grid-thumbnails li:last-child(2) { margin-bottom: 0; }

.bliccaThemes-caption { display: none; }
.post-grid-thumbnails li .bliccaThemes-caption {   
position: absolute; bottom: -40px; width: 100%; left: 0; line-height: 40px; padding-left: 20px; display: block; background: rgba(0,0,0,0.7); font-size: 14px; color: #fff; z-index: 1003;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.post-grid-thumbnails li:hover .bliccaThemes-caption { bottom: 0; }

/* image posts */
.format-image .post-grid-thumbnails li.grid-featured { width: 100%; }
.format-image .post-grid-thumbnails li.grid-2 { width: 49.3%; margin-right: 0.7%; }
.format-image .post-grid-thumbnails li.grid-3 { width: 49.3%; margin-left: 0.7%; }
.format-image .post-grid-thumbnails li.grid-4 { width: 49.3%; margin-right: 0.7%; }
.format-image .post-grid-thumbnails li.grid-5 { width: 49.3%; margin-left: 0.7%; margin-right: auto; }
.format-image .post-grid-thumbnails li.grid-6 { width: 100%; }
/* audio video */

.mejs-overlay-button{display:none;}
.mejs-container .mejs-controls{background:rgba(0,0,0,0.7)!important; visibility:visible!important;}
.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls { background: rgba(0,0,0,0.7)!important; } 
.mejs-controls .mejs-button button{}
.mejs-container .mejs-controls .mejs-time{padding: 16px 3px 0 3px!important;display:none!important;}
.mejs-controls .mejs-time-rail .mejs-time-total{border-radius:0!important;}
.mejs-controls .mejs-time-rail span{}
.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#2c2c2c!important;}
.mejs-controls .mejs-time-rail .mejs-time-current{background:#fff!important;}
.mejs-container .mejs-controls .mejs-playpause-button{padding-left:12px!important;margin-right:20px!important;}
.mejs-container .mejs-controls .mejs-fullscreen-button{margin-right:12px;}
.mejs-controls div.mejs-horizontal-volume-slider{margin-top:8px!important;}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { top: 13px  !important; height: 4px !important; } 

/********************/
/* 2.3 MASONRY BLOG */
/********************/
.masonry-container { padding: 0;  padding-top: 80px; 
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;}
.masonry-blog { position: relative; opacity:1; 
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
.masonry-blog .post-item { width: 31.5%; float: left; margin-bottom: 75px; padding-top: 71px; background: #fff; -webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
-ms-transition: all 0.8s;
-o-transition: all 0.8s;
transition: all 0.8s;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.1);
box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.1);}

.post-item:before { font-family: FontAwesome; width: 64px; height: 64px; border-radius: 64px; line-height: 64px; font-size:22px; background: #222; color: #fff; content: "\f040"; text-align: center; position: absolute; top: -32px; left: 50%; margin-left: -32px; 
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;}
.post-item.format-standard:before { content: "\f040"; }
.post-item.format-quote:before { content: "\f10e"; }
.post-item.format-link:before { content: "\f0c1"; }
.post-item.format-gallery:before { content: "\f03e"; }
.post-item.format-video:before { content: "\f03d"; }
.post-item.format-audio:before { content: "\f001"; }

.post-item:hover:before { background: #ffc900; color: #000; }

.postdata { padding: 0 22px; }
h3.blog-title { font-size:20px;margin-top:0px; margin-bottom: 30px; }
.blog-title a { color: #000; }
.blog-meta {font-size:11px; margin-bottom: 8px; text-transform: uppercase; line-height: 28px; }
.blog-meta i{
font-size: 14px;
margin-left: 15px;
margin-right: 10px;
}
.blog-meta span:first-child i { margin-left: 0; }
.blog-meta a{color:#777;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;}
.blog-meta span:hover i { color: #ffc900; }
.zilla-likes{background:none;padding:0!important;}
.zilla-likes.active, .zilla-likes:hover{background:none;padding:0!important;}
.zilla-likes:before{content: "\f004"; font-family: FontAwesome; margin-right: 10px; font-size: 14px;}
.blog-thumbnail {overflow: hidden; }
.blog-thumbnail img {
transform: scale(1);  
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.blog-thumbnail:hover img { transform: scale(1.05); 
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.blog-excerpt {padding: 30px 20px 21px 24px; border-bottom: 1px solid #e3e3e3; }
.blog-excerpt p { font-size: 14px; line-height: 25px;color:#000;-webkit-text-stroke: 1px rgba(0, 0, 0, 0.1); }
.blog-excerpt a i {color:#000;margin-left:10px;}

.quoto-link-over { text-align: left; padding: 0 22px; text-align:center; }
.quoto-link-over h3.quoto-link-content { font-size:28px; margin-top: 0; }
.post-item.format-quote h3.quoto-link-content{ font-family: "Lato"; font-weight:300;}
.quoto-link-over h5.quoto-link-name { font-family: "Lato"; font-weight: 300; font-size:14px; margin-top:0; }

.format-link .quoto-link-over { text-align: left; padding: 0 22px; text-align:center; }
.format-link .quoto-link-over h3.quoto-link-content { font-size:28px; margin-top: 0; }
.format-link .quoto-link-over h3.quoto-link-content:after{content: "\f08e"; font-family: 'FontAwesome'; font-size: 18px; color: #666; margin-left: 9px;}
.format-link .quoto-link-over h5.quoto-link-name { font-family: "Lato"; font-weight: 300; font-size:14px; margin-top:0; }
.format-link .quoto-link-over p { color: #000; font-size: 14px; font-weight: 300; line-height: 26px;text-align:left; }

a.bliccaThemes-loading-button { font-weight:700;border-radius: 3px;font-size: 12px;line-height: 40px; color: #fff; width: 55%; background: #ffc900; display: block;
margin: 0 auto; webkit-box-shadow: 0px 0px 3px 0px rgba(210, 210, 210, 0.6); -moz-box-shadow: 0px 0px 3px 0px rgba(210, 210, 210, 0.6); box-shadow: 0px 0px 3px 0px rgba(210, 210, 210, 0.6);-webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s;}
a.bliccaThemes-loading-button:hover{background:#fff;color:#9a9a9a;}
.bliccaThemes-loadblog { padding: 20px 0 40px 0; text-align: center; background: #fff;}
.bliccaThemes-loading-button #infscr-loading{ position: absolute; left: 50%; margin-left: -8px; margin-top: -26px; }


.masonry_2 .masonry-blog .post-item { width: 46%; }

.bt-classic .format-link .quoto-link-over{padding:0px;}
.bt-classic .format-link .quoto-link-over h3.quoto-link-content{color:#000;font-size:30px;text-align: left; padding: 35px 20px 35px 55px;border-bottom: 4px double #eeeeee;}
.bt-classic .format-link .quoto-link-over p{padding: 15px 30px 30px 30px;}
.bt-classic .quoto-link-over.no-image{border-bottom: 1px solid #e3e3e3;}
.bt-classic .post-item.format-quote h3.quoto-link-content{padding: 55px 55px 14px 55px;}
.bt-classic .quoto-link-over h5.quoto-link-name{margin-bottom:30px;}
.bt-classic .page-template-default .page-outer{margin-top:66px;}

/***************/
/* Single Post */
/***************/
.single .blog-style { padding-top: 82px; }
.single .post-item { margin-bottom: 40px; padding-top: 71px; background: #fff; -webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
-ms-transition: all 0.8s;
-o-transition: all 0.8s;
transition: all 0.8s;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.1);
box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.1);}

.single .blog-meta br { display: none; }
.single .zilla-likes { margin-left: 15px !important; }
.single .post-pagination { margin-top: 30px; text-align: center; line-height: 100px; }
.single .post-pagination span { margin: 0 2px; }

.single-tags { margin-top: 43px; margin-bottom: 18px; display: block;text-align:left; }
.single-tags a {color: #fff; background: #000000; padding: 7px 15px; font-weight: 400; font-size: 15px !important; margin-right: 3px; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }

.single-tags a:hover{ background: #ffc900; color: #fff;}

.single h1.blog-title { font-size:24px;margin-top:0px; margin-bottom: 30px; } 
.single .postdata { padding: 0 27px; }
.single .blog-excerpt { padding: 40px 33px 21px 33px; }
.single .blog-meta { margin-bottom: 20px; }
/******************************************/
/* Blog Category Menu and Featured Slider */
/******************************************/
.blog-cat-menu { background: #fff; }
.blog-cat-menu-part { margin-top: 75px; text-align: center; -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);  min-height: 93px;} 
.bt-cat-line {  padding-bottom: 25px;margin-bottom:60px;}
.bt-category { display: inline-block; vertical-align: top; margin: -17px 28px 0; position: relative; cursor: pointer; 
  -webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
}
.bt-category span, .bt-category a { color: #777777; font-size: 11px; font-weight: 400; text-transform: uppercase; display: block; }
.bt-cat-number { display: inline-block; background: #fff; width: 33px; height: 33px; border-radius: 33px; border: 1px solid #e1e1e1; line-height: 33px; margin-bottom: 17px; 
  -webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
}

.bt-category.active-cat {  }
.bt-category.active-cat .bt-cat-number { background: #000; color: #fff; }
.bt-category:hover .bt-cat-number { margin-bottom: 35px;  background: #000; color: #fff; }
a .bt-cat-number { color: #777777; }
.bt-category:hover span{color:#000;}
/* Featured Slider */
.featured-slider { position: relative; padding-top: 50px; overflow: hidden; }
.featured-posts { position: relative;  }
.featured-posts .featured-item { width: 100%; float: left; position: relative; overflow: hidden;     
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; 
}
.featured-posts .featured-item:nth-child(1), .featured-posts .featured-item:nth-child(2) { width: 50%; }
.featured-posts .featured-item:nth-child(3), .featured-posts .featured-item:nth-child(4), .featured-posts .featured-item:nth-child(5) { width: 33.333%; }


.featured-offhover { position: absolute; bottom: 15px; left:15px; width: 100%; opacity: 1;}
.featured-meta {
background-color: rgba(0, 0, 0, 0.5);  
font-size: 18px;
width: 100%;
text-align:left;
height: 100%;
overflow: hidden;
position: absolute;
display: block;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;  
}
.featured-posts a { color: #fff; }
.featured-posts a:hover { color: #ffc900; }
.featured-meta i { 
vertical-align: middle;
color: #ffc900;
margin-right: 5px;  
}
.featured-meta .fa-calendar { margin-left: 20px; }
.featured-offhover h4 { font-family: 'Lato',sans-serif; font-size: 20px; font-weight: 700; line-height: 1; 
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   -moz-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;  
}
.featured-meta h3 { font-family: 'Lato',sans-serif;font-size: 24px; font-weight: 700; line-height: 1; margin-bottom: 21px; }

.featured-meta p { font-size: 11px; color: #fff; font-weight: 400; }

.bt-vertical {
text-align: center;
position: absolute;
width: 100%; 
top: -100px;
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   -moz-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; 
}

.featured-item:hover {
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;   
}
.featured-item:hover .featured-offhover {
   -webkit-transform: translateY(100px);
   -ms-transform: translateY(100px);
   -moz-transform: translateY(100px);
    transform: translateY(100px);
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;   
}
.featured-item:hover .featured-meta { opacity: 1; }
.featured-item:hover .bt-vertical {
top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.featured-item img { 
  transform: scale(1);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  }
.featured-item:hover img { 
  transform: scale(1.05);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  }


/*slider prev next anim*/
.featured-slider-2 { position: relative; }
.featured-item-2 { position: relative; }
.featured-item-absolute { position: absolute; bottom: 0; width: 100%; height: 110px; text-align: center; }
.nextpost, .prevpost, .featured-item-title { display: inline-block; vertical-align: top; }
.nextpost, .prevpost { width: 110px; height: 110px; }
.featured-item-title { position: relative; width: 450px; font-family: 'Playfair Display', serif; font-weight:400; font-size: 30px; line-height: 32px; color: #fff; height: 110px; padding-left: 30px; background: rgba(0,0,0,0.8); text-align: left; }
.featured-item-title span { font-family: 'Lato', serif; font-weight:400; font-size: 13px; line-height: 13px; margin-top: 28px; display: block; } 
.featured-item-title a { color: #fff; margin-top: 12px; }

.featured-slider-2 .flex-direction-nav a { opacity: 1; height: 50px; margin: 0; color:#fff;text-shadow: none; overflow: visible; }
.featured-slider-2 .flex-direction-nav .flex-prev { left: 10px; }
.featured-slider-2 .flex-direction-nav .flex-next { right: 10px; }

.featured-slider-2 .flex-direction-nav a{opacity:1;
}

.featured-slider-2 .flex-direction-nav .flex-prev:before, .featured-slider-2 .flex-direction-nav .flex-next:before{
color: #aaa;
font-family: FontAwesome;
content: "\f104";
font-size: 56px;
display: inline-block;
}

.featured-slider-2 .flex-direction-nav .flex-next:before{
content: "\f105";
}

.featured-slider-2 .flex-direction-nav{-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;}

.featured-item-title .featured-nav-before {
padding-left:24px;
border-left: 1px solid #555555;
}
.featured-item-title .featured-nav-before, .featured-item-title .featured-nav-after{
color: #aaa;
font-family: FontAwesome;
font-size: 56px;
line-height: 110px;
display: inline-block;
position: absolute;
top: 0;  
right: 60px;
cursor: pointer;
  -moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.featured-item-title .featured-nav-after { right: 20px; }
.featured-item-title .featured-nav-before:before {
content: "\f104";
}

.featured-item-title .featured-nav-after:before{
content: "\f105";
}
.featured-item-title .featured-nav-before:hover, .featured-item-title .featured-nav-after:hover{color:#ffc900;}

/**********************/
/* 2.3.1 Classic Blog */
/**********************/
.single .bt-classic.blog-style { padding-top: 118px; }
.blog .bt-classic .sidebar { margin-top:125px; }
.bt-classic .classic-container { margin-top: 125px; }

.bt-classic .post-item { position: relative; background: #fff; padding: 0; margin-bottom: 85px; border-bottom: 4px solid #eeeeee; }
.bt-classic .post-item:before { width: 69px; height: 69px; line-height: 64px; border-radius: 69px; top: 17px; left: 0px; margin-left: -35px; background: #ffc900; border: 5px solid #fff; color: #fff; }
.bt-classic .postdata { padding: 38px 20px 12px 55px; margin-bottom: 45px; border-bottom: 4px double #eeeeee; }
.bt-classic .blog-meta { margin-bottom: 0; }
.bt-classic .blog-meta i { margin-left: 25px; }
.bt-classic .zilla-likes:before { margin-left: 25px; }
.bt-classic h3.blog-title, .bt-classic h1.blog-title { font-size: 30px; margin-bottom: 15px; }
.bt-classic .blog-meta br { display: none; }

.bt-classic .blog-formaty { padding: 0 20px; }
.bt-classic .blog-excerpt { padding: 28px 30px 30px 30px; }

.bt-item-cats { position: absolute; top:-30px; left:2px; }
.bt-item-cats a { font-size: 11px; padding: 11px 12px; margin-left: -2px; color: #fff; background:#187daf; text-transform: uppercase; }

.blog-classic .socials { padding-top: 0; }
.blog-classic .post-item .socials .socials-content { padding-left: 30px; }
.classic-readmore {
  font-size: 14px;
  color: #000;
  line-height: 50px;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  float: right;
  border-left: 1px solid #eeeeee;
}
.classic-readmore a { color: #000; display: block; padding: 0 21px;}
.classic-readmore:hover a { color: #ffc900; }
.blog-classic .post-item .socials .facebook-share, .blog-classic .post-item .socials .twitter-share, .blog-classic .post-item .socials .pinterest-share, .blog-classic .post-item .socials .google-share, .blog-classic .post-item .socials .tumblr-share, .blog-classic .post-item .socials .linkedin-share, .blog-classic .post-item .socials .stumbleupon-share, .blog-classic .post-item .socials .mail-share {
float: left;
font-size: 14px;
color: #000;
}

.blog-classic .post-item .socials div:hover { color: #ffc900; }
/*
 * 2.4 MISC
 */

.meta-divider { margin-left: 20px; margin-right: 20px; display: inline; }

.comments-wrapper{position:relative;padding:0px;margin-right: 0px;background: none;}

.blog-content { position: relative; }

/**********************/
/*   2.4.1 Author     */
/**********************/

.about-the-author {
background: #fff url(../img/aboutline.png) no-repeat 0 44px;
padding: 40px 40px 17px 40px; 
margin-bottom: 40px;
}

.about-the-author h6 {
line-height: 1;
margin: 0;
color: #666666;
font-size: 20px;
margin-bottom: 30px;
font-weight: 400;
}
.about-the-author h6 span { color: #000; }
.author-meta { }

.author-meta .avatar  { float: left; margin-right: 17px; border-radius: 100%;  }

.author-bio { float: left; width: 82%;}
.author-bio i { line-height: 40px; }

p.about-author { color: #000; font-weight: 600; }
p.about-author-desc { color: #9a9a9a; font-size: 12px; line-height: 24px; }

.about-author-social { font-weight: 700; margin-top: 20px; padding-left: 10px; }

.about-author-social .social-facebook, .about-author-social .social-twitter, .about-author-social .social-pinterest, .about-author-social .social-instagram, .about-author-social .social-flickr, .about-author-social .social-dribbble, .about-author-social .social-linkedin, .about-author-social .social-digg, .about-author-social .social-skype, .about-author-social .social-vimeo, .about-author-social .social-youtube, .about-author-social .social-stumbleupon, .about-author-social .social-yahoo, .about-author-social .social-foursquare, .about-author-social .social-rss, .about-author-social .social-google-plus {
margin-right: 0; margin-left: 15px; background: #fff !important; width: auto;   
}
.about-author-social .social-facebook i, .about-author-social .social-twitter i, .about-author-social .social-pinterest i, .about-author-social .social-instagram i, .about-author-social .social-flickr i, .about-author-social .social-dribbble i, .about-author-social .social-linkedin i, .about-author-social .social-digg i, .about-author-social .social-skype i, .about-author-social .social-vimeo i, .about-author-social .social-youtube i, .about-author-social .social-stumbleupon i, .about-author-social .social-yahoo i, .about-author-social .social-foursquare i, .about-author-social .social-rss i, .about-author-social .social-google-plus i
{
color: #cccccc;  
}
/***********************/
/* 2.4.2 Related Posts */
/***********************/
.related-posts {
background: #fff url(../img/aboutline.png) no-repeat 0 44px;
padding: 40px 40px 17px 40px; 
margin-bottom: 40px;
}

.related-posts h6 {  
line-height: 1;
margin: 0;
color: #666666;
font-size: 20px;
margin-bottom: 40px;
font-weight: 400;
}

.related-box {}
.related-posts .related-item {
width: 29.4%;
margin-right: 5.9%; 
position: relative; 
float: left;
min-height: 68px;
}

.related-posts .related-item:nth-child(3) { margin-right:0;  }


.related-title {  padding-left: 5px; margin-top: 27px; margin-bottom: 10px;  }
.related-title a { color: #000000; font-weight: 400; font-size: 14px; line-height: 20px; display: block; }
.related-author { padding-left: 5px; }
.related-author i { font-size: 12px; color: #777777; margin-right: 10px; }
.related-author a { color: #777777; font-weight: 400; font-size: 10px; text-transform:uppercase;}
.related-item .recentpostinside { float: none; width: 100%;  height: 133px; margin: 0; }
.single-post .related-box { padding-bottom: 20px; }
/* single portfolio revize */

.portfolio-single-page .related-posts .related-item { width: 25%; margin-right: auto; margin-bottom: 12px; padding: 0 37px; border-right: 1px solid #eeeeee; }
.portfolio-single-page .related-title { text-align: center; }
.portfolio-single-page .related-posts .related-item:nth-child(4) { border-right: 0; }
.portfolio-single-page .related-posts .related-author { font-size: 11px; text-align: center; text-transform: uppercase; }
.portfolio-single-page .related-author i { font-size: 14px; margin-left: 11px; margin-right: 5px; }
.single .portfolio-single-page .zilla-likes { margin-left: auto !important; }
.single .portfolio-single-page .related-posts .zilla-likes:before { margin-right: 5px; }
.single .portfolio-single-page .zilla-likes-count { font-size: 11px; }

.portfolio-single-page .related-posts { margin-bottom: 95px; }
.portfolio-single-page .related-posts h6 { color: #000; }
/**********************/
/* 2.4.3 social share */
/**********************/
.socials{display: block; padding-top: 4px;}
.socials i { -moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;}
.post-item .socials .socials-content { text-align: center; }
.post-item .socials .facebook-share, .post-item .socials .twitter-share, .post-item .socials .pinterest-share, .post-item .socials .google-share, .post-item .socials .tumblr-share, .post-item .socials .linkedin-share, .post-item .socials .stumbleupon-share, .post-item .socials .mail-share { font-size: 18px; color: #ccc; line-height: 50px; display: inline-block; cursor: pointer; padding: 0 13px; overflow: hidden;}
.post-item .socials div:hover { color: #ffc900; }



/********************/
/* 2.4.4 Pagination */
/********************/

.index-pagination{margin-bottom: 49px;margin-top: 9px;overflow:hidden;}
.page-numbers {list-style: none;padding-left: 0;text-align:center;}

.page-numbers > li {display: inline-block;margin-right:15px; }

.page-numbers > li a, .page-numbers > li .current{position: relative;
color: #000;
font-size: 11px;
line-height: 40px;
height: 40px;
padding: 0 17px;  
background: transparent;
border: 1px solid #dddddd;
display: inline-block;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}

.page-numbers > li a.next { background: #fff; padding: 0 29px; } 
.page-numbers > li .current { background: #ffc900; }
.page-numbers > li a.prev {border-radius:0;}
.page-numbers > li a.next {border-radius:0;}
.page-numbers > li:hover a{color:#000;-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;}

.index-pagination .older-page a, .index-pagination .newer-page a { padding: 7px 15px; background: #fff; display: inline-block; }

.bt-classic .index-pagination .older-page a, .index-pagination .newer-page a{color:#000;border:1px solid #ddd;}
.bt-classic .newer-page{float:right;}
.bt-classic .older-page{float:left;}

/***************************/
/* 2.4.5 Homepage About Me */
/***************************/
.bt-about-site { color: #000; font-weight: 300; padding: 65px 0 80px; text-align: center; background: #fff url("../img/homeabouti.jpg") no-repeat left bottom; }
.bt-about-site-title { font-size: 24px; margin-bottom: 25px; }
.bt-about-site-title span { padding-bottom: 20px; background: url("../img/homeaboutitle.png") no-repeat 95% bottom; }
.bt-about-site-intro p { font-size: 18px; margin: 0; }
.bt-about-site-intro { margin-bottom: 25px; }
.bt-about-site-outro { font-family: 'Dancing Script', cursive; font-size: 18px; font-weight: 700; }
/********************/
/*    2.5 Portfolio   */
/********************/
.portfolio-page { padding-top: 75px; background: #f5f5f5; }
.portfolio-item { 
position: relative;  
width: 31.5%;
margin-right: 2.75%;
float: left;
margin-bottom: 75px;
padding-top: 58px;
background: #fff;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.portfolio-items .portfolio-item:nth-child(3n) { margin-right: 0; }

.portfolio-item-icon {
width: 54px;
height: 54px;
border-radius: 54px;
line-height: 54px;
font-size: 16px;
background: #222;
color: #fff;
text-align: center;
position: absolute;
top: -27px;
left: 50%;
margin-left: -27px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.portfolio-item:hover .portfolio-item-icon { background: #ffc900; color: #000; }

.portfolio-item-category { color: #777777; font-size: 11px; line-height: 1; text-align: center; text-transform: uppercase; margin-bottom: 30px; }

.portfolio-title h3 { margin: 33px 0; line-height: 1; font-size: 20px; text-align: center; }
.portfolio-title a { color: #000000; -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1); }
.portfolio-title a:hover { color: #ffc900; }
.portfolio-thumbnail { position: relative; overflow: hidden; }
.portfolio-thumbnail-hover { position: absolute; opacity: 0; top:0; left:0; width: 100%; height: 100%; background: rgba(0,0,0,0.3);
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.portfolio-thumbnail-hover a { background: rgba(0,0,0,0.7); color: #fff; width: 42px; height: 42px; display: inline-block; line-height: 42px; }
.portfolio-item:hover .portfolio-thumbnail-hover  { opacity: 1; }
.portfolio-item:hover .bt-vertical {
top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* single portfolio*/
.portfolio-single-page { background: #f5f5f5; padding-top: 70px; }
.portfolio-single-header { margin-bottom: 32px; }
.portfolio-header-left { width: 80%; float:left; }
.portfolio-header-right { width: 20%; float:left; }
.portfolio-header-left .portfolio-item-icon { position: relative; top: auto; left: auto; margin-left: auto; float: left; margin-right: 17px; }
h1.portfolio-single-title { font-size: 26px; line-height: 1; margin-top: 0; margin-bottom: 10px; -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1); }
.portfolio-item-tags { display: inline-block; line-height: 1; font-size:11px; }
.portfolio-item-tags i { color: #666666; margin-right: 5px; }
.portfolio-item-tags a { color: #777777; text-transform: uppercase; }
.portfolio-header-right { text-align: right; font-size: 11px; color: #777777; line-height: 1; text-transform: uppercase; }
.portfolio-header-right i { color: #666666; margin-left: 10px; }
.portfolio-header-right .fa-calendar { margin-bottom: 19px; }
.portfolio-header-right .zilla-likes-count { position: absolute;right: 70px; top: 33px; font-size: 12px; color: #777777; }
.single .portfolio-header-right .zilla-likes { margin-left: 10px !important; margin-right: -12px !important; }
.single .portfolio-header-right .zilla-likes:before { color: #777777; }
.portfolio-content { background: #fff; padding: 60px 53px 53px 55px; margin-bottom: 40px; color: #000; 
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); 
}
.portfolio-content-left { width: 66%; float: left; }
.portfolio-content-right { width: 34%; float: left; padding-left: 40px; }

.portfolio-subtitle { font-size: 14px; line-height: 1px; font-weight: 700; margin-top: 0; margin-bottom: 30px; display: block; }
.portfolio-subtitle:before { 
content: '';
background: url(../img/icon.png) no-repeat 0 0;
height: 14px;
width: 20px;
display: inline-block;
margin-right: 10px; }

.portfolio-content-left p { line-height: 26px; }
.portfolio-meta-box { margin-bottom: 10px; font-weight: 300; }
.portfolio-meta-box span { display: inline-block; width: 136px; font-weight: 400; }
.portfolio-meta-box span:before { content: "\f178"; display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto; margin-right: 11px; color: #ffc900; }
/***************************/
/*   3. Comment Section    */
/***************************/
/* Comment */
.comments-wrapper {
margin-bottom: 60px;
}
.incom-bubble-style{opacity:0.4!important;}
.incom-comments-wrapper .vcard img{border-radius:0!important;width: 52px!important;height: 60px!important;float: left!important;margin-right: 13px!important;padding-top: 8px!important;}
.incom-comments-wrapper{border:1px solid #aaa!important;}
h3.comment-title {
line-height: 70px; 
  font-family: 'Playfair Display'; font-size: 20px; border-bottom: none;padding-left:45px;position:relative;margin-bottom: 0px;
  padding-top: 12px;-webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}

h3.comment-title:before {left:0px;  top: 42px;width: 100%;}
h3.comment-reply-title:before {
  content: '';
  background: url(../img/icon2.png) no-repeat 0 0;
  height: 14px;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 42px;
  width: 100%;
}
h3.comment-reply-title {
line-height: 70px;
margin: 0;  
  font-size: 20px; -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1); padding-left: 40px; position: relative; padding-top: 13px;
}
ol.commentlist { padding-left:0; margin-top: 30px; list-style: none;background:#fff;webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);padding-bottom:20px; }
ol.commentlist ul, ol.commentlist ul li { list-style: none; }
ol.commentlist ul li{background:#f5f5f5;}
ol.commentlist ul {padding-left:130px;}
ol.commentlist li {padding-left:16px;}
.avatar { border-radius:50%;}
.media { margin-bottom: 0px; }
.media-body {padding: 36px 20px 20px 0px; position: relative;}
.media>.pull-left { position: relative; padding: 30px 20px 15px 20px;margin-right:0px;}
.media-heading {font-size:14px;font-weight:400;font-family:'Lato';float:left;line-height:22px;}
.media-heading span{font-weight:700;}
p.comment-date { display: inline-block; margin-bottom:7px; }
.media-body p{font-size: 14px; font-weight: 300;   -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);}
.comment-date a { font-size: 11px; color: #777; text-transform: uppercase;}
.comment-date a i{margin: 0 10px 0 20px; font-size: 14px; color: #666;}
.logged-in-as { margin-left: 15px;}
#respond{ background:#fff;margin-top:40px;}

#respond, .related-posts, .about-the-author{webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);}
p.comment-text { line-height: 24px; font-size: 16px; font-weight: 300; margin-bottom: 0; }
.single-comment{padding-left:10px;color:#666;margin-top:10px;}
.comment-respond input#submit {width:250px!important;color: #fff !important;background: #444 !important;text-align: center;font-size: 18px;font-weight: 400; margin-top: 15px;padding:0 22px; }
.comment-respond .buton { margin-left: 15px; margin-top: 15px; }
.comment-respond form {margin-left: 0px;  margin-top: 16px; padding-left: 26px; padding-right: 26px;  padding-bottom: 25px;}
.comment-respond input {width:250px!important;height: 50px; margin-bottom: 10px; padding-left: 10px; line-height: 50px; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; border: none; background: #f5f5f5!important; font-family: 'Lato'; font-size: 14px; font-style: italic; color: #888!important;margin-left:0px

}
.comment-respond input:focus{border-color:#000;color:#000!important; }
.comment-respond textarea {padding-left: 10px; padding-top: 20px; margin-top: 10px!important; border: none; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s;background:#f5f5f5!important;}
.comment-respond textarea:focus{border-color:#000;color:#000;}
.blog-wrapper .reply a{color:#000;}
a.comment-reply-link {
  font-family:'Lato', serif;
text-align: center;
color: #fff;
  font-size:0px;
display: inline-block;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
  
  
 line-height: 26px; padding: 0px; border-radius: 50%; width: 26px; margin: 0px 15px; height: 26px; background: none; border: 1px solid #dedede;
}

.comment-reply-link:after { font-family: FontAwesome; content: "\f112"; font-size: 11px; color: #666; line-height: 26px; }
a.comment-reply-link:hover { background: #ffc900; color: #fff; }
.incom-comments-wrapper cite{font-family:'Josefin Slab', serif;}

span.comment_note { 
font-weight: 400 !important;
font-size: 14px;
display: block;
color: #aaa;
margin-top: 12px; 
line-height: 24px;
}
.pagination-container{height:100px;}
.pagination-container i{font-size: 18px;
color: #a5a5a5;
width: 50px;
line-height: 42px;
height: 40px;
-webkit-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.20); -moz-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.20); box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.20);
border-radius: 20px;
background: #fff;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;}
.pagination-single{margin-bottom:40px;}
.blog-left a{ float: left;text-align:center;float: left; text-align: center; padding: 15px; background: #fff; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s;font-size:12px;color:#bababa;font-weight:600;}
.blog-right a{ float: right;text-align:center; padding: 15px; background: #fff; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s;font-size:12px;color:#bababa;font-weight:600;}
.blog-left:hover a, .blog-right:hover a{background:#ffc900;color:#fff;}

/*****************/
/*  4. Sidebar   */ 
/*****************/
.sidebar { margin-bottom: 50px; }
.masonry_2 .sidebar { margin-top: 80px;}
.search .bt-classic .sidebar { margin-top: 125px; }
.sidebar-inner { background: #fff; webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);padding:0px;}
.widget_categories ul li {color:#999;}
.sidebar-widget  {
overflow:hidden;
background: #fff;
  padding:30px 40px;margin-bottom:10px
}

.widget_categories_blicca ul li a{display:inline-block;width:100%;}
.cat-name{float:left;font-size:14px; font-weight:300;line-height:30px;font-family:'Lato';}
.cat-count{float:right;font-size:11px; font-weight:400; color:#777;font-family:'Lato';width: 30px; height: 30px; border: 1px solid #e4e4e4; border-radius: 50%; text-align: center; line-height: 30px;}

.sidebar-widget p { margin-bottom: 0; }
.sidebar-widget h6 {margin-top:0;position:relative;

font-size: 18px; font-family: 'Playfair Display', serif; font-weight: 400;  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);line-height:15px;padding-left:5px;margin-bottom:40px;}

.sidebar-widget > h6:before {
  content: '';
  background: url(../img/icon2.png) no-repeat 0 0;
  height: 14px;
  width: 100%;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: -40px;
}
.sidebar-widget .widget_recent_comments ul li { height: 50px; line-height: 1; padding-top: 10px;  }
/* 4.1 Sidebar List */
.sidebar-widget ul, .footer-widget ul {
  padding: 0;
  margin: 0;
}
.sidebar-widget ul li, .footer-widget ul li {
list-style-type: none;
margin-bottom: 1px;
}

.sidebar-widget ul li:last-child, .footer-widget ul li:last-child { border-bottom:1px solid #e4e4e4; }

.sidebar-widget ul li { padding: 10px 0 7px 0; line-height: 1; border-top: 1px solid #e4e4e4;}

.sidebar-widget ul li i, .footer-widget ul li i {
  font-size: 11px;
  padding-top: 3px;
  padding-right: 11px;
}

.sidebar-widget ul li a:hover i, .footer-widget ul li a:hover i {
  color: #000;
}
.sidebar-widget ul li a:hover, .footer-widget ul li a:hover{color:#ffc900;}

.sidebar-widget ul li a, .footer-widget ul li a {-webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s;color: #000;}

.sidebar-widget ul.children { padding: 0 20px; }
.sidebar-widget ul.children li { border: 0 !important; }
/* 4.2 Twitter Widget */
.twitter-widget .tweet_meta i { font-size: 3px; margin: 0 5px; line-height: 12px; vertical-align: middle; }
.bliccaThemes_twitter .twitter-widget .tweet { margin-top: 16px; margin-bottom:13px; padding-bottom: 14px; } 
.bliccaThemes_twitter .twitter-widget .tweet a, .bliccaThemes_twitter .twitter-widget .tweet .tweet_meta a:hover {color:#fff;} 
.bliccaThemes_twitter .twitter-widget .tweet a:hover { color: #ffc900; }
.bliccaThemes_twitter .twitter-widget .tweet p{font-size:13px;font-weight:300;}
.tweet_meta { margin-top: 5px; } 
.bliccaThemes_twitter .twitter-widget .tweet .tweet_meta a { color: #ffc900; font-size:11px;}
.bliccaThemes_twitter .twitter-widget:nth-child(2) .tweet { margin-top: 0; } 
.bliccaThemes_twitter .twitter-widget:last-child .tweet { margin-bottom: 0; border-bottom: 0; padding-bottom: 0; }
.twitter-widget-icon i{color:#fff; font-size:16px;margin-right:12px;}
.twitter-widget-icon{float:left;}
.bliccaThemes_twitter .twitter-widget{padding-left:27px;}

.sidebar-inner .twitter-widget-icon i{color:#444;}
.sidebar-inner .bliccaThemes_twitter .twitter-widget .tweet a{color:#444;font-size:14px;font-weight:500;}
.sidebar-inner .bliccaThemes_twitter .twitter-widget .tweet a:hover{color:#ffc900;}
.sidebar-inner .twitter-widget .tweet .tweet_meta a:hover{color:#ffc900;}
.sidebar-inner .bliccaThemes_twitter .twitter-widget .tweet p{font-size:14px;}
/* 4.3 Popular Tags */
.sidebar-widget .bliccaThemes-tag-cloud { overflow: hidden; }
.sidebar-widget .bliccaThemes-tag-cloud ul { overflow:hidden; }
.sidebar-widget .bliccaThemes-tag-cloud ul li { margin:0 9px 11px 0;background:#f5f5f5;border:1px solid #e4e4e4; line-height: 50px; padding: 8px 16px; display: inline;}
.sidebar-widget .bliccaThemes-tag-cloud ul li:hover{ background:#ffc900;color:#000;}
.sidebar-widget .bliccaThemes-tag-cloud ul li a { color:#666; font-weight:400;font-family:'Lato';font-size:13px!important;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.sidebar-widget .bliccaThemes-tag-cloud ul li a:hover{ color: #000;}

.footer_bt .footer-widget .bliccaThemes-tag-cloud { overflow: hidden; }
.footer_bt .footer-widget .bliccaThemes-tag-cloud ul { overflow:hidden; }
.footer_bt .footer-widget .bliccaThemes-tag-cloud ul li {float: left; margin:0 9px 11px 0;background:#f5f5f5;border:1px solid #e4e4e4;padding: 8px 16px; font-weight:400; display: inline;}
.footer_bt .footer-widget .bliccaThemes-tag-cloud ul li a { color: #666; padding: 0 5px;font-weight: 400;font-family:'Lato';font-size:13px!important;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.footer_bt .footer-widget .bliccaThemes-tag-cloud ul li:hover a{ color: #000;}
.footer_bt .footer-widget .bliccaThemes-tag-cloud ul li:hover {padding: 8px 16px; background:#ffc900;color:#000;}
/* 4.4 Search Widget */
.sidebar-widget.widget_search { 
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;  
padding-top: 0;
border-radius: 0;
background: transparent;
}
.search-query{position: relative;
width: 85.5%;
padding-left: 10px;
font-size: 18px!important;
height: 50px;
color: #000;
line-height: 50px;
border: none;
border-radius: 0!important;
border-bottom: 1px solid #aaa;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;}
.search-query::-webkit-input-placeholder {font-size:18px;}
.search-query:-moz-placeholder {font-size:18px;}
.search-query::-moz-placeholder {font-size:18px;}
.search-query:-ms-input-placeholder {font-size:18px;}

.search-icon{background: #444;
border: none;
line-height: 50px;
width: 50px;
position: absolute;
padding:0px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;}
.search-icon i{color:#fff;font-size:12px;}
.search-query:focus{border-color:#000}
.search-query:focus + .search-icon{background:#000!important;}
.query-title { text-align: center; margin-top: 30px; }
/* 4.5 Instagram Flickr Widget */
.bliccaThemes_flickr_item_box { overflow: hidden; }
.bliccaThemes_flickr_item_small { float: left; max-width: 125px; width: 32.5%; ; height: auto; margin-right: 1%; margin-bottom: 3px; }
.bliccaThemes_flickr_item_small:nth-child(3n) { margin-right: 0; }
.bliccaThemes_flickr_item_box img { margin-bottom: 0 !important; }

.instagram-slider, .dribbbles { overflow: hidden; position: relative; }
.instagram-pics:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.instagram-pic { float: left; width: 250px; ; }

.sidebar-widget .instagram-slider ul li, .footer-widget .dribbbles ul li { padding: 0; margin: auto; border: none; }
.sidebar-widget .instagram-slider ul li:before, .footer-widget .instagram-slider ul li:before, sidebar-widget .dribbbles ul li:before, .footer-widget .dribbbles ul li:before { display: none; }
.instagram-slider .flex-direction-nav a, .dribbbles .flex-direction-nav a { top: auto; bottom: 0; opacity: 0.5; display: block; }
.instagram-slider .flex-direction-nav .flex-prev, .dribbbles .flex-direction-nav .flex-prev{ left: auto; right: 42px }
.instagram-slider .flex-direction-nav .flex-next, .dribbbles .flex-direction-nav .flex-next { right: 0; }
.instagram-slider:hover .flex-prev, .dribbbles:hover .flex-prev { opacity: 0.5; left: auto; right: 42px }
.instagram-slider:hover .flex-next, .dribbbles:hover .flex-next { opacity: 0.5; right: 0; }
.instagram-slider:hover .flex-next:hover, .instagram-slider:hover .flex-prev:hover, .dribbbles:hover .flex-next:hover, .dribbbles:hover .flex-prev:hover { opacity: 1; }
.instagram-slider .flex-direction-nav a.flex-next:before, .dribbbles .flex-direction-nav a.flex-next:before { content:'';background:url(../img/slider-right-arrow.png) no-repeat 0 0 !important;height: 40px!important;width: 40px!important;}
.instagram-slider .flex-direction-nav a.flex-prev:before, .dribbbles .flex-direction-nav a.flex-prev:before { content:'';background:url(../img/slider-left-arrow.png) no-repeat 0 0 !important;height: 40px!important;width: 40px!important; }

/* 4.6 Popular Posts */
#bliccaThemes-layout .sidebar-widget.popular-posts { padding-bottom: 27px; }
#bliccaThemes-layout .wpp-list .wpp_def_noPath, #bliccaThemes-layout .sidebar-widget ul.wpp-list li:before, #bliccaThemes-layout .footer-widget ul.wpp-list li:before { display: none; }
#bliccaThemes-layout .wpp-list span { font-size: 12px; font-weight: 400; }
#bliccaThemes-layout .wpp-list .pop-excerpt { font-size: 14; line-height:24px; }
#bliccaThemes-layout .wpp-list h3 { font-size: 14px; margin-top: 4px; line-height: 24px; }
#bliccaThemes-layout .wpp-list h3 a { color: #000; }
#bliccaThemes-layout .wpp-list .wpp-thumbnail { margin-bottom: 14px; }
#bliccaThemes-layout .wpp-post-title {
position: absolute;
left: 0;
bottom: -1px;
font-size: 12px;
padding: 14px 20px 14px 20px;
line-height: 26px;
background: rgba(0,0,0,0.78);
width: 100%;
color: #fff;
}

#bliccaThemes-layout .wpp-list li {
float: none;
clear: left;
position: relative;
width: auto;
height: 200px;
margin: -2px 0 24px;
}

/* 4.7 About Me */
.bliccaThemes_aboutme_widget p { text-align: left; font-weight:300; font-size: 16px; color: #000;margin-top: 30px;}

/* 4.8 Calender */
.widget_calendar {float: left; width: 100%;}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: center; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; text-align: center; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; }
#wp-calendar tbody td a{color: #ffc900;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 12px; text-transform: uppercase; text-align: right; color: #ffc900;}
#wp-calendar tfoot #prev { font-size: 12px; text-transform: uppercase; padding-top: 10px; color: #ffc900;}
#wp-calendar tfoot #next a{color: #ffc900;}
#wp-calendar tfoot #prev a{color: #ffc900;}

/* 4.9 Recent Post */
.recentpostinside{float: left; width: 80px; margin-right: 20px; background: #444; height: 60px; text-align: center;}
.recentpostinside i{color:#fff; font-size:24px; position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);}
.sidebar-widget .bliccaThemes-recent-post-widget .bliccaThemes-recent-post {
margin-bottom: 23px;
overflow: hidden;
}
.sidebar-widget .bliccaThemes-recent-post-widget .bliccaThemes-recent-post:last-child {
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 0;
}

.sidebar-widget .bliccaThemes-recent-post img {
  height: 60px;
  width: 80px;
  float: left;
  margin-right: 20px;
}

.sidebar-widget .bliccaThemes-recent-post h6, .sidebar-widget .bliccaThemes-recent-post h6 a {
color: #444; font-size: 18px; font-weight: 700; margin-bottom: 0; margin-top: 0; line-height: 28px;
}
.sidebar-widget .bliccaThemes-recent-post h6 a:hover { color: #ffc900; }
.sidebar-widget .bliccaThemes-recent-post .bliccaThemes-recent-date {
color: #999; font-size: 15px; line-height: 24px; margin: 0;
}
.footer-widget .bliccaThemes-recent-post-widget .author-name {margin-top:6px;}
.footer-widget .bliccaThemes-recent-post-widget .author-name a{color:#777;font-size:10px;text-transform:uppercase;}
.footer-widget .bliccaThemes-recent-post-widget .author-name i{font-size:12px;color:#666;margin-right:6px;}

.social-content .bliccaThemes-recent-post h6 {font-size: 13px; color: #fff; line-height: 17px; font-weight: 400;}
.social-content .bliccaThemes-recent-post-widget .author-name a{color:#777;font-size:10px;text-transform:uppercase;}
.social-content .bliccaThemes-recent-post-widget .author-name i{font-size:12px;color:#666;margin-right:6px;}

/* 4.9.1 Tabs Widget */
.bliccaThemes-tabs-container { position: relative; background: url(../img/icon2.png) repeat-x 0 21px; }
.sidebar-widget.bliccaThemes-tabs-widget { padding: 0 0 50px 0; }

.bliccaThemes-tabs { margin-bottom: 50px; overflow: hidden;  padding-left: 21px; }
.bliccaThemes-tabs-content { padding: 0 40px; }


.bliccaThemes-tab { background: #fff;  text-align: center; border-bottom: 2px solid #f5f5f5; float: left; font-size: 12px; padding:18px 28px; cursor: pointer;   margin-right: 5px;font-weight: 400; font-family: 'Playfair Display';  color: #999;border:1px solid #e4e4e4;}
.bliccaThemes-tab.aktif { color: #000; height: auto; opacity: 1;  
border-top:2px solid #ffc900;}

.bliccaThemes-tab-content { height: 0; width:0; opacity: 0; visibility: hidden; display: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.bliccaThemes-tab-content.aktif { height: auto; width: auto; opacity:1; visibility: visible; display: block; }
.sidebar-widget .bliccaThemes-tab ul li:first-child { margin-top: 0; }

.sidebar-widget.bliccaThemes-tabs-widget .bliccaThemes-recent-post img { width: 100%; height: auto; float: none; display: block; }
.sidebar-widget.bliccaThemes-tabs-widget .bliccaThemes-recent-post h6, .sidebar-widget.bliccaThemes-tabs-widget .bliccaThemes-recent-post h6 a { font-size: 16px; margin: 25px 0 15px; padding: 0; }
.sidebar-widget.bliccaThemes-tabs-widget .bliccaThemes-recent-post-widget .bliccaThemes-recent-post { font-size: 11px; color: #777777; }
.sidebar-widget.bliccaThemes-tabs-widget .bliccaThemes-recent-post-widget .bliccaThemes-recent-post i { margin-right: 10px; font-size: 14px; }
.sidebar-widget.bliccaThemes-tabs-widget .recentpostinside { width: 100%; height: 150px; margin-bottom: 20px; }
/***************/
/* 5. Archives */
/***************/
.page-template-custom-archives-template .sidebar{margin-top:86px!important;}
.custom-archives {

margin-top: 86px;
margin-bottom:40px;
margin-right: 30px;  
overflow: hidden;
padding: 30px;
background: #fff;
position: relative;  
    webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
h3.archives-page-title { 
color: #333;
  margin-top: 0;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}

.panel { border: none; box-shadow: none; background: transparent;}
.panel-heading { padding: 0; border:0; border-radius: 0; }
.panel-title>a { display: block; color: #e4e4e4; font-weight: 700; background: #f5f5f5; margin: 0; border-bottom: 1px solid #e4e4e4; line-height: 50px; padding-left: 20px;-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
.panel-title>a:hover{border-color:#e4e4e4; color:#000;}

.panel-group .panel-heading+.panel-collapse>.panel-body { border-top: 0; }
/********************/
/* 6. Contact Form  */
/********************/
.contactp{line-height:50px; color:#aaa; padding-left:20px;}
.contact-form-style{width: 40%;
height: 50px;
font-size: 12px;
color: #9a9a9a;
margin-bottom: 10px;
border-radius: 0;
background: #fff;
-webkit-box-shadow: 0px 0px 3px 0px rgba(210, 210, 210, 0.6);
-moz-box-shadow: 0px 0px 3px 0px rgba(210, 210, 210, 0.6);
box-shadow: 0px 0px 3px 0px rgba(210, 210, 210, 0.6);
padding-left: 15px;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
border: none;
display: block;}
.contact-form-style-area{font-size: 12px;
color: #9a9a9a;
  width:100%;
margin-bottom: 10px;
border-radius: 0;
background: #fff;
-webkit-box-shadow: 0px 0px 3px 0px rgba(210, 210, 210, 0.6);
-moz-box-shadow: 0px 0px 3px 0px rgba(210, 210, 210, 0.6);
box-shadow: 0px 0px 3px 0px rgba(210, 210, 210, 0.6);
padding-left: 15px;
padding-top: 15px;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
border: none}
.contact-form-submit{color: #fff !important;
background: #ffc900 !important;
color: #fff;
text-align: center;
font-size: 12px;
padding: 15px 15px;border:none;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
border-radius:3px;}

.contact-form-submit:hover{color: #fff;
background: #000 !important;}
.contact-form-style-area:focus, .contact-form-style:focus{-webkit-box-shadow: 0px 0px 3px 0px rgba(60, 203, 137, 0.6);
-moz-box-shadow: 0px 0px 3px 0px rgba(60, 203, 137, 0.6);
box-shadow: 0px 0px 3px 0px rgba(60, 203, 137, 0.6);}

/**********************/
/* 7. Wordpress Style */
/**********************/
.titlemargin{margin:50px 0px;}
/* Drop Cap */
span.dropcap.backy { text-align: center; float: left; margin-right: 15px; width: 65px; height: 65px; background: #ffc900; color: #000; font-weight: 400; line-height: 56px; font-size: 60px; font-family: 'Playfair Display', serif; }
span.dropcap.cleany { width: 70px; text-align: center; height: 86px; float: left; font-family: 'Playfair Display', serif; font-weight: 400; line-height: 58px; font-size: 64px; color: #000; }


/* Highlight */
span.highlight{background:#ffc900;}
span.highlight2{background:#21c2f8;color:#fff;}
span.highlight3{background:#898989; color:#fff;}

.page { background: #f5f5f5; }
.page-outer{
margin-top: 82px;
position:relative;
padding-bottom: 80px;
}

.page-template-default .page-outer { margin-top: 82px; position: relative; background: #fff; webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); padding: 40px; }
.page-template-default .sidebar{margin-top:82px!important;}
.category .sidebar{margin-top:125px!important;}
h1.page-single-title{color:#333; margin-top: 0; line-height: 1; font-weight: 400; text-align: center; font-size:28px;margin-bottom:30px;}
iframe { max-width: 100%; }

.page div.wpcf7 { margin-top: 40px; }
.alignright { float:right;}
.alignleft { float:left;}
.aligncenter { display: block; margin-left: auto; margin-right: auto;}

img.aligncenter { margin: 20px auto; }
img.alignleft { margin: 15px 20px 15px 0;}
img.alignright { margin: 15px 0 15px 20px;}

.wp-caption { max-width: 100% !important; padding: 5px; text-align: center;}
.gallery img { margin-left: auto; margin-right: auto;}
.wp-caption-text, .gallery-caption, .bypostauthor { color: #7d7d7d;}
.sticky { border-top: 2px solid #ffc900; }
.sticky:after { position: absolute; top: 0; right: 15px; width: 36px; height: 34px; background: #ffc900; color: #fff; content:"\f08d"; line-height: 34px; font-family: "FontAwesome";
text-align: center;}
video{ width: 100%; height: 100%; max-width: 100%; }
.wp-video{width: 100% !important; height: auto; }
.disable-css { pointer-events: none; cursor: default; }
.custom-archives ul {
  padding: 0;
}
.custom-archives ul li {list-style-type: none;}


.custom-archives ul li:last-child { border-bottom: none; }

.custom-archives ul li:before {
content: "\f016";
color: #444;
font-family: FontAwesome;

line-height: 50px;
margin-right:10px;
}

.custom-archives ul li i {
  font-size: 11px;
  padding-top: 3px;
  padding-right: 11px}

.custom-archives ul li a:hover i {
  color: #000;
}
.custom-archives ul li a:hover{color:#000;}

.custom-archives ul li a {-webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s;color: #444;}
.sidebar-widget.widget_nav_menu li { border:0 ; height: auto; line-height: 1.5; }
.sidebar-widget.widget_nav_menu ul li:last-child { border:0; }
.sidebar-widget ul.sub-menu { margin-left: 15px; }
.sidebar-widget.widget_rss li { height: auto; line-height: 30px; border-top: 1px solid #e4e4e4; }
blockquote{
font-weight:300;
position:relative;
   border-left: 5px solid #222;
  font-weight: 300;
  padding-left: 20px;
  font-size: 14px;
  font-style: italic;
  color: #000;
  border-color: #222;
  position: relative;
  
}

.blockquote2{border-left: none; font-size: 28px; font-style: normal;}
.blockquote2 h6{font-weight: 300; font-style: normal;}

.blockquote3{border-left: none; padding-left: 55px; font-size: 18px; font-weight: 400;}
.blockquote3:before{content: '"'; color: #ffc900; font-size: 96px; top: -26px; left: -14px;position:absolute;}


/*accordion*/
.panel-title>a{font-size: 14px; font-weight: 400; color: #000; font-family: 'Lato';border:none;}
.panel-default>.panel-heading{color: #333;  border: 1px solid #e4e4e4;}
.accordion-toggle.collapsed:before{content:"+";font-size:17px;font-weight:400;width:24px;height:24px;color:#fff;background:#000;border-radius:50%;  line-height: 24px;  display: inline-table;text-align: center;margin-right:15px;-webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s;}
.accordion-toggle:before{content:"-";font-size:17px;font-size:17px;font-weight:400;width:24px;height:24px;color:#000;background:#ffc900;border-radius:50%;  line-height: 24px;  display: inline-table;text-align: center;margin-right:15px;-webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s;}
.accordion-toggle{background:#000;}
.accordion-toggle.collapsed{background:#f5f5f5;}
.panel-group .panel-heading+.panel-collapse>.panel-body { border: 1px solid #e4e4e4; border-top: none; }

/*Tabs*/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav-tabs>li>a:hover, .nav-tabs>li>a:focus{color: #fff; background: #333; border-radius: 0px; border-top: 2px solid #ffc900; text-transform: uppercase;border-bottom:0px;margin-right: 0px;}
.nav-tabs>li>a{text-transform: uppercase; border: 1px solid #e4e4e4; margin-right: 0px; border-radius: 0px; color: #000;border-bottom:0px;}
.nav-tabs{border-none;}
.tab-content>.active{padding: 24px 20px; border: 1px solid #e4e4e4;}

/*Buttons*/

.btn-xs, .btn-group-xs>.btn{font-size: 11px; margin-right: 10px; margin-left: 10px; border-radius: 0px; padding: 10px 20px;}
.btn-default {color: #000; background-color: #ffc900;border:none;
overflow: hidden;
-webkit-transition: color 0.3s;
transition: color 0.3s;position: relative;
z-index: 1;
-webkit-backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
}
.btn-primary{color:#000; background-color:#fff;border:1px solid #ddd;
overflow: hidden;
-webkit-transition: color 0.3s;
transition: color 0.3s;position: relative;
z-index: 1;
-webkit-backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;}
.btn-primary:hover{background:#fff;border-color:#e4e4e4;}

.btn-info{color:#000; background-color:#f5f5f5;border:1px solid #ddd;
overflow: hidden;
-webkit-transition: color 0.3s;
transition: color 0.3s;position: relative;
z-index: 1;
-webkit-backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;}
.btn-info:hover{background-color:#f5f5f5; border-color:#e4e4e4;}

.btn-sm, .btn-group-sm>.btn{padding:16px 40px;border-radius:0px; margin:5px 10px;}
.btn-md, .btn-group-md>.btn{border-radius: 0px; margin: 5px 10px; padding: 18px 50px;}


.btn-default::before, .btn-default::after, .btn-primary::before, .btn-primary::after, .btn-info::before, .btn-info::after{content: ''; position: absolute; height: 100%; width: 100%; bottom: 100%; left: 0; z-index: -1; -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);}

.btn-default::before, .btn-primary::before, .btn-info::before {
  background: #666;
}
.btn-default::after, .btn-primary::after, .btn-info::after {
  background: #333;
}
.btn-default:hover, .btn-primary:hover, .btn-info:hover {
  color: #fff;
}

.btn-default:hover::before, .btn-primary:hover::before, .btn-primary:hover::after,
.btn-default:hover::after, .btn-info:hover::before, .btn-info:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.btn-default:hover::after, .btn-primary:hover::after, .btn-info:hover::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

/*Progress*/
.progress{background: #fff; box-shadow: none; border: 1px solid #e4e4e4;height:10px;border-radius:50px}
.progress-bar-success{background:#ffc900; border-radius:50px;border: 1px solid #ffc900;}

/*************/
/* 8. Footer */
/*************/
.logofooter{float:none!important;margin-bottom:30px;}
.footer-widget .recentpostinside {width:74px; height:70px; margin-right: 15px;}
.footer-widget .recentpostinside i{font-size:25px;}
.footer_bt{background:#fff; margin-top: 0px;}
.single .footer_bt { margin-top:0; }
.footer_bt .footer-widget h4 {
font-weight: 900;
color: #000;
font-family: 'Lato';
font-size: 14px;
margin-bottom: 52px;
line-height: 15px;
vertical-align: top;
}
.footer_bt .footer-widget h4:before { content:'';background:url(../img/icon.png) no-repeat 0 0;height: 14px;width: 20px;display: inline-block;margin-right: 10px; }
.widgetscontainer { padding-bottom: 50px; overflow: hidden; }
.footer-widget{margin-top:47px; overflow: hidden; color: #aaa; }
.footer-widget img{ float: left; margin-right: 15px;}
.footer-widget p{ font-size: 14px; line-height: 24px;color:#000;}
.footer_bt .comment-author-link{color:#fff;}
.footer_bt .recentcomments a{color:#fff;}

.footer-widget .bliccaThemes-recent-post { overflow: hidden; }
.footer-widget .bliccaThemes-recent-post h6 { margin-top: 0; margin-bottom: 0; } 

.footer_bt .footer-widget ul li{border-bottom:1px solid #202020;}
.footer_bt .footer-widget ul li:last-child { border-bottom: 0; }
.footer_bt .footer-widget a{font-weight: 400;font-size:13px;color:#000;font-family:'Lato';}
.footer_bt .footer-widget a:hover{color:#ffc900;}
.footer_bt .twitter-widget a{color:#fff;}
.footer-widget ul li a:hover i { color: #000; } 
.footer-widget ul li a:hover{color:#ffc900;} 
.footer-widget ul li a {-webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s;color: #9a9a9a;}

.footer_bt .twitter-widget .tweet_meta a{color:#ffc900;}
.footer_bt .twitter-widget a:hover{color:#ffc900;}
.footer_bt .twitter-widget .tweet_meta a:hover{color:#fff;-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;}

/* Footer Social Widget */
.sidebar .social-widget{text-align:center;}
.sidebar .footer-widget{margin-top:0px;}

.sidebar-inner .social-facebook, .sidebar-inner .social-twitter, .sidebar-inner .social-pinterest, .sidebar-inner .social-instagram, .sidebar-inner .social-flickr, .sidebar-inner .social-dribbble, .sidebar-inner .social-linkedin, .sidebar-inner .social-digg, .sidebar-inner .social-skype, .sidebar-inner .social-vimeo, .sidebar-inner .social-youtube, .sidebar-inner .social-stumbleupon, .sidebar-inner .social-yahoo, .sidebar-inner .social-foursquare, .sidebar-inner .social-rss, .sidebar-inner .social-google-plus{background:#fff;border:1px solid #ddd;}

.sidebar-inner a:hover .social-facebook, .sidebar-inner a:hover .social-twitter, .sidebar-inner a:hover .social-pinterest, .sidebar-inner a:hover .social-instagram, .sidebar-inner a:hover .social-flickr, .sidebar-inner a:hover .social-dribbble, .sidebar-inner a:hover .social-linkedin, .sidebar-inner a:hover .social-digg, .sidebar-inner a:hover .social-skype, .sidebar-inner a:hover .social-vimeo, .sidebar-inner a:hover .social-youtube, .sidebar-inner a:hover .social-stumbleupon, .sidebar-inner a:hover .social-yahoo, .sidebar-inner a:hover .social-foursquare, .sidebar-inner a:hover .social-rss, .sidebar-inner a:hover .social-google-plus{background: #ffc900;border:1px solid #ffc900;}

.sidebar-inner a:hover .social-facebook i, .sidebar-inner a:hover .social-twitter i,.sidebar-inner a:hover .social-pinterest i, .sidebar-inner a:hover .social-instagram i, .sidebar-inner a:hover .social-flickr i, .sidebar-inner a:hover .social-google-plus i, .sidebar-inner a:hover .social-dribbble i, .sidebar-inner a:hover .social-linkedin i, .sidebar-inner a:hover .social-digg i, .sidebar-inner a:hover .social-skype i, .sidebar-inner a:hover .social-vimeo i, .sidebar-inner a:hover .social-youtube i, .sidebar-inner a:hover .social-stumbleupon i, .sidebar-inner a:hover .social-yahoo i, .sidebar-inner a:hover .social-foursquare i, .sidebar-inner a:hover .social-rss i{color:#fff!important;}
.sidebar-inner .social-facebook i, .sidebar-inner .social-twitter i, .sidebar-inner .social-pinterest i, .sidebar-inner .social-instagram i, .sidebar-inner .social-flickr i, .sidebar-inner .social-dribbble i, .sidebar-inner .social-linkedin i, .sidebar-inner .social-digg i, .sidebar-inner .social-skype i, .sidebar-inner .social-vimeo i, .sidebar-inner .social-youtube i, .sidebar-inner .social-stumbleupon i, .sidebar-inner .social-yahoo i, .sidebar-inner .social-foursquare i, .sidebar-inner .social-rss i, .sidebar-inner .social-google-plus i{color:#000;}

.footer-social { text-align: center;padding: 50px 0 0px 0px; }

.copyright-section {text-align: center;padding: 20px 0px;color: #9a9a9a;font-size: 13px;font-weight: 400;}
.footer_bt .copyright-section p{color:#bababa;font-size:12px; font-weight: 600;}
.footer_bt .copyright-section a,.footer_bt .copyright-section i{color:#fff;}
.light .copyright-section a, .light .copyright-section i{color:#000;}
.footer_bt .copyright-background {background: #333;}
.footer-minimal{padding:120px 0px;}
.footer-minimal .footer-widget{display: table;margin: 0 auto;}
.footer-minimal .footer-widget .textwidget{margin-top: 40px;}
.footer-minimal .footer-widget p{text-align: center;line-height: 30px;}
.light{background:#fff;}

.footer_bt  a.logo-text { color: #fff !important;
line-height: 1;
margin-top: 15px;
margin-bottom: 25px;
display: block; }

.follow-widget {
position: fixed;
top: 0;
background:#fff;
left: -330px;
width: 330px;
height: 100%;
z-index: 88888;
-webkit-transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
transition: all 0.8s ease;
}
.logged-in .follow-widget { top: 32px; }
.follow-widget.ackapa { left:0; }
.follow-widget .follow-icon {background: #ffc900;
width: 33px;
height: 33px;
text-align: center;
line-height: 50px;
position: absolute;
font-size: 23px;
top: 66px;
color: #000;
right: -75px;
cursor: pointer;
-webkit-transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
transition: all 0.8s ease;
}
.follow-widget.ackapa .follow-icon {right: 10px; top: 10px; background: #444;}
.social-content { height: 100%; background:#111;padding-top:40px;padding-bottom:80px;}
.social-content .sidebar-widget{background: #111; padding: 30px 40px; margin-bottom: 0px;}
.social-content .sidebar-widget h6, .social-content .sidebar-widget h6 a {color: #fff; font-family: 'Lato', serif; font-weight: 900; font-size: 14px;position:relative;margin-top:0px; }
.social-content .sidebar-widget > h6:before { content: ''; background: url(../img/icon.png) no-repeat 0 0; height: 14px; width: 20px; display: inline-block; margin-right: 10px;position:absolute;left:-40px;}
.social-content .sidebar-widget p{color:#fff;}

.social-content .bliccaThemes-tag-cloud ul li{margin: 0 9px 11px 0; background: #000; border: 1px solid #555; padding: 8px 16px; line-height: 50px; }
.social-content .bliccaThemes-tag-cloud ul li a{font-size: 13px; color: #fff; font-weight: 400; font-family: 'Lato'; font-size: 13px!important;}
.social-content .bliccaThemes-tag-cloud ul li:hover{padding: 8px 16px; background:#ffc900;}
.social-content .bliccaThemes-tag-cloud ul li:hover a{color:#000;}

.social-content .bliccaThemes-recent-post h6 a, .social-content .bliccaThemes-recent-post h6 { font-size: 13px; line-height: 21px; margin-top: 0;font-weight:400; }
.logosidebar{margin-bottom:15px;}

.apsc-theme-4 .apsc-each-profile a{border-radius:0;padding: 8px 10px 8px 10px;}
.apsc-theme-4 .apsc-each-profile{float:none;margin:0 0 10px 0;}
.apsc-theme-4 .apsc-count{float:right;font-size:12px;font-family:'Lato'; font-weight:400;}
.apsc-theme-4 .media-name{font-family:'Lato'; font-size:12px; font-weight:bold;  padding: 0 6px 0 10px;text-transform:uppercase;}
.apsc-theme-4 .apsc-each-profile a:hover .fa{
    transform: scale(1) translateZ(0px);
    -webkit-transform:scale(1) translateZ(0px);
    -ms-transform: scale(1) translateZ(0px);
}

.follow-icon-container { position: relative; margin: 12px 11px; }
.follow-widget .follow-icon span { 
display: block;
position: absolute;

width: 12px;
height: 2px;
background-color: #000;
-webkit-transition: all .4s ease;
transition: all .4s ease;  
}

.follow-widget .line1 {
top: 0px;
-webkit-transition: background .4s ease;
transition: all .8s ease;    
}

.follow-widget .line2 {
top: 4px;
-webkit-transition: background .4s ease;
transition: all .8s ease;    
}

.follow-widget .line3 {
top: 8px;
-webkit-transition: background .4s ease;
transition: all .8s ease;    
}

.follow-widget.ackapa .line1 {
top: 4px;
transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
  background:#fff;
}

.follow-widget.ackapa .line2 {
top: 4px;
opacity: 0;
}

.follow-widget.ackapa .line3 {
top: 4px;
transform: matrix(-0.7071, 0.7071, -0.7071, -0.7071, 0, 0);
  background:#fff;
}
/********************/
/* Responsive Query */
/********************/
@media (min-width: 1200px) and (max-width: 1280px) {
/* Header */  

/* Blog */
.masonry-blog .post-item { width: 31%; }
.post-item .facebook-share, .post-item .twitter-share, .post-item .pinterest-share, .post-item .google-share, .post-item .tumblr-share, .post-item .linkedin-share, .post-item .stumbleupon-share, .post-item .mail-share { display: inline-block; float: none; }
.post-item .socials {
position: relative;
bottom: auto;
left: auto;
overflow: hidden;
margin-bottom: 35px;
text-align: center;
}
.post-item .social-share-icon { display: none; }  
}


@media (max-width: 1200px) {
.bliccaThemesBox { width: 992px; }  

/* Blog */
.masonry-blog .post-item { width: 31%; }
.featured-right { width: 580px; padding-top: 30px; }
.author-bio { float: left; width: 75%;}
.follow-widget .follow-icon {top: 130px; right: -33px; }  
}

@media (min-width: 768px) and (max-width: 992px) {
.bliccaThemesBox { width: 768px; }   
/* Header */ 
.navbar-collapse { overflow-x: hidden; }
.navbar-nav { margin-left: 50px; } 
.navbar-toggle { margin-top: 34px; }  
.mobil { width: 100%; overflow: hidden; }
.header-2 .header-social { width: 100%; }  
/* Blog */ 
.masonry-blog .post-item { width: 48%; }
/* Misc */
.bliccaThemes-gallery-item { width: 45%; }
.author-meta { text-align: center; }
.author-bio { width: 100%; }
.author-meta .avatar { float: none; margin: 0 auto; }
#bliccaThemes-layout .wpp-list li { width: 270px; }
.follow-widget .follow-icon {top: 130px; right: -33px; }
.portfolio-single-page .related-posts .related-item  { width: 50%; }  
}

@media (max-width: 767px) {
.bliccaThemesBox { width: auto; margin-right: auto; margin-left: auto; padding: 0 10px; }   
/* Header */  
.navbar-nav>li { display: block; }
.header-1 .navbar-nav>li>a { padding: 10px 0; }
.navbar-collapse { overflow-x: hidden; }
.dropdown-menu { width: 100%; text-align: center; } 
.dropdown-menu .dropdown-menu { left: auto; position: relative; }
.navbar-nav { margin-left: 50px; }
.navbar-toggle { margin-top: 34px; } 
.mobil { width: 100%; overflow: hidden; }
.bt-logo, .header-social { width: 100%; }
.navbar-nav>li:last-child, .navbar-nav>li { background: none; }  
/* Blog */
.featured-item { width: 100% !important; }  
.quoto-link-over { position: relative; background: transparent; }
.masonry-blog .post-item { width: 100%; }
.masonry_2 .masonry-blog .post-item { width: 100%; }
.search .bt-classic .sidebar { margin-top: 25px; }  
/* Misc */
.bliccaThemes_flickr_item_small { margin-right: 2.86% !important; }
.bliccaThemes-gallery-item { width: 45%; }
.author-meta { text-align: center; }
.author-bio { width: 100%; }
.author-meta .avatar { float: none; margin: 0 auto; }
.follow-widget .follow-icon {top: 130px; right: -33px; }
.bt-category { margin-top: 0; }
.related-posts .related-item { width: 100%; margin-bottom: 25px; }
.portfolio-content-right, .portfolio-content-left { width: 100%; padding-left: 0; }
.portfolio-single-page .related-posts .related-item { width: 50%; }
.portfolio-header-left { width: 100%; }
.portfolio-header-right { width: 100%; float: right; }
.portfolio-header-right .zilla-likes-count { top: 91px; }  
.bliccaThemes-header-search { display: none; }
.featured-item-absolute { position: relative; }
.nextpost, .prevpost { display: none; }  
}

@media (max-width: 480px) {
.bliccaThemesBox { width: auto; margin-right: auto; margin-left: auto; padding: 0; }   
/* Header */  
.navbar-nav>li { display: block; }
.header-1 .navbar-nav>li>a { padding: 10px 0; }
.header-2 .navbar-nav>li>a { padding: 10px 0; }
.navbar-collapse { overflow-x: hidden; }
.dropdown-menu { width: 100%; text-align: center; }
.dropdown-menu .dropdown-menu { left: auto; position: relative; }
.navbar-nav { margin-left: 50px; }
.header-2 .navbar-nav { margin: 0; }
.navbar-toggle { margin-top: 34px; }
.mobil { width: 100%; overflow: hidden; } 
.logo_center .navbar-nav>li { display: block; } 
.follow-widget .follow-icon {top: 130px; right: -33px; } 
.bt-logo, .header-social { width: 100%; }
.header-2 .bt-logo {
  line-height: 40px;
}  
.site-description { text-align: right; font-size: 10px; }
.header-2 .site-description {
  line-height: 30px;
  display: block;
}  
.navbar-nav>li:last-child, .navbar-nav>li { background: none; }
.header-2 .header-social { width: 100%; }    
/* Blog */
.featured-item { width: 100% !important; }
.quoto-link-over { position: relative; background: transparent; }
.quoto-link-over h3.quoto-link-content { font-size: 14px; }  
.masonry-blog .post-item { width: 100%; }
.masonry_2 .masonry-blog .post-item { width: 100%; }
.search .bt-classic .sidebar { margin-top: 25px; }  
/* Misc */
.bliccaThemes-gallery-item { width: 100%; }
.author-meta { text-align: center; }
.author-bio { width: 100%; }
.author-meta .avatar { float: none; margin: 0 auto; }
#bliccaThemes-layout .wpp-list li { width: 100%; } 
.masonry_2 .masonry-blog .post-item { width: 100%; }
a.logo-text { font-size: 23px; }
.social-content { padding-top: 60px; }   
.follow-widget.ackapa .follow-icon { top:0; left: 50%; margin-left: -25px; border: 1px solid #fff; }
.sidebar-widget h6 { font-size: 18px; }
.sidebar-widget .bliccaThemes-recent-post h6, .sidebar-widget .bliccaThemes-recent-post h6 a { font-size: 15px; line-height: 18px; }  
.popular-date { font-size: 10px;color:#777; }
.bt-category { margin-top: 0; }
.related-posts .related-item { width: 100%; margin-bottom: 25px; }
.portfolio-item { width: 100%; }
.portfolio-content-right, .portfolio-content-left { width: 100%; padding-left: 0; }
.portfolio-single-page .related-posts .related-item { width: 100%; }
.portfolio-header-left { width: 100%; }
.portfolio-header-right { width: 100%; float: right; }
.portfolio-header-right .zilla-likes-count { top: 91px; }  
.bliccaThemes-header-search { display: none; }
.featured-item-absolute { position: relative; }
.nextpost, .prevpost { display: none; }
.featured-item-title { width: 100%; font-size: 16px; }  
}