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

Project:  Wild Travel Blog
Version:  1.0.0
Author: bliccaThemes

1. Font and Default Elements
   1.1 Header Style
       1.1.1 Dropdown Style
       1.1.2 Mega Dropdown Style
       1.1.3 Minimal Menu
       1.1.4 Responsive Menu
       1.1.5 Top Section
       1.1.6 Header Widgets ( search, cart, social, extra menu etc.)
   1.2 Buttons
   1.3 Caption 

2. Blog Styles
   2.1 Single Blog Styles
   2.2 Post Formats
   2.3 Misc
   2.4 Pagination

3. Comment Section

4. Sidebar and Widgets
   4.1 Widgets
   Archive, NavMenu, Select, List Menu, Calender, Recent Post, RSS, Search, Tags
   4.2 Sidebar Styles

5. Contact Form

6. WordPress Common Elements ( Drop cap, Highlight, List, Sticky, Image, Quotes, Message Boxes )

7. Theme Shortcodes for Visual Composer

9. Footer and Widgets

10. Owl Carousel Styles

- Responsive Queries

-------------------------------------------------------------------*/
/***********************/
/* 1. Fonts and Common */
/***********************/

body { font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; -webkit-font-smoothing: antialiased;word-wrap: break-word; overflow-wrap: break-word; /* Renamed property in CSS3 draft spec */ font-size: 15px; overflow-x: hidden;  }

a:active { text-decoration: none; }
a:active, a:focus {
outline: thin dotted;
outline: 0 !important;
outline-offset: 0 !important;
}

h1, .h1, h2, .h2, h3, .h3 { font-family: 'Changa One', "Lucida Grande", sans-serif; line-height: 1.22222; margin: 10px 0 15px 0; }
h4, h5, h6 { margin: 5px 0 10px 0; }
.page-outer h1, .page-outer h2, .page-outer h3, .page-outer h4, .page-outer h5, .page-outer h6 { clear: both; }
.blog-inner h1, .blog-inner h2, .blog-inner h3, .blog-inner h4, .blog-inner h5, .blog-inner h6 { clear: both; }

.columncenter{text-align:center;}
.customize-support .full .container { width: 100%; }
#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;
width: 1500px;
margin: 0 auto;
overflow: hidden;  
}
.bliccaThemes-header>.container { padding: 0 30px; }
.bliccaThemes-waypoint,  .footer_bliccaThemes { padding-left: 15px; padding-right: 15px; }
.enable_fixhead .bliccaThemesBox .bliccaThemes-header { left: 0; right: 0; margin-left: auto; margin-right: auto;  max-width: 1200px; }
#bliccaThemes-loader {
    background: #fff;
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index: 99999;
    pointer-events: none;
    margin: 0;
    padding: 0;
}

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;
}

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


.bt-reset-pd { padding-left: 0 !important; padding-right: 0 !important; }
.ui-helper-reset{line-height:inherit;}
/**************/
/* 1.1 Header */
/**************/
/* reset */
.navbar { margin-bottom: 0; }
.navbar-default .navbar-collapse, .navbar-default .navbar-form { border: none; } 
.navbar-default { background: transparent; border: none; padding: 23px 0 22px; box-shadow: none; display: table; width: 100%; }  
.navbar-collapse { padding: 0; display: block; }
.navbar-toggle { display: none; }
/* logo */
.logo, .stickylogo {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.stickylogo { display: none; }
.on-sticky .logo { display: none;}
.on-sticky .stickylogo { display: block;}
a.logo-text { }

.bliccaThemes-header {
width: 100%;
top: 0;
left: 0;
z-index: 3000;
-webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
}

.header-classic .navbar-header { float: left; margin-right: 48px; } 
.header-classic .navbar-collapse { float: left; }
.header-classic .navbar-nav > li { float: left; position: static; }
.header-classic .navbar-nav > li a { line-height: 1; }

/* navigation full */
.header-navfull2.off-sticky{ -webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); }
.header-navfull2.on-sticky{ top: -67px; -webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); }
.header-navfull-style.header-style1 .navbar-default, .header-navfull-style.header-style2 .navbar-default, .header-navfull-style.header-style3 .navbar-default, .header-navfull-style.header-style5 .navbar-default, .header-navfull-style.header-style6 .navbar-default, .header-navfull-style.header-style7 .navbar-default, .header-navfull-style.header-style8 .navbar-default, .header-navfull-style.header-style9 .navbar-default, .header-navfull-style.header-style10 .navbar-default, .header-navfull-style.header-style11 .navbar-default { padding-top: 18px; padding-bottom: 0; }
.header-navfull-style .nav.navbar-nav { float: left; }
.header-navfull-style .navbar-nav > li { float: left; position: static; }
.header-navfull-style .navbar-nav > li a { line-height: 1; }

.center-logo-area { width: 14%; float: left; }
.header-navfull2 .center-logo-area img { margin: 0 auto; }
.header-navfull-style .center-logo-area { padding-bottom: 18px; }
.header-navfull .center-logo-area { width: auto; }

.bt-before-logo, .bt-after-logo  { 
    width: 43%; float: left; min-height: 1px; 
    display: -moz-box;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-align: center;
    display: -ms-flexbox;
    -ms-flex-align: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}

.header-navfull .bt-after-logo { float: none; width: auto; }


.bt-after-logo { justify-content: flex-end; }
.bt-before-logo > div { float: left; } 
.bt-after-logo > div { float: right; }
.bt-before-logo > div:last-child, .bt-after-logo > div:last-child { margin-right: 0; }
.bt-full-nav { overflow: hidden; }

/* full nav header style 4 */
.header-navfull-style.header-style4 .navbar-default { padding-top: 30px; padding-bottom: 0; }
.header-navfull-style.header-style4 .center-logo-area { padding-bottom:28px; }
.header-navfull-style.header-style4 .bt-full-nav { padding-bottom: 17px; padding-top: 12px; } 

/* header style 10 */
.header-navfull-style.header-style10 .nav>li>a { padding: 18px 24px 19px; font-size: 11px; }
.header-navfull-style.header-style10 .nav>li.menu-item-has-children>a { padding-right: 31px; }
.header-navfull-style.header-style10 .nav>li.menu-item-has-children>a:after {font-family: "FontAwesome"; content: "\f078"; font-size: 9px; font-weight: normal !important; position: absolute; top: 19px; right: 14px; }

/*misc*/
.logged-in .bliccaThemes-header { top:32px !important;}
/***********************************/
/* Fixed Header and Sticky Options */
/***********************************/
.enable_sticky .bliccaThemes-header.on-sticky { max-width: 100%; }
.enable_sticky .bliccaThemes-header.on-sticky, .enable_fixhead .bliccaThemes-header.off-sticky {  max-width: 100%; position: fixed; -webkit-transition: all 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000);}
.disable-sticky .bliccaThemes-header.on-sticky, .enable_fixhead.disable-sticky .bliccaThemes-header.on-sticky { position: static; -webkit-transition: all 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000);}

.enable_fixhead .bliccaThemes-header.off-sticky { background: transparent; }

/********/
/* icon */
/********/
.menu-item-icon { margin-right: 8px; }
/******************/
/* header style 1 
   bottom border  */
/******************/
.header-style1 .navbar-default {
  background: transparent;
  border: none;
  padding: 23px 0 22px;
  box-shadow: none;
  display: table;
  width: 100%;
}
.header-style1 .nav>li { padding: 0 30px; }
.header-style1 .nav>li>a { padding: 12px 0 9px; border-bottom: 1px solid transparent; font-weight: 600; color: #969595; }
.header-style1 .navbar-nav>li>:last-child>a { padding-right:0; }

.header-style1 .navbar-default .navbar-nav>.firstitem.current-menu-item>a, 
.header-style1 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:hover, 
.header-style1 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:focus, 
.header-style1 .navbar-default .navbar-nav>.firstitem.current-menu-ancestor>a,
.header-style1 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a, 
.header-style1 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:hover, 
.header-style1 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:focus, 
.header-style1 .navbar-default .navbar-nav>li>a:hover, 
.header-style1 .navbar-default .navbar-nav>li>a:focus { color: #313131; border-bottom: 1px solid #adc867; background: transparent; }


/******************/
/* header style 2 
   left border    */
/******************/
.header-style2 .navbar-default {
  background: transparent;
  border: none;
  padding: 28px 0;
  box-shadow: none;
  display: table;
  width: 100%;
}
.header-style2 .nav>li { padding: 10px 20px 3px; }
.header-style2 .nav>li>a { padding: 5px 9px 5px 8px; border-left: 2px solid transparent; font-weight: 600; color: #adc867; }
.header-style2 .navbar-nav>li>:last-child>a { padding-right:0; }

.header-style2 .navbar-default .navbar-nav>.firstitem.current-menu-item>a, 
.header-style2 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:hover, 
.header-style2 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:focus, 
.header-style2 .navbar-default .navbar-nav>.firstitem.current-menu-ancestor>a,
.header-style2 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a, 
.header-style2 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:hover, 
.header-style2 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:focus, 
.header-style2 .navbar-default .navbar-nav>li>a:hover, 
.header-style2 .navbar-default .navbar-nav>li>a:focus { color: #adc867; border-left: 2px solid #adc867; background: transparent; }


/******************/
/* header style 3 
   rounded bg     */
/******************/
.header-style3 .navbar-default {
  background: transparent;
  border: none;
  padding: 34px 0 33px;
  box-shadow: none;
  display: table;
  width: 100%;
}
.header-style3 .nav>li { padding: 4px 6px 4px; }
.header-style3 .nav>li>a { padding: 10px 20px; background: #fff; color: #969595; font-weight: 400; border-radius: 13px; }
.header-style3 .navbar-nav>li>:last-child>a { padding-right:0; }

.header-style3 .navbar-default .navbar-nav>.firstitem.current-menu-item>a, 
.header-style3 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:hover, 
.header-style3 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:focus, 
.header-style3 .navbar-default .navbar-nav>.firstitem.current-menu-ancestor>a,
.header-style3 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a, 
.header-style3 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:hover, 
.header-style3 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:focus, 
.header-style3 .navbar-default .navbar-nav>li>a:hover, 
.header-style3 .navbar-default .navbar-nav>li>a:focus { background: #adc867; color: #fff;  }


/******************/
/* header style 4 
   rounded border */
/******************/
.header-style4 .navbar-default {
  background: transparent;
  border: none;
  padding: 20px 0 21px;
  box-shadow: none;
  display: table;
  width: 100%;
}
.header-bottom-nav.header-style4 .navbar-default { padding: 0; }
.header-style4 .nav>li { padding: 7px 17px 4px; }
.header-bottom-nav.header-style4 .nav>li { padding: 20px 17px 21px; }
.header-style4 .nav>li>a { padding: 7px 13px 7px; background: #fff; color: #969595; font-size: 11px; font-weight: 400; border: 1px solid transparent; border-radius: 13px; -webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);}
.header-style4 .navbar-nav>li>:last-child>a { padding-right:0; }

.header-style4 .navbar-default .navbar-nav>.firstitem.current-menu-item>a, 
.header-style4 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:hover, 
.header-style4 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:focus, 
.header-style4 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a, 
.header-style4 .navbar-default .navbar-nav>.firstitem.current-menu-ancestor>a,
.header-style4 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:hover, 
.header-style4 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:focus, 
.header-style4 .navbar-default .navbar-nav>li>a:hover, 
.header-style4 .navbar-default .navbar-nav>li>a:focus { border-color: #adc867; color: #adc867; background: transparent; }


/******************/
/* header style 5 
   square bg     */
/******************/
.header-style5 .navbar-default {
  background: transparent;
  border: none;
  padding: 34px 0 33px;
  box-shadow: none;
  display: table;
  width: 100%;
}
.header-style5 .nav>li { padding: 4px 6px 4px; }
.header-style5 .nav>li>a { padding: 10px 20px; background: #fff; color: #969595; font-weight: 400;}
.header-style5 .navbar-nav>li>:last-child>a { padding-right:0; }

.header-style5 .navbar-default .navbar-nav>.firstitem.current-menu-item>a, 
.header-style5 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:hover, 
.header-style5 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:focus, 
.header-style5 .navbar-default .navbar-nav>.firstitem.current-menu-ancestor>a,
.header-style5 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a, 
.header-style5 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:hover, 
.header-style5 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:focus, 
.header-style5 .navbar-default .navbar-nav>li>a:hover, 
.header-style5 .navbar-default .navbar-nav>li>a:focus { background: #adc867; color: #fff;  }


/******************/
/* header style 6 
   square border     */
/******************/
.header-style6 .navbar-default {
  background: transparent;
  border: none;
  padding: 24px 0 22px;
  box-shadow: none;
  display: table;
  width: 100%;
}
.header-style6 .nav>li { padding: 0 10px; }
.header-style6 .nav>li>a { padding: 11px 17px 12px; border: 2px solid transparent; color: #969595; font-weight: 700;-webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);}
.header-style6 .navbar-nav>li>:last-child>a { padding-right:0; }

.header-style6 .navbar-default .navbar-nav>.firstitem.current-menu-item>a, 
.header-style6 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:hover, 
.header-style6 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:focus,
.header-style6 .navbar-default .navbar-nav>.firstitem.current-menu-ancestor>a,
.header-style6 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a, 
.header-style6 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:hover, 
.header-style6 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:focus, 
.header-style6 .navbar-default .navbar-nav>li>a:hover, 
.header-style6 .navbar-default .navbar-nav>li>a:focus { border-color: #adc867; color: #adc867; background: transparent; }


/******************/
/* header style 7 
   full height    */
/******************/
.header-style7 .navbar-default {
  background: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
  display: table;
  width: 100%;
}
.header-style7 .navbar-header { padding-top: 23px; }
.header-style7 .nav>li { padding: 0 6px 0; }
.header-style7 .nav>li>a { padding: 38px 24px 38px; background: transparent; color: #969595; font-weight: 600;}
.header-style7 .navbar-nav>li>:last-child>a { padding-right:0; }

.header-style7 .navbar-default .navbar-nav>.firstitem.current-menu-item>a, 
.header-style7 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:hover, 
.header-style7 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:focus, 
.header-style7 .navbar-default .navbar-nav>.firstitem.current-menu-ancestor>a,
.header-style7 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a, 
.header-style7 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:hover, 
.header-style7 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:focus, 
.header-style7 .navbar-default .navbar-nav>li>a:hover, 
.header-style7 .navbar-default .navbar-nav>li>a:focus { background: #adc867; color: #fff;  }


/******************/
/* header style 8 
   full top border    */
/******************/
.header-style8 .navbar-default {
  background: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
  display: table;
  width: 100%;
}
.header-style8 .navbar-header { padding-top: 23px; }
.header-style8 .nav>li { padding: 0 6px 0; }
.header-style8 .nav>li>a { padding: 36px 24px 38px; background: transparent; border-top: 2px solid transparent; color: #969595; font-weight: 600;}
.header-style8 .navbar-nav>li>:last-child>a { padding-right:0; }

.header-style8 .navbar-default .navbar-nav>.firstitem.current-menu-item>a, 
.header-style8 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:hover, 
.header-style8 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:focus,
.header-style8 .navbar-default .navbar-nav>.firstitem.current-menu-ancestor>a,
.header-style8 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a, 
.header-style8 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:hover, 
.header-style8 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:focus, 
.header-style8 .navbar-default .navbar-nav>li>a:hover, 
.header-style8 .navbar-default .navbar-nav>li>a:focus { background: transparent; color: #313131; border-top: 2px solid #adc867}


/******************/
/* header style 9
   full top border    */
/******************/
.header-style9 .navbar-default {
  background: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
  display: table;
  width: 100%;
}
.header-style9 .navbar-header { padding-top: 23px; }
.header-style9 .nav>li { padding: 0 6px 0; }
.header-style9 .nav>li>a { padding: 36px 24px 38px; background: transparent; border-bottom: 2px solid transparent; color: #969595; font-weight: 600;}
.header-style9 .navbar-nav>li>:last-child>a { padding-right:0; }

.header-style9 .navbar-default .navbar-nav>.firstitem.current-menu-item>a, 
.header-style9 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:hover, 
.header-style9 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:focus, 
.header-style9 .navbar-default .navbar-nav>.firstitem.current-menu-ancestor>a,
.header-style9 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a, 
.header-style9 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:hover, 
.header-style9 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:focus, 
.header-style9 .navbar-default .navbar-nav>li>a:hover, 
.header-style9 .navbar-default .navbar-nav>li>a:focus { background: transparent; color: #313131; border-bottom: 2px solid #adc867}


/******************/
/* header style 10
   full height border    */
/******************/
.header-style10 .navbar-default {
  background: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
  display: table;
  width: 100%;
}
.header-style10 .navbar-header { padding-top: 23px; }
.header-style10 .nav>li { padding: 0 0; }
.header-style10 .nav>li>a { padding: 36px 24px 38px; background: transparent; border-left: 1px solid #adc867; color: #969595; font-weight: 600;}
.header-style10 .nav>li:last-child>a { border-right: 1px solid #adc867; };
.header-style10 .navbar-nav>li>:last-child>a { padding-right:0; }

.header-style10 .navbar-default .navbar-nav>.firstitem.current-menu-item>a, 
.header-style10 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:hover, 
.header-style10 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:focus,
.header-style10 .navbar-default .navbar-nav>.firstitem.current-menu-ancestor>a,
.header-style10 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a, 
.header-style10 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:hover, 
.header-style10 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:focus, 
.header-style10 .navbar-default .navbar-nav>li>a:hover, 
.header-style10 .navbar-default .navbar-nav>li>a:focus { background: #adc867; color: #fff; border-color: #adc867; }


/******************/
/* header style 11 
   only links    */
/******************/
.header-style11 .navbar-default {
  background: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
  display: table;
  width: 100%;
}
.header-style11 .navbar-header { padding-top: 23px; }
.header-style11 .nav>li { padding: 0 6px 0; }
.header-style11 .nav>li>a { font-family: 'Dosis', sans-serif; font-size: 14px; padding: 33px 14px 33px; background: transparent; color: #969595; font-weight: 700;}
.header-style11 .navbar-nav>li>:last-child>a { padding-right:0; }

.header-style11 .navbar-default .navbar-nav>.firstitem.current-menu-item>a, 
.header-style11 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:hover, 
.header-style11 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:focus, 
.header-style11 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a, 
.header-style11 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:hover, 
.header-style11 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:focus, 
.header-style11 .navbar-default .navbar-nav>li>a:hover, 
.header-style11 .navbar-default .navbar-nav>li>a:focus { background: transparent; color: #adc867;  }
.header-style11 .navbar-default .navbar-nav>.dropdown>a:after { font-size: 8px; margin-left: 5px; font-family: "FontAwesome"; content: "\f078"; display: inline-block;  -moz-transform: translateY(-3px); -webkit-transform: translateY(-3px); -o-transform: translateY(-3px); -ms-transform: translateY(-3px); transform: translateY(-3px);} 
/*******************************/
/* header style 12 
   bordered only navigation    */
/*******************************/
.header-style12 .navbar-default {
  background: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
  display: table;
  width: 100%;
}
.header-style12 .navbar-header { padding-top: 23px; }
.header-style12 .nav>li { padding: 0 6px 0; }
.header-style12 .nav>li>a { padding: 38px 24px 38px; background: transparent; color: #969595; font-weight: 600;}
.header-style12 .navbar-nav>li>:last-child>a { padding-right:0; }

.header-style12 .navbar-default .navbar-nav>.firstitem.current-menu-item>a, 
.header-style12 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:hover, 
.header-style12 .navbar-default .navbar-nav>.firstitem.current-menu-item>a:focus, 
.header-style12 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a, 
.header-style12 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:hover, 
.header-style12 .navbar-default .navbar-nav>.firstitem.current-menu-parent>a:focus, 
.header-style12 .navbar-default .navbar-nav>li>a:hover, 
.header-style12 .navbar-default .navbar-nav>li>a:focus { background: transparent; color: #adc867;  }
.header-style12{ border-bottom: 1px solid rgba(255,255,255,0.2);}
.header-style12 .navbar-header{padding-top: 18px; padding-bottom: 18px; padding-right: 70px; border-right: 1px solid rgba(255,255,255,0.2);}
.header-style12 .bt-after-navigation{padding-left: 28px; margin-left: 30px; border-left: 1px solid rgba(255,255,255,0.2);}

/***************/
.header-fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 2999;  
background: rgba(0,0,0,0.5); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
-webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
-ms-transition: all 0.8s;
-o-transition: all 0.8s;
transition: all 0.8s;   
}

.header-fixed .navbar-default { background-color: transparent; }

/*************************/
/* 1.1.1 Dropdown Menu   */
/*************************/
.navbar-right .dropdown-menu { left: 0px; right: auto; }
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {}

.dropdown-menu .dropdown-menu { left: 100%; top: 0; margin-left: 0; }
.dropdown-menu>li.dropdown>a:after { 
content: "\f105"; 
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
color: #adc867;
position: absolute;
right: 30px;  
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}


.dropdown-menu { 
  margin: 0px;
  padding: 0px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  min-width: 270px;
  z-index: 1005;
  background-color: #fff;
  
}
.navbar-nav>li>.dropdown-menu{ padding-bottom: 0px; left: auto; border: 1px solid #f1f1f1; border-top: 2px solid #adc867; }
.dropdown-menu>li>a { 
color: #969595;
font-size:13px;
padding: 20px 30px;  
overflow: hidden;
z-index: 1;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:active{background: #f9f9f9; color:#969595;}


/******************************/
/* 1.1.2 MEGA DROPDOWN MENU   */
/******************************/
.multi.dropdown { position: static;}
.multi .dropdown-menu .dropdown:after { content:""; }
.navbar-right .dropdown-menu.multimenu {
  right:0;
  left: auto;
  padding-top: 30px;
  padding-bottom: 50px; 
}
.multi > ul {
  width: 100%;
  left: 0!important;
  top: 100%;
  margin-top: 0!important;
  overflow: hidden;
  padding: 0;
  border-top:1px solid #e4e4e4;
}

.multi.dropdown > ul > li { width: 25%; float:left; padding:10px 0px 30px 0px;border-right: 1px solid #f1f1f1; }

.multi.dropdown > ul ul.dropdown { margin:0; padding:0; display: block!important; position: relative !important; top: auto; left: auto;}

.multi.dropdown .dropdown-menu>.dropdown>.dropdown-menu { position: relative; top: auto; left: auto; display: block !important; }

.multi .dropdown-menu>li>a
{ 
  font-size: 14px;
  color: #313131;
  font-weight: 600;
  cursor: text;
  pointer-events: none;
  padding-right: 0; 
  padding-left:40px;
}

.multi .dropdown-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  
}

.multi .dropdown-menu ul li {
  padding:0;
}
.multi .dropdown-menu>li:last-child>a { border-radius: 0px!important; }

.multi .dropdown-menu li>ul>li>a {
  font-size:13px;padding: 15px 0 15px 40px; 
  overflow: hidden;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  display:block;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);  
}

.multi .dropdown-menu li>ul>li>a{  color: #969595;}

.multi .dropdown-menu li>ul>li>a:hover {
  color: #969595;
  background:#f9f9f9;
}

.multi .dropdown-menu>li.dropdown>a:after { content: ""; display: none; }

.multi.mega_style_32.dropdown > ul > li:nth-child(1) { width: 23.2%; }
.multi.mega_style_32.dropdown > ul > li:nth-child(2) { width: 45.2%; }
.multi.mega_style_32.dropdown > ul > li:nth-child(3) { width: 31.6%; }

.multi.dropdown > ul > li .header-mega-widget{padding-left:40px;padding-right:40px;}
/* Mega Menu Woocommerce Widget Styles */
.multi.dropdown > ul > li > .header-mega-widget.woocommerce{}
.multi.dropdown > ul > li > .header-mega-widget h4{font-size: 14px; color: #313131; font-weight: 600; cursor: text; pointer-events: none; padding: 20px 0px; margin-top: 0px;}
.multi.dropdown > ul > li > .header-mega-widget.woocommerce ul.product_list_widget > li{padding-bottom: 20px; border-bottom: 1px solid #f1f1f1; margin-bottom: 20px;}
.multi.dropdown > ul > li > .header-mega-widget.woocommerce ul.product_list_widget > li:last-child{padding-bottom:0px;border:none;margin-bottom:0px;}
.multi.dropdown > ul > li > .header-mega-widget.woocommerce ul.product_list_widget > li img{width:70px;}
/* Mega Menu Awesome Features Widget Styles */
img.widgetimg{}
h3.widgettitle {font-size:15px;font-weight:400;color:#313131;margin-top:20px;margin-bottom:30px;}
.widgetbutton a{color:#ffffff; background: #adc867;margin:10px 10px 0px 0px;font-weight:400; border-radius:0px;line-height:inherit!important;} 
.widgetbutton a:hover{color:#ffffff ; background:#313131 ;}
.widgetbutton2 a{color:#ffffff; background: #313131;margin:10px 10px 0px 0px;font-weight:400; border-radius:0px;line-height:inherit!important;} 
.widgetbutton2 a:hover{color:#ffffff ; background:#adc867 ;}
/* Mega Menu Recent Post Styles */
.multi.dropdown > ul > li .widget_recent_entries h4{text-transform:uppercase;}
.multi.dropdown > ul > li .widget_recent_entries .bliccaThemes-recent-post-widget a img{float:left;margin-right:10px;width:60px;}
.multi.dropdown > ul > li .widget_recent_entries .bliccaThemes-recent-post-widget h6{margin:0px;}
.multi.dropdown > ul > li .widget_recent_entries .bliccaThemes-recent-post-widget h6 a{color:#313131;}
.multi.dropdown > ul > li .widget_recent_entries .bliccaThemes-recent-post-widget .popular-date{font-size:10px;}
.multi.dropdown > ul > li .widget_recent_entries .bliccaThemes-recent-post-widget .bliccaThemes-recent-post{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #f1f1f1;}
.multi.dropdown > ul > li .widget_recent_entries .bliccaThemes-recent-post-widget .bliccaThemes-recent-post:last-child{margin-bottom:0px;padding-bottom:0px;border-bottom:none;}

/***********************************/
/* 1.1.3 Header Minimal and Mobile */
/***********************************/
.bliccaThemes-header.opened-minimal-menu { height: 100%; }
.minimal-menu-container { padding-top: 96px; padding-left: 64px;  padding-bottom: 200px; height: 100%;
    webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.opened-minimal-menu .minimal-menu-container{ 
  background: rgba(50,170,256,0.85);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.minimal-menu { display: none; 
    webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.minimal-menu-scroll { max-height: 910px; }
.opened-minimal-menu .minimal-menu-scroll { max-height: 910px; overflow-y: scroll; }
.minimal-logo { 
    display: inline-block;
    webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.minimal-menu-button { font-size: 40px; color: #fff; cursor: pointer; position: absolute; right: 0; top: 0;
    webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.minimal-menu-button .fa-times { display: none; 
    webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  font-size:24px;
}

.opened-minimal-menu .minimal-menu { display: block; text-align: center; margin-top: 150px; } 
.opened-minimal-menu .col-md-8 { width: 100%; margin-left: 0; text-align: center;}

.minimal-menu .navbar-nav>li>a { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 40px; color: #fff; padding: 19px 0; 
    webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.minimal-menu .navbar-nav>li>a:hover, .minimal-menu .navbar-nav>li>a:focus{background:none;}
.minimal-menu .sub-menu { 
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 0px; 
    webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.minimal-menu .dropdown:hover > .sub-menu {  visibility: visible;
  opacity: 1;
  height: auto;
      padding: 9px 0 9px 0;
    webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.minimal-menu .sub-menu a { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 16px; color: #fff; padding: 8px 0; 
    webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.enable_sticky .bliccaThemes-header.on-sticky .minimal-menu-container { padding-top: 15px; padding-left: 64px; padding-bottom: 15px; }
.enable_sticky .bliccaThemes-header.on-sticky.opened-minimal-menu .minimal-menu-container { padding-top: 96px; padding-left: 64px;  padding-bottom: 200px;  }

/*************************/
/* 1.1.4 Responsive Menu */
/*************************/
.responsive-menu-container { 
  overflow: hidden; max-height: 0; text-align: center; 
    webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.responsive-navigation-button { display: none; font-size: 32px; position: absolute;right: 40px;top: 50%; margin-top: -16px; cursor: pointer; }
.responsive-menu-container .mobile-navigation>li { list-style-type: none; }
.responsive-menu-container .mobile-navigation>li>a { font-weight: 700; font-size: 25px; color: #fff; padding: 12px 0; display: inline-block; }
.responsive-menu-container .sub-menu { display: none; padding: 5px 0 10px 0; list-style-type: none; }
.responsive-menu-container .dropdown-icon { display: none; }
.responsive-menu-container .dropdown > a > .dropdown-icon { font-size: 15px; position: absolute; right: 15px; top: 0; display:block; width: 30px; height: 30px; }
.responsive-menu-container .mobile-navigation > .dropdown > a > .dropdown-icon { top: 15px; }
.responsive-menu-container .sub-menu a { font-size: 16px; color: #fff; padding: 8px 0; }

/*********************/
/* 1.1.5 Top Section */
/*********************/
.topsection {  overflow: hidden; max-height: 300px; border-bottom: 1px solid #f2f2f2; 
    webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.on-sticky .topsection { max-height: 0px; 
    webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.topsection-left-area { display: inline-block; float: left; text-align: left; }
.topsection-right-area { display: inline-block; float: right; text-align: right; }
.topsection-centered .topsection-left-area { display: block; text-align: center; } 
.top-section-table { display: table; height: 49px;}
.top-section-table-center { display: table-cell; vertical-align: middle; }

/************************/
/* 1.1.6 Header Widgets */
/************************/
.bt-after-navigation { float: right; position: relative; 
    display: -moz-box;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-align: center;
    display: -ms-flexbox;
    -ms-flex-align: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}
.bt-after-navigation > div:last-child { margin-right: 0; }
/********************/
/* Search on Header */
/********************/
.bliccaThemes-header-search { cursor: pointer; float: right; position: relative; font-size: 14px; padding-left: 10px; margin-right: 10px; margin-left: 10px;}
.bliccaThemes-header-search.search-rounded-bg { width: 33px; height: 33px; line-height: 33px; border: 1px solid #f1f1f1; border-radius: 3px; text-align: center; padding: 0; margin: 0 10px; }
.bliccaThemes-header-search.search-square-bg { width: 36px; height: 36px; line-height: 36px; border: 1px solid #f1f1f1; border-radius: 3px; text-align: center; padding: 0; background: #f1f1f1;  margin: 0 10px; }
.bliccaThemes-header-search.search-circle-bg {width: 33px; height: 33px; line-height: 31px; border: 1px solid #f1f1f1; border-radius: 50%; text-align: center; padding: 0; margin: 0 10px; padding-left: 1px;}

.bliccaThemes-header-search i {  
color: #adc867;
}
.bliccaThemes-header-search:hover i { color: #adc867; }
.bliccaThemes-header-search .search { 
position: fixed; top: -300px; left: 0; visibility: hidden; opacity: 0;
-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: 50px;
    line-height: 50px;
    background: transparent !important;
    color: #fff;
    width: 460px;
    max-width: 460px;
    border: 1px solid #fff;
    border-width: 0 1px 1px 0;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -230px;
    -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:focus{border-color:#fff;}
.bliccaThemes-header-search .search .search-query::-webkit-input-placeholder {color:#fff; font-size: 13px; }
.bliccaThemes-header-search .search .search-query:-moz-placeholder {color:#fff; font-size: 13px;}
.bliccaThemes-header-search .search .search-query::-moz-placeholder {color:#fff; font-size: 13px;}
.bliccaThemes-header-search .search .search-query:-ms-input-placeholder {color:#fff; font-size: 14px;}
.bliccaThemes-header-search .search .search-query:focus::-webkit-input-placeholder {color:#fff; font-size: 13px; }
.bliccaThemes-header-search .search .search-query:focus:-moz-placeholder {color:#fff; font-size: 13px;}
.bliccaThemes-header-search .search .search-query:focus::-moz-placeholder {color:#fff; font-size: 13px;}
.bliccaThemes-header-search .search .search-query:focus:-ms-input-placeholder {color:#fff; font-size: 13px;}

.bliccaThemes-header-search.acik .search {
    visibility: visible !important;
    opacity: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.85);
    z-index: 50000;
}

.search-close { position: relative; float: right; margin-top: 60px; margin-right: 60px; width: 30px; height: 30px; text-align: center; }
.search-close i { position: relative; color: #fff; font-size: 28px; line-height: 1; } 
/* search form widget */
.bliccaThemes-header-search-2 { position: relative; font-size: 12px; }
.bliccaThemes-header-search-2 i { font-size: 11px; position: absolute; top: 12px; right: 17px; }
.bliccaThemes-header-search-2 input { border: 1px solid #f1f1f1; }
.search-form-widget-1 input { width: 268px; height: 33px; padding: 0 17px 0 17px; }
.search-form-widget-2 input { width: 216px; height: 29px; border-radius: 15px; padding: 0 20px; }
.search-form-widget-3 input { width: 178px; height: 35px; border-radius: 15px; padding: 0 20px; }
.search-form-widget-4 input { width: 178px; height: 25px; border-radius: 13px; padding: 0 20px; }
.search-form-widget-4 i { top: 8px; }
/******************/
/* Cart on Header */
/******************/
.bt-cart-header { position: relative; display: inline-block; float: right; font-size: 14px; text-align: center; cursor: pointer;  margin-left: 10px; margin-right: 10px; }
.bt-cart { position: absolute; left: -240px; top: 52px; display: block; width: 365px;   background: #fff; z-index: 100; padding: 0 25px 0 25px; border: 1px solid #e3e8eb; border-top: 1px solid #ff7200;  opacity: 0; visibility: hidden; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.bt-cart-header:hover .bt-cart { visibility: visible; opacity: 1; left:-278px; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
.bt-cart-header.cart-2 { line-height: 33px; height: 33px; min-width: 33px; border: 1px solid #f1f1f1; }
.bt-cart-header.cart-3 { line-height: 31px; height: 33px; min-width: 33px; border: 1px solid #f1f1f1; border-radius: 50%; }

.bt-cart-header:hover .bt-cart{left: -315px;}
.bt-cart{position: absolute; left: -240px; top: 56px; display: block; width: 365px; background: #fff; z-index: 100; padding:0px; border: 1px solid #f1f1f1; border-top: 2px solid #adc867; opacity: 0; visibility: hidden; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s;}
.bt-cart .woocommerce .widget_shopping_cart .cart_list li, .bt-cart .woocommerce.widget_shopping_cart .cart_list li{border-bottom: 1px solid #f1f1f1; padding: 30px 30px;}
.bt-cart .woocommerce ul.cart_list li img, .bt-cart .woocommerce ul.product_list_widget li img{float: left; width: 66px; margin-left: 0px; position: absolute; top: 23px;}
.bt-cart .woocommerce .widget_shopping_cart .cart_list li a.remove, .bt-cart .woocommerce.widget_shopping_cart .cart_list li a.remove{right: 40px; top: 41%;left:inherit; border-radius: 50%; color: #dadada!important; border: 1px solid #dadada;}
.bt-cart .woocommerce ul.cart_list li a, .bt-cart .woocommerce ul.product_list_widget li a{color:#969595;}
.bt-cart .woocommerce .quantity{border: none; color: #adc867; font-weight: 400; font-size: 12px; line-height: 14px;}
.bt-cart .woocommerce .widget_shopping_cart .total strong, .bt-cart .woocommerce.widget_shopping_cart .total strong{font-weight:400;color:#969595;}
.bt-cart .woocommerce.widget_shopping_cart .total{color:#adc867;margin:0px;padding:0px;}
.bt-cart .woocommerce a.button{background: #adc867; color: #fff; line-height: 38px; padding: 0px 20px; font-size: 14px; font-weight: 400; margin: 0px 5px;}
.bt-cart .woocommerce a.button.wc-forward{padding-left:35px;}
.bt-cart .woocommerce a.button.wc-forward:before{content: "\f07a"; font-family: 'FontAwesome'; color: #fff; font-size: 12px; position: absolute; left: 12px;}
.bt-cart .woocommerce a.button.checkout.wc-forward{padding: 0px 20px;}
.bt-cart .woocommerce a.button.checkout.wc-forward:before{display:none;}
.bt-cart .woocommerce.widget_shopping_cart .buttons{margin-bottom:23px;}

/*********************/
/* Second Navigation */
/*********************/
.extra-menu{font-size: 34px; color: #fff; line-height: 34px; font-weight: bold;}
.extra-menu .textwidget .extranav{font-size: 13px; color: #969595; line-height: 24px; font-weight: 400; margin-bottom: 16px; margin-top: 44px;}
.extra-menu .textwidget span{font-weight: 600; color: #fff; font-style: italic; font-size: 16px;}
.extra-menu .textwidget .extranavspan{line-height:24px;margin-bottom:45px;}
.extramenubutton{color: #fff; border-style: solid; border-color: #fff; font-weight: 700; background: rgba(255,255,255,0.01); margin: 48px 0px 10px 0px; border-radius: 0px; -webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);}
.extramenubutton a{color:#fff;}
.extramenubutton:hover{border-color:#adc867;}
.extramenubutton:hover a{color:#adc867;}


/* header text widget */
.header-text-widget { margin: 0 10px; }

/**************************/
/* social links in header */
/**************************/
.header-social { text-align: right; display: inline-block; float: right; margin-left: 8px; margin-right: 5px; }
.header-social a div {  
  display: inline-block; 
  font-size:12px; 
  background: #f1f1f1; 
  color: #969595; 
  line-height: 34px;
  width: 33px;
  height: 33px;
  border: 1px solid transparent; 
  border-radius: 100%;
  margin-right: 0;
  margin-left: 4px;
  text-align: center;  
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.header-social a div:hover { background: #fff; color: #adc867; border-color: #adc867; }

.topsection-left-area .header-social { float: left; margin-left: auto; margin-right: 0px; }
.topsection-left-area .header-social a div { margin-left:0; margin-right: 4px; }

/* social style 2 */
.header-social.square-bg { display: block; }
.header-social.square-bg a:first-child div { border-left: 1px solid #f1f1f1; }
.header-social.square-bg a div { display: block; float: left; border-radius: 0; border-width: 0 1px 0 0; border-color: #f1f1f1; color: #f1f1f1; background: #fff; height: 48px; width: 40px; line-height: 48px; margin: 0; }
.header-social.square-bg a:hover .social-facebook{background:#3b5998; color: #fff; }
.header-social.square-bg a:hover .social-twitter{background:#00aced; color: #fff; }
.header-social.square-bg a:hover .social-pinterest{background:#cb2027; color: #fff; }
.header-social.square-bg a:hover .social-instagram{background:#517fa4; color: #fff; }
.header-social.square-bg a:hover .social-flickr{background:#ff0084; color: #fff; }
.header-social.square-bg a:hover .social-google-plus{background:#dd4b39; color: #fff; }
.header-social.square-bg a:hover .social-dribbble {background:#ea4c89; color: #fff; }
.header-social.square-bg a:hover .social-linkedin {background:#007bb6; color: #fff; }
.header-social.square-bg a:hover .social-digg {background:#000; color: #fff; }
.header-social.square-bg a:hover .social-skype {background:#01aef2; color: #fff; }
.header-social.square-bg a:hover .social-vimeo {background:#aad450; color: #fff; }
.header-social.square-bg a:hover .social-youtube {background:#bb0000; color: #fff; }
.header-social.square-bg a:hover .social-stumbleupon {background:#eb4923; color: #fff; }
.header-social.square-bg a:hover .social-yahoo {background:#720e9e; color: #fff; }
.header-social.square-bg a:hover .social-foursquare {background:#fc4575; color: #fff; }
.header-social.square-bg a:hover .social-rss {background:#fe9900; color: #fff; }
.header-social.square-bg a:hover .social-yelp {background:#cb2027; color: #fff; }

.navbar .header-social.square-bg a div { border-width: 1px 1px 1px 0; }
.navbar .header-social.square-bg a:first-child div { border-width: 1px 1px 1px 1px; }

/* social style 3 */
.header-social.social-color a div {  
  display: inline-block; 
  font-size:12px; 
  background: #f1f1f1; 
  color: #969595; 
  line-height: 34px;
  width: 33px;
  height: 33px;
  border: 1px solid transparent; 
  border-radius: 100%;
  margin-right: 0;
  margin-left: 4px;
  text-align: center;  
}

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

.header-social.social-color a div:hover { background: #fff!important; color: #adc867 !important; border-color: #adc867; }


/* social style 4 */
.header-social { text-align: right; display: inline-block; float: right; margin-left: 8px; }
.header-social.text-social a div {  
  display: inline-block; 
  font-size:14px; 
  background: transparent; 
  color: #fff; 
  line-height: inherit;
  width: 20px;
  height: auto;
  border: 0;  
  margin-right: 0;
  margin-left: 4px;
  text-align: center;  
}
.header-social.text-social a:hover div { background: transparent; color: #adc867; }


/*****************/
/*  Extra Menu   */
/*****************/
.extra-menu-container { position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,0.6); display: none; top:0; left:0; z-index: 3000; }
.extra-menu-column { width: 530px; height: 100%; padding: 120px; background: #313131; top: 0; right: 0; position: absolute;overflow:scroll;}
.extra-menu-container .extra-close { position: absolute; top: 50px; right: 50px; cursor: pointer;color:#fff; }
.extra-menu-nav { font-size: 14px; cursor: pointer; margin: 0 10px; color: #142031; }

/********************/
/* Sign and Login   */
/********************/
.header_sign_container a.header_signup_button, .header_sign_container a.header_login_button { background: #adc867; font-size: 10px; font-weight: 400; color: #fff; padding: 13px; margin-left: 10px; line-height: 1; display: inline-block;}
.header_sign_container a.header_signup_button { background: #4a4a4a; }

.header_signicon_container a.header_signup_button, .header_signicon_container a.header_login_button, .header-social-email a { width: 35px; height: 35px; line-height: 35px; font-size:14px; color: #dadada; background: #fff; border: 1px solid #dadada; border-radius: 50%; margin-right: 8px; display: inline-block; text-align: center;}

.header_signicon_container a.header_signup_button:hover, .header_signicon_container a.header_login_button:hover, .header-social-email a:hover { border-color: #adc867; color: #adc867; }
/**********************/
/*   1.2 Buttons      */
/**********************/

.buton {
  font-size: 16px;
  font-weight: 600;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 5px 15px;   
  display: inline-block;
  letter-spacing: 1px;
  outline: none;
  position: relative;
  z-index:1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin: 5px 0 5px 0;
  
}

.buton a:link{ text-decoration: none; font-weight: 600;  font-style: italic; color: #fff;}
.buton a { text-decoration: none; font-weight: 600;  font-style: italic; color: #fff;}
.buton.b_white a { text-decoration: none; font-weight: 600; font-style: italic; color: #000;}
.buton a:visited {
  
  text-decoration: none;
}

.buton a:hover{
  
  text-decoration: none;
}

.buton:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.buton:before{
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/* Size of Button */
.buton-large {padding: 14px 50px !important;}

.buton-medium {padding: 14px 40px !important;}
.buton-small {padding: 14px 30px !important;}
.buton-mini {padding: 14px 20px !important;}

/* Button Color */
.b_asset {background: #adc867;}
.b_asset a:hover{color:#fff;}
.b_blue {background: #0cadbe;}
.b_white {background: #ffffff;color:#010101;}
.b_inherit { background: #0cadbe;}
.b_pink {background: #ff048c;}
.b_green {background: #76b737;}
.b_green-1 {background: #76b737;}
.b_orange {background: #ff9c00;}
.b_orange-1 {background: #ff9c00;}
.b_orange-1-dark {background: #e97528;}
.b_purple {background: #c74a73;}
.b_darkgrey{background: #535252;}
.b_black {background: #3d3d3d;}
.b_dusty { background: #676767 ;}
.b_red { background: #e54242;}
.b_teal { background: #0cadbe;}

.b_grey { background: #8c8c8c;}
.b_darkgrey-1 { background: #303030;}

.red-color{color: #e54242;}
.green-color{color:#76b737;}
.orange-color-dark{color:#e97528;}
.orange-color{color:#ff9c00;}
.purple-color{color: #c74a73;}
.grey-color{color:#8c8c8c;}
.darkgrey-color{color: #303030;}

/* All Button Effect */
/* Left to right transition effect */
.buton-1:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.buton-1:hover,
.buton-1:active {
  color: #fff;
}
.buton-1:hover:after,
.buton-1:active:after {
  width: 100%;
}

/* Top to bottom transition effect */
.buton-2:after {
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
 background: #000; 
 opacity: 0.1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.buton-2:hover,
.buton-2:active,.buton-2:focus{
  color:#fff;
  
}
.buton-2:hover:after,
.buton-2:active:after {
  height: 100%;
}

/* Fade effect */
.buton-3:hover,
.buton-3:active {
  color: #fff;
  background: #505050; 
  
}
/* Middle to side effect */
.buton-4 {
  overflow: hidden;
}

.buton-4:after {
  width: 0;
  height: 103%;
  top: 50%;
  left: 50%;
  background: #505050;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.buton-4:hover,
.buton-4:active {
  color: #fff;
}

.buton-4:hover:after {
  width: 90%;
  background: #000; 
  opacity: 0.1;
}

.buton-4:active:after {
  width: 101%;
  opacity: 1;
}
/* Middle to corners effect */
.buton-5 {
  overflow: hidden;
}

.buton-5:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #505050;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.buton-5:hover,
.buton-5:active {
  color: #fff;
}

.buton-5:hover:after {
  height: 260%;
  opacity: 1;
}

.buton-5:active:after {
  height: 400%;
  opacity: 1;
}
/*  Middle to top and bottom effect */
.buton-6 {
  overflow: hidden;
}

.buton-6:after {
  width: 101%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #505050;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.buton-6:hover,
.buton-6:active {
  color: #fff;
}

.buton-6:hover:after {
  height: 75%;
  opacity: 1;
}

.buton-6:active:after {
  height: 130%;
  opacity: 1;
}

/*********************/
/*   1.3 Caption     */
/*********************/
.caption-container {
position: relative;
display: table;
width: 100%;
overflow: hidden;  
  
}
.caption {
text-align: center;
height: 422px;
color: #fff;
background: #e2e2e2;
font-size: 16px;
background-position: center center;
background-repeat: no-repeat;
display: table-cell;
vertical-align: middle;
}
.caption h1, .caption h2 { font-family: 'Montserrat', sans-serif; font-size: 70px; font-weight:400; line-height: 132px; }
.caption p{ font-family: 'Montserrat', sans-serif; font-size:40px; font-weight: 700; }

.caption-style2 .caption { text-align: left; }
.bt-page-breadcrumb { float: right; margin-top: -35px; font-size: 11px; color: #969595; }
.bt-delimeter { margin: 0 8px; }

.caption-style3 .caption { padding-bottom: 50px; vertical-align: bottom; } 
.caption-style3 h1, .caption-style3 h2 { margin-left: 60px; }
.caption-style3 p { display: none; }
/*****************/
/*    2. Blog    */
/*****************/
.blog-style { background: #fff; margin: 0 -15px; }
.blog-excerpt { font-weight: 400; }
.blog-style .caption-container { margin-bottom: 100px; }

.bt-blog-posts { overflow: hidden; }
.bt-blog-posts .bt_thumbnail { position: relative; }
.bt-blog-posts h3.blog-title a { color: #313131; }
.bt-blog-posts .blog-subtitle a { color: #969595; }
.bt-blog-posts h3.blog-title a:hover, .bt-blog-posts .blog-subtitle a:hover { color: #adc867; }

.bt-blog-posts .slick-prev, .bt-blog-posts .slick-next { width: 29px; height: 29px; background: transparent; opacity: 1; border: 1px solid #ffffff; border-radius: 100%; line-height: 29px; text-align: center; top:50%; z-index: 100; }
.bt-blog-posts .slick-prev { left: 30px; }
.bt-blog-posts .slick-next { right: 30px; }
.bt-blog-posts .slick-prev:before, .bt-blog-posts .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 29px;
    opacity: 1;
    color: #fff;
}

.bt-blog-posts .slick-prev:hover, .bt-blog-posts .slick-next:hover  { color: #fff;  border: 1px solid #adc867; background: #adc867;}
.bt-blog-posts .slick-prev:hover:before, .bt-blog-posts .slick-next:hover:before { color: #fff; }
.bt-blog-posts .slick-prev::before {
    content:"\f104";
}
.bt-blog-posts .slick-next::before {
    content:"\f105";
}
.bt-blog-posts .slick-prev.slick-disabled:before, .bt-blog-posts .slick-next.slick-disabled:before { opacity: 1; }

.post-item { position: relative; }
/* blog style 1 */
.blog-style1 .post-item { width: 100%; float: left; margin-bottom: 30px; background: #fff; }
.blog-style1 .post-item:nth-child(2n) { margin-right: 0; }
.blog-style1 .post-item .bt_thumbnail { width: 47%; float: left; }
.blog-style1 .post-item .bt_content { width: 53%; float: left; padding: 39px 40px 19px 40px; }
.blog-style1 .post-item h3.blog-title { margin-top: 0; margin-bottom: 5px; line-height: 1; font-size: 18px; }
.blog-style1 .post-item .blog-subtitle { font-size: 10px; margin-bottom: 23px; } 
.blog-style1 .post-item .blog-subtitle span { color: #f1f1f1; padding: 0 15px; }
.blog-style1 .post-item .blog-over-thumb { position: absolute; bottom: 30px; width: 100%; text-align: center; text-align: center; }
.blog-style1 .post-item .blog-over-thumb .blog-icon-box { font-size: 10px; padding: 9px 14px; border-radius: 13px; display: inline-block; background: #1491cb; color:#fff; line-height: 1; }
.blog-style1 .post-item .blog-over-thumb .blog-icon-box:nth-child(2) { background: #eb768c; }
.blog-style1 .post-item .blog-over-thumb .blog-icon-box:nth-child(3) { background: #73c8b7; }
#bliccaThemes-layout .blog-style1 .post-item .zilla-likes .zilla-likes-count:before, #bliccaThemes-layout .blog-style1 .post-item .zilla-likes:hover .zilla-likes-count:before, #bliccaThemes-layout .blog-style1 .post-item .zilla-likes.active .zilla-likes-count:before { color: #fff; }

.blog-style1 .post-item.format-quote { padding: 33px 45px 43px 74px; } 
.blog-style1 .post-item.format-quote:before { font-family: "FontAwesome"; content: "\f10d"; font-size: 30px; color: #f1f1f1; line-height: 1; position: absolute; top: 40px; left: 32px; display: block; }
.blog-style1 .bt-blog-quote { font-size: 16px; line-height:30px; }
.blog-style1 .bt-blog-quote a, .blog-style1 .bt-blog-quote a:hover { color: #969595; }
.blog-style1 .bt-quote-title { display: block; line-height:1; font-size: 15px; color:#adc867; margin-top: 35px; }

.blog-style1 .post-item.format-link { padding: 33px 45px 43px 74px; } 
.blog-style1 .post-item.format-link:before { font-family: "FontAwesome"; content: "\f0c1"; font-size: 30px; color: #f1f1f1; line-height: 1; position: absolute; top: 40px; left: 32px; display: block; }
.blog-style1 .bt-blog-link { font-size: 13px; line-height:24px; }
.blog-style1 .bt-blog-link a.bt-linkout, .blog-style1 .bt-blog-quote a.bt-linkout:hover { color: #313131; font-size: 20px; line-height: 34px; display: block;}
.blog-style1 .bt-blog-link a, .blog-style1 .bt-blog-link a:hover { color: #969595; }
/* blog style 2 */
.blog-style2 .post-item { width: 31.5%; margin-right: 2.75%; float: left; margin-bottom: 30px; background: #fff; }
.blog-style2 .post-item:nth-child(3n) { margin-right: 0; }
.blog-style2 .post-item .bt_content { padding: 0; }
.blog-style2 .post-item h3.blog-title { margin-top: 0; margin-bottom: 23px; line-height: 1; font-size: 16px; }
.blog-style2 .post-item .blog-subtitle { font-size: 11px; line-height: 1; padding: 16px 23px 13px 24px; background: #adc867; color: #fff; } 
.blog-style2 .post-item .blog-subtitle a, .blog-style2 .post-item .blog-subtitle a:hover { color: #fff; }
.blog-style2 .post-item .blog-subtitle i { margin-left: 10px; margin-right: 7px; color: #1491cb; }
.blog-style2 .post-item .blog-subtitle i:first-child { margin-left: 0; }
.blog-style2 .post-item .blog-over-thumb { position: absolute; width: 100%; height: 100%; top:0; left: 0; background: rgba(0,0,0,0.5); opacity: 0; }
.blog-style2 .post-item .blog-over-thumb:hover { opacity: 1; }
.blog-style2 .post-item .blog-over-thumb a { position: absolute; top: 50%; left: 50%; margin-left: 7px; margin-top: -10px; }
.blog-style2 .post-item .blog-over-thumb a.prettyPhoto { margin-left: -47px; }
.blog-style2 .post-item .blog-over-thumb a i { width: 40px; height: 40px; border: 1px solid #fff; border-radius: 100%; color: #fff; line-height: 40px; text-align:center; }
.blog-style2 .post-item .blog_widget7-content { border: 1px solid #f1f1f1; padding: 24px; }
#bliccaThemes-layout .blog-style2 .post-item .zilla-likes .zilla-likes-count:before, #bliccaThemes-layout .blog-style2 .post-item .zilla-likes:hover .zilla-likes-count:before, #bliccaThemes-layout .blog-style2 .post-item .zilla-likes.active .zilla-likes-count:before { padding-left: 14px; padding-right: 7px; color: #1491cb; }

/* blog style 3 */
.blog-style3 .post-item { width: 31.5%; margin-right: 2.75%; float: left; margin-bottom: 30px; -webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);}
.blog-style3 .post-item:nth-child(3n) { margin-right: 0; }
.blog-style3 .post-item .bt_content { border: 1px solid #f1f1f1; padding: 22px 25px 13px 25px; background: #fff; }
.blog-style3 .post-item .bt_blog_widget_footer { padding: 0 25px; background: #f9f9f9; border: 1px solid #f1f1f1; border-top: 0; font-size: 12px; line-height:37px; }
.blog-style3 .post-item .bt_blog_widget_footer .fa-comment-o { margin-right: 2px; }
.blog-style3 .post-item .bt_blog_widget_footer .fa-angle-double-right { margin-left: 3px; }
.blog-style3 .post-item h3.blog-title { margin-top: 0; margin-bottom: 4px; line-height: 1; font-size: 18px; }
.blog-style3 .post-item .blog-subtitle { font-size: 11px; margin-bottom: 23px; } 
.blog-style3 .post-item .blog-subtitle span { color: #f1f1f1; padding: 0 15px; }
.blog-style3 .post-item .bt_blog_widget-more { }
.blog-style3 .post-item .blog-icon-box { margin: 10px 0; padding: 10px 15px 10px 15px; background: #fff; color: #dadada; line-height: 1; }
.blog-style3 .post-item .bt_blog_widget_footer .blog-icon-box:nth-child(1) { margin-right: 10px; }
.blog-style3 .post-item .overdate { width: 58px; height: 52px; background: #adc867; color: #fff; text-align: center; line-height: 1; position: absolute; top: 10px; left: 0; padding-top: 9px;  }
.blog-style3 .post-item .dateonly-j { font-size: 20px; display: block; margin-bottom: 1px;} 
.blog-style3 .post-item .dateonly-m { font-size: 11px; display: block; } 

.blog-style3 .bt-blog-quote { 
    position: relative; font-size: 16px; line-height:30px; 
    border: 1px solid #f1f1f1;
    padding: 26px 30px 30px 66px;
    background: #fff;
}
.blog-style3 .bt-blog-quote:before { font-family: "FontAwesome"; content: "\f10d"; font-size: 30px; color: #f1f1f1; line-height: 1; position: absolute; top: 32px; left: 25px; display: block; }
.blog-style3 .bt-blog-quote a, .blog-style1 .bt-blog-quote a:hover { color: #969595; }
.blog-style3 .bt-quote-title { display: block; line-height:1; font-size: 15px; color:#adc867; margin-top: 35px; }

.blog-style3 .bt-blog-link { 
  position: relative; font-size: 13px; line-height:24px; 
    border: 1px solid #f1f1f1;
    padding: 26px 30px 30px 66px;
    background: #fff;
}
.blog-style3 .bt-blog-link:before { font-family: "FontAwesome"; content: "\f0c1"; font-size: 30px; color: #f1f1f1; line-height: 1; position: absolute; top: 32px; left: 25px; display: block; }
.blog-style3 .bt-blog-link a.bt-linkout, .blog-style1 .bt-blog-quote a.bt-linkout:hover { color: #313131; font-size: 20px; line-height: 34px; display: block;}
.blog-style3 .bt-blog-link a, .blog-style1 .bt-blog-link a:hover { color: #969595; }
/* blog style 4 */
.blog-style4 .post-item { width: 31.5%; margin-right: 2.75%; float: left; margin-bottom: 30px; -webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);}
.blog-style4 .post-item:nth-child(3n) { margin-right: 0; }
.blog-style4 .post-item .bt_content { padding: 54px 25px 13px 25px; background: #fff; }
.blog-style4 .post-item .bt_blog_widget_footer { padding: 0 25px; background: #f5f5f5;font-size: 12px; line-height:37px; }
.blog-style4 .post-item .bt_blog_widget_footer .fa-comment-o { margin-right: 2px; }
.blog-style4 .post-item .bt_blog_widget_footer .fa-angle-double-right { margin-left: 3px; }
.blog-style4 .post-item h3.blog-title { margin-top: 0; margin-bottom: 4px; line-height: 1; font-size: 18px; }
.blog-style4 .post-item .blog-subtitle { font-size: 11px; margin-bottom: 23px; } 
.blog-style4 .post-item .blog-subtitle span { font-weight: 600; padding: 0 3px; }
.blog-style4 .post-item a.bt_blog_widget-more { color: #dadada; }
.blog-style4 .post-item a.bt_blog_widget-more:hover { color: #adc867; }
.blog-style4 .post-item .blog-icon-box { margin: 10px 10px 10px 0; padding: 10px 15px 10px 15px; background: #fff; color: #dadada; line-height: 1;border-radius: 30px; }
.blog-style4 .post-item .bt_blog_widget_footer .blog-icon-box:nth-child(4) { margin-right: 0; }
.blog-style4 .post-item .socials-share { top: 24px; width: 140px; left: 35px; }
.blog-style4 .post-item .overthumb-author { position: absolute; bottom: -41px; left: 26px; padding: 4px; border-radius: 100%; background: #fff; }
.blog-style4 .post-item .overthumb-author img { border-radius: 100%; }

.blog-style4 .bt-blog-quote { 
    position: relative; font-size: 16px; line-height:30px; 
    border: 1px solid #f1f1f1;
    padding: 26px 30px 30px 66px;
    background: #fff;
}
.blog-style4 .bt-blog-quote:before { font-family: "FontAwesome"; content: "\f10d"; font-size: 30px; color: #f1f1f1; line-height: 1; position: absolute; top: 32px; left: 25px; display: block; }
.blog-style4 .bt-blog-quote a, .blog-style1 .bt-blog-quote a:hover { color: #969595; }
.blog-style4 .bt-quote-title { display: block; line-height:1; font-size: 15px; color:#adc867; margin-top: 35px; }

.blog-style4 .bt-blog-link { 
  position: relative; font-size: 13px; line-height:24px; 
    border: 1px solid #f1f1f1;
    padding: 26px 30px 30px 66px;
    background: #fff;
}
.blog-style4 .bt-blog-link:before { font-family: "FontAwesome"; content: "\f0c1"; font-size: 30px; color: #f1f1f1; line-height: 1; position: absolute; top: 32px; left: 25px; display: block; }
.blog-style4 .bt-blog-link a.bt-linkout, .blog-style1 .bt-blog-quote a.bt-linkout:hover { color: #313131; font-size: 20px; line-height: 34px; display: block;}
.blog-style4 .bt-blog-link a, .blog-style1 .bt-blog-link a:hover { color: #969595; }
/* blog style 5 */
.blog-style5 .post-item { width: 100%; float: left; margin-bottom: 40px; -webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);}
.blog-style5 .post-item .bt_content { padding: 22px 0 5px 0; text-align: justify; }
.blog-style5 .post-item h3.blog-title { margin-top: 0; margin-bottom: 4px; line-height: 1; font-size: 24px; }
.blog-style5 .post-item a.bt_blog_widget-more { color: #969595; font-size: 12px; }
.blog-style5 .post-item .blog-subtitle { font-size: 10px; margin-bottom: 23px; } 
.blog-style5 .post-item .blog-subtitle span { color: #f1f1f1; padding: 0 15px; }


.blog-style5 .post-item.format-quote { padding: 33px 45px 43px 74px; background: #adc867;} 
.blog-style5 .post-item.format-quote:before { font-family: "FontAwesome"; content: "\f10d"; font-size: 30px; color: #fff; line-height: 1; position: absolute; top: 40px; left: 32px; display: block; }
.blog-style5 .bt-blog-quote { font-size: 16px; line-height:30px; }
.blog-style5 .bt-blog-quote a, .blog-style1 .bt-blog-quote a:hover { color: #fff; }
.blog-style5 .bt-quote-title { display: block; line-height:1; font-size: 15px; color:#fff; margin-top: 35px; }

.blog-style5 .post-item.format-link { padding: 33px 45px 43px 74px; background: #adc867; } 
.blog-style5 .post-item.format-link:before { font-family: "FontAwesome"; content: "\f0c1"; font-size: 30px; color: #fff; line-height: 1; position: absolute; top: 40px; left: 32px; display: block; }
.blog-style5 .bt-blog-link { font-size: 13px; line-height:24px; }
.blog-style5 .bt-blog-link a.bt-linkout, .blog-style1 .bt-blog-quote a.bt-linkout:hover { color: #fff; font-size: 20px; line-height: 34px; display: block;}
.blog-style5 .bt-blog-link a, .blog-style1 .bt-blog-link a:hover { color: #fff; }
/* blog style 6 */
.blog-style6 .post-item { width: 100%; float: left; margin-bottom: 30px; background: #fff; }
.blog-style6 .post-item:nth-child(2n) { margin-right: 0; }
.blog-style6 .post-item .bt_thumbnail { width: 50%; float: left; }
.blog-style6 .post-item .bt_content { width: 50%; float: left; padding: 39px 40px 19px 40px; }
.blog-style6 .post-item h3.blog-title { margin-top: 0; margin-bottom: 5px; line-height: 1; font-size: 18px; }
.blog-style6 .post-item .blog-subtitle { font-size: 10px; margin-bottom: 23px; } 
.blog-style6 .post-item .blog-subtitle span { color: #f1f1f1; padding: 0 15px; }
.blog-style6 .post-item .blog-over-thumb { position: absolute; bottom: 30px; width: 100%; text-align: center; text-align: center; }
.blog-style6 .post-item .blog-over-thumb .blog-icon-box { font-size: 10px; padding: 9px 14px; border-radius: 13px; display: inline-block; background: #1491cb; color:#fff; line-height: 1; }
.blog-style6 .post-item .blog-over-thumb .blog-icon-box:nth-child(2) { background: #eb768c; }
.blog-style6 .post-item .blog-over-thumb .blog-icon-box:nth-child(3) { background: #73c8b7; }
#bliccaThemes-layout .blog-style6 .post-item .zilla-likes .zilla-likes-count:before, #bliccaThemes-layout .blog-style6 .post-item .zilla-likes:hover .zilla-likes-count:before, #bliccaThemes-layout .blog-style6 .post-item .zilla-likes.active .zilla-likes-count:before { color: #fff; }

.blog-style6 .post-item.format-quote { padding: 33px 45px 43px 74px; } 
.blog-style6 .post-item.format-quote:before { font-family: "FontAwesome"; content: "\f10d"; font-size: 30px; color: #f1f1f1; line-height: 1; position: absolute; top: 40px; left: 32px; display: block; }
.blog-style6 .bt-blog-quote { font-size: 16px; line-height:30px; }
.blog-style6 .bt-blog-quote a, .blog-style1 .bt-blog-quote a:hover { color: #969595; }
.blog-style6 .bt-quote-title { display: block; line-height:1; font-size: 15px; color:#adc867; margin-top: 35px; }

.blog-style6 .post-item.format-link { padding: 33px 45px 43px 74px; } 
.blog-style6 .post-item.format-link:before { font-family: "FontAwesome"; content: "\f0c1"; font-size: 30px; color: #f1f1f1; line-height: 1; position: absolute; top: 40px; left: 32px; display: block; }
.blog-style6 .bt-blog-link { font-size: 13px; line-height:24px; }
.blog-style6 .bt-blog-link a.bt-linkout, .blog-style1 .bt-blog-quote a.bt-linkout:hover { color: #313131; font-size: 20px; line-height: 34px; display: block;}
.blog-style6 .bt-blog-link a, .blog-style6 .bt-blog-link a:hover { color: #969595; }

.blog-style6 .post-item .overdate { width: 58px; height: 52px; background: #adc867; color: #fff; text-align: center; line-height: 1; position: absolute; top: 0; left: 0; padding-top: 9px;  }
.blog-style6 .post-item .dateonly-j { font-size: 20px; display: block; margin-bottom: 1px;} 
.blog-style6 .post-item .dateonly-m { font-size: 11px; display: block; }

.blog-style6 .post-item .bt_thumbnail .icon { width: 58px; height: 52px; background: #73c8b7; color: #fff; text-align: center; line-height: 52px; position: absolute; top: 52px; left: 0; }
.blog-style6 .post-item .bt_thumbnail .icon:before{ font-family: "FontAwesome"; font-size: 20px; position: absolute; top: 0; left:0; width: 100%; height: 100%; display: block;}
.blog-style6 .post-item.format-video .bt_thumbnail .icon {background: #eb768c; }
.blog-style6 .post-item.format-standard .bt_thumbnail .icon:before{content:"\f03e";}
.blog-style6 .post-item.format-gallery .bt_thumbnail .icon{background: #c183d6; }
.blog-style6 .post-item.format-gallery .bt_thumbnail .icon:before{content:"\f03e";}
.blog-style6 .post-item.format-video .bt_thumbnail .icon:before{content:"\f03d";}
.blog-style6 .post-item.format-audio .bt_thumbnail .icon:before{content:"\f001";}
.blog-style6 .post-item.format-quote .bt_thumbnail .icon:before{content:"\f10e";}
.blog-style6 .post-item.format-link .bt_thumbnail .icon:before{content:"\f0c1";}
/* blog style 7 */
.blog-style7 .post-item { width: 100%; margin-bottom: 50px; background: #fff; }
.blog-style7 .post-item .bt_content { padding: 41px 41px 15px 41px; }
.blog-style7 .post-item h3.blog-title { margin-top: 0; margin-bottom: 8px; line-height: 1; font-size: 24px; }
.blog-style7 .post-item a.bt_blog_widget-more { color: #fff; background: #dadada; font-size: 11px; padding: 5px 25px; margin-bottom: 40px; margin-left: 41px; display: inline-block; }
.blog-style7 .post-item a.bt_blog_widget-more:hover { background: #adc867 }
.blog-style7 .post-item .blog-subtitle { font-size: 10px; margin-bottom: 23px; } 
.blog-style7 .post-item .blog-subtitle .bt_blog_title_sep { font-weight: 600; padding: 0 13px; }
.blog-style7 .post-item span.zilla-likes-postfix { display: none; }
#bliccaThemes-layout .blog-style7 .post-item .zilla-likes-count {}
#bliccaThemes-layout .blog-style7 .post-item .zilla-likes-count:before { display: none !important; }
.blog-style7 .post-item .overdate { width: 58px; height: 52px; background: #adc867; color: #fff; text-align: center; line-height: 1; position: absolute; top: 0; left: 0; padding-top: 9px;  }
.blog-style7 .post-item .dateonly-j { font-size: 20px; display: block; margin-bottom: 1px;} 
.blog-style7 .post-item .dateonly-m { font-size: 11px; display: block; }

.blog-style7 .post-item.format-quote { padding: 33px 45px 43px 74px; } 
.blog-style7 .post-item.format-quote:before { font-family: "FontAwesome"; content: "\f10d"; font-size: 30px; color: #f1f1f1; line-height: 1; position: absolute; top: 40px; left: 32px; display: block; }
.blog-style7 .bt-blog-quote { font-size: 16px; line-height:30px; }
.blog-style7 .bt-blog-quote a, .blog-style1 .bt-blog-quote a:hover { color: #969595; }
.blog-style7 .bt-quote-title { display: block; line-height:1; font-size: 15px; color:#adc867; margin-top: 35px; }

.blog-style7 .post-item.format-link { padding: 33px 45px 43px 74px; } 
.blog-style7 .post-item.format-link:before { font-family: "FontAwesome"; content: "\f0c1"; font-size: 30px; color: #f1f1f1; line-height: 1; position: absolute; top: 40px; left: 32px; display: block; }
.blog-style7 .bt-blog-link { font-size: 13px; line-height:24px; }
.blog-style7 .bt-blog-link a.bt-linkout, .blog-style1 .bt-blog-quote a.bt-linkout:hover { color: #313131; font-size: 20px; line-height: 34px; display: block;}
.blog-style7 .bt-blog-link a, .blog-style1 .bt-blog-link a:hover { color: #969595; }

/*************************/
/* 2.1 Single Blog Style */
/*************************/
.blog-style .col-xs-1, .blog-style .col-sm-1, .blog-style .col-md-1, .blog-style .col-lg-1, .blog-style .col-xs-2, .blog-style .col-sm-2, .blog-style .col-md-2, .blog-style .col-lg-2, .blog-style .col-xs-3, .blog-style .col-sm-3, .blog-style .col-md-3, .blog-style .col-lg-3, .blog-style .col-xs-4, .blog-style .col-sm-4, .blog-style .col-md-4, .blog-style .col-lg-4, .blog-style .col-xs-5, .blog-style .col-sm-5, .blog-style .col-md-5, .blog-style .col-lg-5, .blog-style .col-xs-6, .blog-style .col-sm-6, .blog-style .col-md-6, .blog-style .col-lg-6, .blog-style .col-xs-7, .blog-style .col-sm-7, .blog-style .col-md-7, .blog-style .col-lg-7, .blog-style .col-xs-8, .blog-style .col-sm-8, .blog-style .col-md-8, .blog-style .col-lg-8, .blog-style .col-xs-9, .blog-style .col-sm-9, .blog-style .col-md-9, .blog-style .col-lg-9, .blog-style .col-xs-10, .blog-style .col-sm-10, .blog-style .col-md-10, .blog-style .col-lg-10, .blog-style .col-xs-11, .blog-style .col-sm-11, .blog-style .col-md-11, .blog-style .col-lg-11, .blog-style .col-xs-12, .blog-style .col-sm-12, .blog-style .col-md-12, .blog-style .col-lg-12 { padding-left: 30px; padding-right: 30px; }

.single .bt_social_count { margin-bottom: 48px; margin-top: 12px; }

/* prev next widget */
.single .prevnext{margin-bottom:50px;}
.single .blog-left a{ float: left; text-align: left; padding: 30px; background: #f0f0f0; webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);  width: 49%;}
.single .blog-right a{float: right; text-align: left; padding: 30px; background: #f0f0f0; webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); width: 49%;}
.single .blog-left a, .blog-wrapper .blog-right a { font-family: 'Dosis', sans-serif; color: #959595; font-size: 14px; font-weight: 700; }
.single .blog-left:hover a, .blog-wrapper .blog-right:hover a{background:#adc867;color:#fff;}
.single .prevnext a .bt-next-title, .single .prevnext a .bt-prev-title { font-family: 'Changa One', "Lucida Grande", sans-serif; display: block; font-size: 16px; line-height: 20px; color: #000000; margin-top: 11px; }


.single .post-item.format-quote { padding: 33px 45px 43px 74px; background: #fff;} 
.single .post-item.format-quote:before { font-family: "FontAwesome"; content: "\f10d"; font-size: 30px; color: #f1f1f1; line-height: 1; position: absolute; top: 40px; left: 32px; display: block; }
.single .bt-blog-quote { font-size: 16px; line-height:30px; }
.single .bt-blog-quote a, .blog-style1 .bt-blog-quote a:hover { color: #969595; }
.single .bt-quote-title { display: block; line-height:1; font-size: 15px; color:#adc867; margin-top: 35px; }

.single .post-item.format-link { padding: 33px 45px 43px 74px; background: #fff;} 
.single .post-item.format-link:before { font-family: "FontAwesome"; content: "\f0c1"; font-size: 30px; color: #f1f1f1; line-height: 1; position: absolute; top: 40px; left: 32px; display: block; }
.single .bt-blog-link { font-size: 13px; line-height:24px; }
.single .bt-blog-link a.bt-linkout, .blog-style1 .bt-blog-quote a.bt-linkout:hover { color: #313131; font-size: 20px; line-height: 34px; display: block;}
.single .bt-blog-link a, .blog-style1 .bt-blog-link a:hover { color: #969595; }
/* Style 1 */
.single-blog-style1 .bt_thumbnail{position:relative;}
.single-blog-style1 .blog-over-thumb { position: absolute; bottom: 30px; width: 100%; text-align: center; }
.single-blog-style1 .blog-over-thumb .blog-icon-box { font-size: 10px; padding: 9px 14px; border-radius: 13px; display: inline-block; background: #1491cb; color:#fff; line-height: 1; }
.single-blog-style1 .blog-over-thumb .blog-icon-box:nth-child(2) { background: #eb768c; }
.single-blog-style1 .blog-over-thumb .blog-icon-box:nth-child(3) { background: #73c8b7; }
#bliccaThemes-layout .single-blog-style1 .zilla-likes .zilla-likes-count:before, 
#bliccaThemes-layout .single-blog-style1 .zilla-likes:hover .zilla-likes-count:before, 
#bliccaThemes-layout .single-blog-style1 .zilla-likes.active .zilla-likes-count:before { color: #fff; }
.single-blog-style1 .blog-content .blog-title{font-size:24px;color:#313131;margin-top:28px;}
.single-blog-style1 .blog-content .blog-meta{text-transform:uppercase;font-size:10px;margin-bottom:25px;margin-top:5px;}

.single-blog-style1 .single-blog-tags span a, .single-blog-style4 .single-blog-tags span a, .single-blog-style5 .single-blog-tags span a, .single-blog-style6 .single-blog-tags span a{background: #adc867; padding: 10px; padding-top: 6px; padding-bottom: 6px; line-height: 30px; color: #fff;margin-right:10px; webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); }

.single-blog-style1 .single-blog-tags span a:hover, .single-blog-style4 .single-blog-tags span a:hover, .single-blog-style5 .single-blog-tags span a:hover, .single-blog-style6 .single-blog-tags span a:hover{background:#dadada;}
.single-blog-style1 .single-blog-tags, .single-blog-style4 .single-blog-tags, .single-blog-style5 .single-blog-tags, .single-blog-style6 .single-blog-tags{margin-bottom:50px;}


.single-blog-style1 article{margin-bottom:42px;}
.single-blog-style1 .about-the-author, .single-blog-style3 .about-the-author, .single-blog-style4 .about-the-author, .single-blog-style6 .about-the-author, .single-blog-style7 .about-the-author{background:#fff;padding:30px;margin-bottom:50px;}
.single-blog-style1 .author-avatar, .single-blog-style3 .author-avatar, .single-blog-style4 .author-avatar, .single-blog-style6 .author-avatar, .single-blog-style7 .author-avatar{float:left;margin-right:35px;}
.single-blog-style1 .author-avatar img, .single-blog-style3 .author-avatar img, .single-blog-style4 .author-avatar img, .single-blog-style6 .author-avatar img, .single-blog-style7 .author-avatar img{border-radius:50%;margin:0 auto;}
.single-blog-style1 .about-author-social, .single-blog-style3 .about-author-social, .single-blog-style4 .about-author-social, .single-blog-style6 .about-author-social, .single-blog-style7 .about-author-social { text-align: center; }
.single-blog-style1 .about-author-social a, .single-blog-style3 .about-author-social a, .single-blog-style4 .about-author-social a, .single-blog-style6 .about-author-social a, .single-blog-style7 .about-author-social a { display: inline-block; }
.single-blog-style1 .author-avatar .about-author-social .social-facebook,
.single-blog-style1 .author-avatar .about-author-social .social-google-plus,
.single-blog-style1 .author-avatar .about-author-social .social-twitter,
.single-blog-style1 .author-avatar .about-author-social .social-pinterest,
.single-blog-style1 .author-avatar .about-author-social .social-dribbble,
.single-blog-style3 .author-avatar .about-author-social .social-facebook,
.single-blog-style3 .author-avatar .about-author-social .social-google-plus,
.single-blog-style3 .author-avatar .about-author-social .social-twitter,
.single-blog-style3 .author-avatar .about-author-social .social-pinterest,
.single-blog-style3 .author-avatar .about-author-social .social-dribbble,
.single-blog-style4 .author-avatar .about-author-social .social-facebook,
.single-blog-style4 .author-avatar .about-author-social .social-google-plus,
.single-blog-style4 .author-avatar .about-author-social .social-twitter,
.single-blog-style4 .author-avatar .about-author-social .social-pinterest,
.single-blog-style4 .author-avatar .about-author-social .social-dribbble,
.single-blog-style6 .author-avatar .about-author-social .social-facebook,
.single-blog-style6 .author-avatar .about-author-social .social-google-plus,
.single-blog-style6 .author-avatar .about-author-social .social-twitter,
.single-blog-style6 .author-avatar .about-author-social .social-pinterest,
.single-blog-style6 .author-avatar .about-author-social .social-dribbble,
.single-blog-style7 .author-avatar .about-author-social .social-facebook,
.single-blog-style7 .author-avatar .about-author-social .social-google-plus,
.single-blog-style7 .author-avatar .about-author-social .social-twitter,
.single-blog-style7 .author-avatar .about-author-social .social-pinterest,
.single-blog-style7 .author-avatar .about-author-social .social-dribbble {float: left; width: 34px; height: 34px; background: #adc867; border-radius: 50%; color: #fff; text-align: center; line-height: 34px; font-size: 14px;margin: 0 3px;}
.single-blog-style1 .author-meta, .single-blog-style3 .author-meta, .single-blog-style4 .author-meta, .single-blog-style6 .author-meta, .single-blog-style7 .author-meta{padding-left:167px;}
.single-blog-style1 .author-meta h6, .single-blog-style3 .author-meta h6, .single-blog-style4 .author-meta h6, .single-blog-style6 .author-meta h6, .single-blog-style7 .author-meta h6{font-size:24px;color:#313131;margin-bottom:20px;}
.single-blog-style1 .author-meta h6 span, .single-blog-style3 .author-meta h6 span, .single-blog-style4 .author-meta h6 span, .single-blog-style6 .author-meta h6 span, .single-blog-style7 .author-meta h6 span{display:block;font-size:11px;color:#adc867;text-transform:uppercase;margin-top:10px;}

/* Style 2 */
.single-blog-style2 .bt_thumbnail{position:relative;}
.single-blog-style2 article{padding-bottom:10px;margin-bottom:30px;}
.single-blog-style2 .blog-content .blog-inner{margin-bottom:0px;}
.single-blog-style2 .blog-content .blog-title{font-size: 30px; color: #313131; margin-top: 25px; margin-bottom: 25px;}
.single-blog-style2 .blog-content .blog-subtitle{font-size: 11px; background: #adc867; color: #fff; text-align: center; line-height: 35px;}
.single-blog-style2 .blog-content .blog-subtitle .icons{margin-left:30px;}
.single-blog-style2 .blog-content .blog-subtitle .icons:first-child{margin-left:0px;}
.single-blog-style2 .blog-content .blog-subtitle i{margin-left: 10px; margin-right: 7px; color: #1491cb;}
.single-blog-style2 .blog-content .blog-subtitle i:first-child{margin-left:0px;}
.single-blog-style2 .blog-content .blog-subtitle a{color:#fff;text-transform:uppercase;}
.single-blog-style2 .about-the-author{border:none;}
.single-blog-style2 .about-the-author .top{border:1px solid #f1f1f1;}
.single-blog-style2 .about-the-author .bottom{border:1px solid #f1f1f1;border-top:0;margin-bottom:20px;}
.single-blog-style2 .about-the-author .bottom .posttags .title{font-size:16px;color:#313131;}
.single-blog-style2 .about-the-author .bottom .posttags .title i{margin-right:10px;}
.single-blog-style2 .about-the-author .bottom .posttags .title .tag a, .single-blog-style2 .about-the-author .bottom .posttags .title .tag, .single-blog-style2 .about-the-author .bottom .posttags .title .tag1 a, .single-blog-style2 .about-the-author .bottom .posttags .title .tag1{color:#969595;font-size:13px;}
.single-blog-style2 .about-the-author .bottom .posttags .title .tag1{margin-left:10px;}
.single-blog-style2 .about-the-author .bottom-share .title{font-size:16px;color:#313131;}

.single-blog-style2 .commentlist .media>.pull-left{position: inherit; margin: 0px; width: 85px; bottom: inherit; background: none; padding: 0; border: none; margin-top: 20px; margin-left: 20px; margin-right:30px;}
.single-blog-style2 .media-heading{float: left; line-height: 37px; margin-bottom: -7px;}
.single-blog-style2 .commentlist .media>.pull-left img{}
.single-blog-style2 .media-body p{font-size:13px;}
.single-blog-style2 .media-body .title-date{position: inherit; border: none; bottom: 0; width: auto; left: auto; padding-left: 0px; margin-top: 17px;}
.single-blog-style2 p.comment-date{padding:0px;}
.single-blog-style2 .comment-text{padding:10px 0px;}
.single-blog-style2 .reply{padding-left:30px;}
.single-blog-style2 a.comment-reply-link{bottom: 10px; right: 20px; background: inherit; border: 2px solid #f1f1f1;}
.single-blog-style2 .comment-respond input, .single-blog-style2 .comment-respond textarea{border: 2px solid #f1f1f1;
    background: transparent;}
.single-blog-style2 a.comment-reply-link:hover{border-color:#f1f1f1;background-color:#f1f1f1;color:#969595;}
.single-blog-style2 .media-body{border:none;padding:0px;}
.single-blog-style2 .commentlist .media{margin-bottom:30px;border:1px solid #f1f1f1;}
.single-blog-style2 .comment-respond input#submit{width:auto;float: left; margin-bottom: 95px;}

.single-blog-style2 .related-posts { position: relative; }
.single-blog-style2 .related-posts h6{font-size:24px;color:#313131;line-height: 1; margin-bottom: 30px;}
.single-blog-style2 .related-posts .related-item{ width: 262px; margin-right: 30px; float: left; }

.bt-related-2 .slick-prev, .bt-related-2 .slick-next {   
    width: 30px;
    height: 30px;
    background: #fff;
    border: 2px solid #dedede;
    border-radius: 50%;
    top: -42px;
    right: 0;
    left: auto;
    text-align: center;
    z-index: 100;
}
.bt-related-2 .slick-prev { right: 38px; }
.bt-related-2 .slick-next {right: 1px;}

.bt-related-2 .slick-prev:before, .bt-related-2 .slick-next:before { font-family: "FontAwesome"; line-height: 28px; color: #dedede; font-size: 16px; opacity: 1; }
.bt-related-2 .slick-prev:before { content: "\f104"; }
.bt-related-2 .slick-next:before { content: "\f105"; }

.bt-related-2 .slick-prev:hover, .bt-related-2 .slick-next:hover { background: #adc867; border-color: #adc867; }
.bt-related-2 .slick-prev:hover:before, .bt-related-2 .slick-next:hover:before { color: #fff; }

.bt-related-2 .slick-prev.slick-disabled:before, .bt-related-2 .slick-next.slick-disabled:before { opacity: 1; }

.bt-related-2 .blog-subtitle { font-size: 11px; line-height: 1; padding: 16px 23px 13px 24px; background: #adc867; color: #fff; } 
.bt-related-2 .blog-subtitle a, .bt-related-2 .blog-subtitle a:hover { color: #fff; }
.bt-related-2 .blog-subtitle i { margin-left: 17px; margin-right: 7px; color: #1491cb; }
.bt-related-2 .blog-subtitle i:first-child { margin-left: 0; }

.bt-related-2 .related-thumb { position: relative; }
.bt-related-2 .blog-over-thumb { position: absolute; width: 100%; height: 100%; top:0; left: 0; background: rgba(0,0,0,0.5); opacity: 0; }
.bt-related-2 .blog-over-thumb:hover { opacity: 1; }
.bt-related-2 .blog-over-thumb a { position: absolute; top: 50%; left: 50%; margin-left: 7px; margin-top: -10px; }
.bt-related-2 .blog-over-thumb a.prettyPhoto { margin-left: -47px; }
.bt-related-2 .blog-over-thumb a i { width: 40px; height: 40px; border: 1px solid #fff; border-radius: 100%; color: #fff; line-height: 40px; text-align:center; }

.bt-related-2 .blog-content { border: 1px solid #f1f1f1; padding: 0 20px 15px 23px; background: #fff; }
.bt-related-2 .blog-content .blog-title { font-size: 16px; line-height: 1; }
#bliccaThemes-layout .bt-related-2 .zilla-likes, #bliccaThemes-layout .bt-related-2 .zilla-likes:hover, #bliccaThemes-layout .bt-related-2 .zilla-likes.active { margin-left: 16px !important; }
/* Style 3 */
.single-blog-style3 .bt_thumbnail{position:relative;}
.single-blog-style3 .bt_thumbnail .posticon{position:absolute;top:10px;left:0;}
.single-blog-style3 .bt_thumbnail .posticon .time{width: 58px; height: 52px; background: #adc867; text-align: center; color: #fff;padding-top:8px;}
.single-blog-style3 .bt_thumbnail .posticon .time h3{font-size:20px;font-weight:600;}
.single-blog-style3 .bt_thumbnail .posticon .time h4{font-size:11px;font-weight:600;margin:0px;}
.single-blog-style3 article{padding-bottom:10px;margin-bottom:50px;}
.single-blog-style3 .blog-content{}
.single-blog-style3 .blog-content .blog-inner{margin-bottom:42px;}
.single-blog-style3 .blog-content .blog-title{font-size:30px;color:#313131;margin-top:28px;margin-bottom:9px;}
.single-blog-style3 .blog-content .blog-meta{font-size:10px;text-transform:uppercase;margin-bottom:25px;}
.single-blog-style3 .blog-content .blog-meta .left{float:left;}
.single-blog-style3 .blog-content .blog-meta .right{text-align:right;font-size:11px;}
.single-blog-style3 .blog-content .blog-meta .right .likes{padding: 5px 13px; background: #f5f5f5; margin-right: 10px; color: #969595;}
.single-blog-style3 .blog-content .blog-meta .right .comment{padding: 5px 13px; background: #f5f5f5;color: #969595;}
.single-blog-style3 .blog-content .blog-meta .right .comment a{margin:0px;}
.single-blog-style3 .blog-content .blog-meta .right .comment a i{margin-right:5px;}
.single-blog-style3 .blog-content .blog-meta .category{margin-left:10px;}
.single-blog-style3 .blog-content .blog-meta .comment{margin-right:10px;}
.single-blog-style3 .blog-content .blog-meta span a{color:#969595;webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);margin-right:15px;}
.single-blog-style3 .blog-content .blog-meta span a:hover{color:#adc867;}
.single-blog-style3 .single-blog-tags{}
.single-blog-style3 .single-blog-tags a{line-height: 30px; padding: 5px 10px; border: 1px solid #dadada; margin-right: 10px; font-size: 10px; color: #969595; text-transform: uppercase;webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);}
.single-blog-style3 .single-blog-tags a:hover{background:#adc867;color:#fff;border-color:#adc867;}


.single-blog-style3 .commentlist .media>.pull-left{border-radius: 50%; position: absolute; margin: 0px; width: 55px; height: 55px; bottom: inherit; background: none; padding: 0; padding-top: 0px; z-index: 1; border: none; top: 15px; left: 24px;}

.single-blog-style3 .media-heading{float: none; line-height: 10px; margin-bottom: -7px; padding-top: 26px;}
.single-blog-style3 .commentlist .media>.pull-left img{border-radius:50%;}
.single-blog-style3 .media-body p{font-size:13px;}
.single-blog-style3 .media-body .title-date{position: inherit; border: none; bottom: 0; width: auto; left: auto; height: 80px; padding-left: 90px; background: #f5f5f5;}
.single-blog-style3 p.comment-date{padding:0px;}
.single-blog-style3 .comment-text{padding:30px;}
.single-blog-style3 .reply{padding-left:30px;}
.single-blog-style3 a.comment-reply-link{bottom: inherit; right: 20px; background: inherit; border: 2px solid #fff; top: 27px;}
.single-blog-style3 .comment-respond input, .single-blog-style3 .comment-respond textarea{background:#f9f9f9;border-color:#f9f9f9;}
.single-blog-style3 a.comment-reply-link:hover{border-color:#adc867;}
.single-blog-style3 .media-body{border:none;padding:0px;}
.single-blog-style3 .commentlist .media{margin-bottom:30px;border:1px solid #f1f1f1;}
.single-blog-style3 .comment-respond input#submit{width:auto;}

/* Style 4 */
.single-blog-style4 .bt_thumbnail{position:relative;}
.single-blog-style4 .authorover{position: absolute; bottom: -41px; left: 26px; padding: 4px; border-radius: 50%; background: #fff;}
.single-blog-style4 .authorover img{border-radius:50%;}
.single-blog-style4 .blog-over-thumb{float:right;margin-top:20px;margin-right:20px;}
.single-blog-style4 .blog-over-thumb .blog-icon-box{float: left; font-size: 10px; color: #a3a2a2; border: 1px solid #dadada; border-radius: 15px; line-height: 27px; padding: 0px 15px; margin-left: 10px;webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);}
.single-blog-style4 .blog-over-thumb .blog-icon-box i{color:#dadada;webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);}
.single-blog-style4 .blog-over-thumb .blog-icon-box:hover{border-color:#adc867;background:#adc867;color:#fff;}
.single-blog-style4 .blog-over-thumb .blog-icon-box:hover i{color:#fff;}

.single-blog-style4 article{padding-bottom:10px;margin-bottom:45px;background:#fff;}
.single-blog-style4 .blog-content{padding: 0px 30px 30px 30px;}
.single-blog-style4 .blog-content .blog-inner{margin-bottom:0px;}
.single-blog-style4 .blog-content .blog-title{font-size:30px;color:#313131;margin-top:65px;margin-bottom:9px;}
.single-blog-style4 .blog-content .blog-subtitle{font-size: 10px; margin-bottom: 17px;}

.related-posts h6{font-size:24px;color:#313131;line-height: 1; margin-bottom: 30px; }
.bt-related-1 .related-item{ width: 189px; margin-right: 30px; float: left; position: relative; }
.bt-related-1 .recentpostinside { position: absolute; background: #adc867; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);}
.bt-related-1 .recentpostinside a { color: #fff; display: block; position: absolute; top: 50%; left: 50%; font-size: 20px; margin-top: -12px; margin-left: -10px; }
.bt-related-1 .recentpostinside:hover { opacity: 0.85; webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); }
.bt-related-1 .slick-prev, .bt-related-1 .slick-next {   
    width: 26px;
    height: 26px;
    background: #dadada;
    top: -42px;
    right: 0;
    left: auto;
    text-align: center;
    z-index: 100;
}

.bt-related-1 .slick-prev { right: 38px; }
.bt-related-1 .slick-next {right: 1px;}

.bt-related-1 .slick-prev:before, .bt-related-1 .slick-next:before { font-family: "FontAwesome"; line-height: 26px; color: #fff; font-size: 14px; opacity: 1; }
.bt-related-1 .slick-prev:before { content: "\f104"; }
.bt-related-1 .slick-next:before { content: "\f105"; }

.bt-related-1 .slick-prev:hover, .bt-related-1 .slick-next:hover { background: #adc867; }
.bt-related-1 .slick-prev:hover:before, .bt-related-1 .slick-next:hover:before { color: #fff; }

.bt-related-1 .slick-prev.slick-disabled:before, .bt-related-1 .slick-next.slick-disabled:before { opacity: 1; }


.single-blog-style4 .commentlist .media>.pull-left{position: inherit; margin: 0px; width: 85px; bottom: inherit; background: none; padding: 0; border: none; margin-top: 20px; margin-left: 20px; margin-right:30px;}
.single-blog-style4 .media-heading{float: left; line-height: 37px; margin-bottom: -7px;}
.single-blog-style4 .commentlist .media>.pull-left img{}
.single-blog-style4 .media-body p{font-size:13px;}
.single-blog-style4 .media-body .title-date{position: inherit; border: none; bottom: 0; width: auto; left: auto; padding-left: 0px; margin-top: 17px;}
.single-blog-style4 p.comment-date{padding:0px;}
.single-blog-style4 .comment-text{padding:10px 0px;}
.single-blog-style4 .reply{padding-left:30px;}
.single-blog-style4 a.comment-reply-link{bottom: inherit; right: -2px; background: inherit; border: 1px solid #f1f1f1; top: -1px;}
.single-blog-style4 .comment-respond input, .single-blog-style4 .comment-respond textarea{background:#f9f9f9;border-color:#f9f9f9;}
.single-blog-style4 a.comment-reply-link:hover{border-color:#f1f1f1;background-color:#f1f1f1;color:#969595;}
.single-blog-style4 .media-body{border:none;padding:0px;}
.single-blog-style4 .commentlist .media{margin-bottom:30px;border:1px solid #f1f1f1;}
.single-blog-style4 .comment-respond input#submit{width:auto;float: left; margin-bottom: 95px;}

/* Style 5 */
.single-blog-style5 article{padding-bottom:10px;margin-bottom:30px;}
.single-blog-style5 .blog-content{}
.single-blog-style5 .blog-content .blog-inner{margin-bottom:0px;}
.single-blog-style5 .blog-content .blog-title{font-size:30px;color:#313131;margin-top:28px;margin-bottom:9px;}
.single-blog-style5 .blog-content .blog-meta{font-size:10px;text-transform:uppercase;margin-bottom:25px;}
.single-blog-style5 .blog-content .blog-meta .category{margin-left:10px;}
.single-blog-style5 .blog-content .blog-meta .comment{margin-right:10px;}
.single-blog-style5 .blog-content .blog-meta span a{color:#969595;webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);margin-right:15px;}
.single-blog-style5 .blog-content .blog-meta span a:hover{color:#adc867;}

.about-the-author{border:1px solid #f1f1f1;margin-bottom:100px;}
.about-the-author .top{border-bottom:1px solid #f1f1f1;}
.about-the-author .top .author-avatar {float:left;}
.about-the-author .top .author-avatar img{border-radius: 50%; width: 122px; margin: 20px 30px 20px 20px;}
.about-the-author .top .author-meta h6{font-size:24px;color:#313131;}
.about-the-author .top .author-meta h6 span{font-size: 11px; color: #adc867; text-transform: uppercase; margin-left: 10px;}
.about-the-author .top .author-meta {padding-top:10px;padding-right:20px;padding-bottom:15px;}
.about-the-author .bottom .postcount{color: #adc867; display: inline;}
.about-the-author .bottom .about-author-social{float:right;}
.about-the-author .bottom .about-author-social .authorinline{display: inline-block;}
.about-the-author .bottom{height: 55px; line-height: 55px; padding-left: 20px; padding-right: 10px;}
.about-the-author .bottom .about-author-social .authorinline a div{width: 35px; height: 35px; background: #f1f1f1; text-align: center; color: #969595; line-height: 35px; font-size: 12px; margin-left: 5px;webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);}
.about-the-author .bottom .about-author-social .authorinline a div:hover{background:#adc867;color:#fff;}
.about-the-author .bottom-share { margin-bottom: 0;  }
.bottom-share { margin-bottom: 40px; }
.single-blog-style5 .commentlist .media>.pull-left{position: inherit; margin: 0px; width: 85px; bottom: inherit; background: none; padding: 0; border: none; margin-top: 20px; margin-left: 20px; margin-right:30px;}

.single-blog-style5 .media-heading{float: left; line-height: 37px; margin-bottom: -7px;}
.single-blog-style5 .commentlist .media>.pull-left img{}
.single-blog-style5 .media-body p{font-size:13px;}
.single-blog-style5 .media-body .title-date{position: inherit; border: none; bottom: 0; width: auto; left: auto; padding-left: 0px; margin-top: 17px;}
.single-blog-style5 p.comment-date{padding:0px;}
.single-blog-style5 .comment-text{padding:10px 0px;}
.single-blog-style5 .reply{padding-left:30px;}
.single-blog-style5 a.comment-reply-link{bottom: inherit; right: -2px; background: inherit; border: 1px solid #f1f1f1; top: -1px;}
.single-blog-style5 .comment-respond input, .single-blog-style5 .comment-respond textarea{background:#f9f9f9;border-color:#f9f9f9;}
.single-blog-style5 a.comment-reply-link:hover{border-color:#f1f1f1;background-color:#f1f1f1;color:#969595;}
.single-blog-style5 .media-body{border:none;padding:0px;}
.single-blog-style5 .commentlist .media{margin-bottom:30px;border:1px solid #f1f1f1;}
.single-blog-style5 .comment-respond input#submit{width:auto;float: left; margin-bottom: 95px;}

/* Style 6 */
.single-blog-style6 .bt-blog-posts { background: #fff; }
.single-blog-style6 .bt_thumbnail{position:relative;}
.single-blog-style6 .bt_thumbnail .posticon{position:absolute;top:0;left:0;}
.single-blog-style6 .bt_thumbnail .posticon .time{width: 58px; height: 52px; background: #adc867; text-align: center; color: #fff;padding-top:8px;}
.single-blog-style6 .bt_thumbnail .posticon .time h3{font-size:20px;font-weight:600;}
.single-blog-style6 .bt_thumbnail .posticon .time h4{font-size:11px;font-weight:600;margin:0px;}
.single-blog-style6 .bt_thumbnail .posticon .icon{width:58px;height:52px;background:#73c8b7;text-align:center;}
.single-blog-style6 .bt_thumbnail .posticon .icon:before{font-family: 'FontAwesome';color:#fff;font-size:20px;line-height:52px;}
.single-blog-style6 .format-standard .bt_thumbnail .posticon .icon:before{content:"\f03e";}
.single-blog-style6 .format-gallery .bt_thumbnail .posticon .icon:before{content:"\f03e";}
.single-blog-style6 .format-video .bt_thumbnail .posticon .icon:before{content:"\f03d";}
.single-blog-style6 .format-audio .bt_thumbnail .posticon .icon:before{content:"\f001";}
.single-blog-style6 .format-quote .bt_thumbnail .posticon .icon:before{content:"\f10e";}
.single-blog-style6 .format-link .bt_thumbnail .posticon .icon:before{content:"\f0c1";}
.single-blog-style6 article{background:#fff;padding-bottom:40px;}
.single-blog-style6 .blog-content{padding:0px 40px;}
.single-blog-style6 .blog-content .blog-inner{margin-bottom:42px;}
.single-blog-style6 .blog-content .blog-title{font-size:24px;color:#313131;margin-top:28px;margin-bottom:9px;}
.single-blog-style6 .blog-content .blog-meta{font-size:10px;text-transform:uppercase;margin-bottom:25px;}
.single-blog-style6 .blog-content .blog-meta .comment{margin-right:10px;}
.single-blog-style6 .blog-content .blog-meta span a{color:#969595;webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);margin-right:15px;}
.single-blog-style6 .blog-content .blog-meta span a:hover{color:#adc867;}
.single-blog-style6 .blog-content .blog-meta .admin{margin-right:10px;}

.single-blog-style6 #comment{background:#fff;padding:0px 40px;padding-bottom:55px;}
.single-blog-style6 .commentlist .media>.pull-left{border-radius: 50%; position: inherit; margin: 0px; width: 80px; height: 80px; bottom: inherit; background: none; padding: 0; padding-top: 0px; z-index: inherit; border: none;margin-top:40px;margin-left:30px;}
.single-blog-style6 .commentlist .media>.pull-left img{border-radius:50%;}
.single-blog-style6 .media-body .title-date{position: inherit; border: none; bottom: 0; padding-left: 0; width: auto; left: auto; line-height: 37px;}
.single-blog-style6 a.comment-reply-link{bottom: inherit; right: 20px; top: 35px;border:2px solid #f1f1f1;}
.single-blog-style6 a.comment-reply-link:hover{background:#f1f1f1;color:#969595;}
.single-blog-style6 .media-body{border:none;padding: 30px 20px;}
.single-blog-style6 .commentlist .media{margin-bottom:30px;border:1px solid #f1f1f1;padding:0px;}
.single-blog-style6 .comment-respond input#submit{width:100%;}
.single-blog-style6 #respond{margin-bottom:50px;}
.single-blog-style6 .related-posts h6{font-size:24px;color:#313131;line-height: 1; margin-bottom: 30px; }
.bt-related-3 { padding: 0 30px; }
.bt-related-3 .bt_recent_blog-style9 { width:  48.2%; margin-right: 3.6%; float: left; margin-bottom: 30px; background: #f9f9f9;}
.bt-related-3 .bt_recent_blog-style9:nth-child(2n) { margin-right: 0; }
.bt-related-3 .bt_recent_blog-style9 .bt-related_content { padding: 26px 18px 10px 18px; background: #f9f9f9; width: 69.5%; float: left; }
.bt-related-3 .bt_recent_blog-style9 .bt-related_thumbnail { width: 30.5%; float: left; position: relative; }
.bt-related-3 .bt_recent_blog-style9 h3.bt-related-blog-title { margin-top: 0; margin-bottom: 2px; line-height: 1; font-size: 18px; }
.bt-related-3 .bt_recent_blog-style9 h3 a { color: #313131; }
.bt-related-3 .bt_recent_blog-style9 .bt-related-blog-subtitle { font-size: 10px; margin-bottom: 23px; } 
.bt-related-3 .bt_recent_blog-style9 .bt-related-blog-subtitle span { font-weight: 600; padding: 0 3px; }


.bt-related-3 .slick-prev, .bt-related-3 .slick-next {   
    width: 26px;
    height: 26px;
    background: #fff;
    top: auto;
    bottom: -13px;
    right: 0;
    left: auto;
    text-align: center;
    z-index: 100;
}

.bt-related-3 .slick-prev { right: 26px; }
.bt-related-3 .slick-next {right: 0;}

.bt-related-3 .slick-prev:before, .bt-related-3 .slick-next:before { font-family: "FontAwesome"; line-height: 26px; color: #969595; font-size: 14px; opacity: 1; }
.bt-related-3 .slick-prev:before { content: "\f104"; }
.bt-related-3 .slick-next:before { content: "\f105"; }

.bt-related-3 .slick-prev:hover, .bt-related-3 .slick-next:hover { background: #adc867; }
.bt-related-3 .slick-prev:hover:before, .bt-related-3 .slick-next:hover:before { color: #fff; }

.bt-related-3 .slick-prev.slick-disabled:before, .bt-related-3 .slick-next.slick-disabled:before { opacity: 1; }

.single-blog-style6 .single-blog-tags, .single-blog-style6 .bottom-share, .single-blog-style6 .about-the-author, .single-blog-style6 .prevnext { margin-left: 30px; margin-right: 30px; }
/* Style 7 */
.single-blog-style7 .bt_thumbnail{position:relative;}
.single-blog-style7 .bt_thumbnail .posticon{position:absolute;top:0;left:0;}
.single-blog-style7 .bt_thumbnail .posticon .time{width: 58px; height: 52px; background: #adc867; text-align: center; color: #fff;padding-top:8px;}
.single-blog-style7 .bt_thumbnail .posticon .time h3{font-size:20px;font-weight:600;}
.single-blog-style7 .bt_thumbnail .posticon .time h4{font-size:11px;font-weight:600;margin:0px;}
.single-blog-style7 .bt_thumbnail .posticon .icon{width:58px;height:52px;background:#73c8b7;text-align:center;}
.single-blog-style7 .bt_thumbnail .posticon .icon:before{font-family: 'FontAwesome';color:#fff;font-size:20px;line-height:52px;}
.single-blog-style7 .format-standard .bt_thumbnail .posticon .icon:before{content:"\f03e";}
.single-blog-style7 .format-gallery .bt_thumbnail .posticon .icon:before{content:"\f03e";}
.single-blog-style7 .format-video .bt_thumbnail .posticon .icon:before{content:"\f03d";}
.single-blog-style7 .format-audio .bt_thumbnail .posticon .icon:before{content:"\f001";}
.single-blog-style7 .format-quote .bt_thumbnail .posticon .icon:before{content:"\f10e";}
.single-blog-style7 .format-link .bt_thumbnail .posticon .icon:before{content:"\f0c1";}
.single-blog-style7 article{background:#fff;padding-bottom:10px;margin-bottom:50px;}
.single-blog-style7 .blog-content{padding:0px 40px;}
.single-blog-style7 .blog-content .blog-inner{margin-bottom:42px;}
.single-blog-style7 .blog-content .blog-title{font-size:24px;color:#313131;margin-top:28px;margin-bottom:9px;}
.single-blog-style7 .blog-content .blog-meta{font-size:10px;text-transform:uppercase;margin-bottom:25px;}
.single-blog-style7 .blog-content .blog-meta .comment{margin-right:10px;}
.single-blog-style7 .blog-content .blog-meta span a{color:#969595;webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);margin-right:15px;}
.single-blog-style7 .blog-content .blog-meta span a:hover{color:#adc867;}
.single-blog-style7 .single-blog-tags{background: #f9f9f9; margin: 0px 10px; line-height: 60px; padding: 0px 10px;}
.single-blog-style7 .single-blog-tags .admin img{float: left; width: 30px; height: 30px; margin-top: 13px; margin-right: 10px;}
.single-blog-style7 .single-blog-tags .admin{font-size: 11px; text-transform: uppercase; float: left;}
.single-blog-style7 .single-blog-tags .tags{text-align:right;}
.single-blog-style7 .single-blog-tags .tags a{line-height: 30px; padding: 5px 10px; background: #dadada; margin-right: 5px; margin-left: 5px;color:#fff;webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);}
.single-blog-style7 .single-blog-tags .tags a:hover{background:#adc867;}

.single-blog-style7 .commentlist .media>.pull-left{border-radius: 50%; position: inherit; margin: 0px; width: 80px; height: 80px; bottom: inherit; background: none; padding: 0; padding-top: 0px; z-index: inherit; border: none;margin-top:40px;margin-left:30px;}
.single-blog-style7 .commentlist .media>.pull-left img{border-radius:50%;}
.single-blog-style7 .media-body .title-date{position: inherit; border: none; bottom: 0; padding-left: 0; width: auto; left: auto; line-height: 37px;}
.single-blog-style7 a.comment-reply-link{bottom: inherit; right: 20px; top: 35px;border:2px solid #f1f1f1;}
.single-blog-style7 a.comment-reply-link:hover{background:#f1f1f1;color:#969595;}
.single-blog-style7 .media-body{border:none;padding: 30px 20px;}
.single-blog-style7 .commentlist .media{margin-bottom:30px;border:1px solid #f1f1f1;}
.single-blog-style7 .comment-respond input#submit{width:100%;}


.sidebar-inner{margin-bottom:40px;}

/* single blog style 8 */
.blog-style8-full { position: relative; }
.bt-single-blog-8-hover { position: absolute; width: 100%; left: 0; top: 50%; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.bt-single-blog-8-hover .col-md-12 { padding: 0 30px; }
.bt-single-blog-8-hover h1 { font-size: 40px; line-height: 50px; color: #fff; margin-bottom: 9px; width: 83%; }
.bt-single-blog-8-hover .bt_blog_content { margin-bottom: 20px; padding-right: 15px; }
.bt-single-blog-8-hover .bt_blog_content p { font-size: 18px; line-height: 34px; color: #fff; }
.bt-single-blog-8-hover .bt_blog_category a { font-size: 13px; line-height: 13px; padding:10px 15px 9px; display: inline-block; color: #fff; background: #adc867; margin-right: 16px; border-radius: 17px; min-width: 60px; text-align: center; }
.bt-single-blog-8-hover .bt-admin a { color: #fff; font-size: 13px; }
.bt-single-blog-8-hover .bt-admin img { width: 32px; height: 32px; border-radius: 50%; display: inline-block; margin-right: 10px; }
.bt-single-blog-8-hover .bt_blog_time { font-size: 13px; color: #fff; }

.single-blog-style8 { padding-top: 54px; }
.single-blog-style8 .blog-inner { font-size: 18px; line-height: 30px; }
.single-blog-tags { margin-top:20px; margin-bottom: 34px; }
.single-blog-tags .tags { float: left; } 
.single-blog-tags .post-view-count { float: right; font-size: 13px; color: #aeaeae; }
.single-blog-tags .tags a { font-size: 11px; line-height: 11px; padding: 7px 15px 6px; display: inline-block; color: #fff; background: #adc867; margin-right: 10px; border-radius: 17px; min-width: 60px; text-align: center; }

.single-blog-style8 .about-the-author { padding: 20px 20px 10px 20px; border: 6px solid #f0f0f0; margin-bottom: 40px; }
.single-blog-style8 .about-the-author .avatar { float: left; margin-right: 30px; }
.single-blog-style8 .about-the-author .about-author-social { line-height: 1; margin-bottom: 10px;  }
.single-blog-style8 .about-the-author .about-author-social span { font-size:24px; color: #000; font-style: italic; margin-right:25px; }
.single-blog-style8 .about-author-social a div { display: inline-block; color: #959595; font-size: 14px; vertical-align: text-top; margin-right: 18px; }
.single-blog-style8 p.about-author-desc { font-size: 16px; line-height: 24px; color: #959595; }

.bt-related-new { padding: 30px; }
.bt-related-new .bt_blog_style1 .bt-post-container { width: 29.73%; }
.bt-related-new .bt_blog_style1 .bt_item_margin { margin-right: 5.405% ;}

.single-blog-style8 #comment{background:#fff;padding:0 0 55px; margin-bottom: 55px; border: 2px solid #f0f0f0; overflow: hidden; }
.single-blog-style8 .commentlist .media>.pull-left{border-radius: 50%; position: inherit; margin: 0px; width: 80px; height: 80px; bottom: inherit; background: none; padding: 0; padding-top: 0px; z-index: inherit; border: none;margin-top:40px;margin-left:30px;}
.single-blog-style8 .commentlist .media>.pull-left img{border-radius:50%;}
.single-blog-style8 .media-body .title-date{position: inherit; border: none; bottom: 0; padding-left: 0; width: auto; left: auto; line-height: 37px;}
.single-blog-style8 a.comment-reply-link{bottom: inherit; right: 20px; top: 35px;border:2px solid #f1f1f1;}
.single-blog-style8 a.comment-reply-link:hover{background:#f1f1f1;color:#969595;}
.single-blog-style8 .media-body{border:none;padding: 30px 20px;}
.single-blog-style8 .commentlist .media{border:1px solid #f0f0f0; border-left: 0; border-right: 0; padding:0px; margin: 0;}
.single-blog-style8 .comment-respond input#submit{width:100%;}
.single-blog-style8 #respond{margin-bottom:50px; padding: 30px;}
.single-blog-style8 .comment-title{ height: 60px; padding-left: 30px; line-height: 60px; background: #f0f0f0; font-size: 18px; color: #000; font-family: 'Dosis', sans-serif; font-weight: 700; margin-bottom:0;}
.single-blog-style8 .comment-reply-title:before { width: 40px; height: 6px; background: #adc867; content: ""; display: block; margin-bottom: 11px; }
.single-blog-style8 #respond { padding: 0 30px; }
.single-blog-style8 ol.commentlist ul, .single-blog-style8 ol.commentlist ul li { padding: 0; }
.single-blog-style8 ol.commentlist ul li .media { padding-left: 30px; }
/*
 * 2.2 Post Formats
 */


/* Gallery Post Type  */
.bt-blog-gallery .slick-slider { margin-bottom: 0; }

/* audio video */
.bt-video-icon { position: absolute; width: 58px; height: 58px; border-radius: 100%; background: #adc867; text-align: center; line-height: 58px; top: 50%; left: 50%; margin-top: -29px; margin-left: -29px; font-size: 20px; }
.bt-video-icon a { color: #ffffff; display: block; }

.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 MISC
 */
.zilla-likes, .zilla-likes:hover, .zilla-likes.active {
margin-left: 10px !important;
margin-right: 10px !important;
}

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

/**********************/
/*  social share */
/**********************/
.facebook-share, .twitter-share, .pinterest-share, .google-share, .tumblr-share, .linkedin-share, .stumbleupon-share, .mail-share{display: inline-block; cursor: pointer; height: 33px; width: 33px; color: #dadada; text-align: center; line-height: 33px; font-size: 14px; border: 1px solid #dadada; border-radius: 50%;margin-left:10px;webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);}
.facebook-share:hover, .twitter-share:hover, .pinterest-share:hover, .google-share:hover, .tumblr-share:hover, .linkedin-share:hover, .stumbleupon-share:hover, .mail-share:hover { color: #adc867;border-color:#adc867; }

/********************/
/* 2.4   Pagination */
/********************/
.index-pagination{overflow: hidden; width: 100%; margin-bottom: 98px;margin-top: 49px;}
.page-numbers{list-style: none;padding-left: 0;text-align:center;}
.page-numbers > li{display: inline;margin-right:15px;}
.page-numbers .current:hover{
color: #fff;
border-radius: 0;
background: #adc867;
 border: 2px solid #adc867;  
}
.page-numbers .current{
    display: inline-block;
    color: #fff;
    font-size: 13px;
    line-height: 32px;
    font-weight: 700;
    border: 2px solid #adc867;
    background: #adc867;
    border-radius: 0;
    width: 36px;
    height: 36px;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.page-numbers > li a{
    display: inline-block;
    color: #dadada;
    font-size: 13px;
    line-height: 32px;
    font-weight: 700;
    border: 2px solid #dadada;
    border-radius: 0;
    width: 36px;
    height: 36px;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.page-numbers > li a:hover{
    color: #fff;
    line-height: 32px;
    border: 2px solid #adc867;
    background: #adc867;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.page-numbers > li a.prev {border-radius:0;}
.page-numbers > li a.next{border-radius:0;}

.newer-page { float: left; position: relative; }
.older-page { float: right; position: relative; }
.newer-page a, .older-page a { background: #fff; display: block; line-height: 50px; padding: 0 20px 0 20px;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.older-page a { }
.newer-page:hover a, .older-page:hover a { color: #fff; background: #444; }

.newer-page a:before, .older-page a:after {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f178";
padding-left: 5px;
}

.newer-page a:before { content: "\f177"; padding-right: 5px; padding-left: 0; }
/* single blog */
.single-post .blog-excerpt { padding-bottom: 15px; }
.single-post .socials { 
display: block;
margin: 12px auto 0;
float: none;
text-align: left; 
}
.post-pagination { margin-top: 30px; text-align: center; line-height: 100px; }
.post-pagination span {margin: 0 2px; border: 2px solid #f0f0f0; border-radius: 5px; padding: 2px 10px;}
.post-pagination a{color:#adc867;}
/* Next Prev with Content */
.prev-item, .next-item { width: 50%; float: left; position: relative; text-align: center; padding: 130px 0;background: #111;-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out; }
.prev-item:hover, .next-item:hover {
  -webkit-transform: translate(0, -8px);
-moz-transform: translate(0, -8px);
-o-transform: translate(0, -8px);
-ms-transform: translate(0, -8px);
transform: translate(0, -8px);}
.next-item {border-left: 1px solid rgba(255, 255, 255, 0.2);}
.nexthover, .prevhover { position: absolute; top:0; left:0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); text-align: center; padding-top: 25%; padding-left: 85px;
padding-right: 85px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;}
.prev-next-posts {}
.prev-next-posts h2 { margin: 0; }
.prev-next-posts h2 a { color: #fff; font-size: 24px; }
.prev-next-posts p, .prev-next-posts p a { color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.prev-next-posts .blog-meta{line-height:62px;}



.query-title {
text-align: center;
text-transform: uppercase;
margin: 40px 15px;
background: #fff;
}

.query-title h4 { line-height: 3; }
.single-tags { margin-top: 43px; margin-bottom: 18px; display: block;text-align:right; }
.single-tags a {color: #444; background: #f5f5f5; padding: 10px 16px; 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: #adc867; color: #fff;}


/***************************/
/*   3. Comment Section    */
/***************************/
/* Comment */
.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 {
    margin-bottom: 30px;
    font-size: 24px;
    color: #313131;
}

h3.comment-reply-title {
    margin: 0;
    font-size: 24px;
    color: #313131;
  margin-bottom:30px;
}
ol.commentlist {    
    padding: 0px;
    margin-bottom: 50px;
    list-style: none;
}
ol.commentlist ul, ol.commentlist ul li { list-style: none; }
ol.commentlist li {}
.commentlist .avatar { }
.commentlist .media {background:#fff; margin-bottom:80px;position:relative;overflow:visible;}
.commentlist .media:not(last-child) {}
.media-body {padding-bottom: 20px; position: relative; overflow: visible; border: 1px solid #f1f1f1; border-bottom: 0; padding: 30px;}
.commentlist .media>.pull-left {position: absolute; margin-right: 0px; width: 63px; bottom: -53px; background: #fff; padding: 8px; padding-top: 0px; z-index: 1; border-right: 1px solid #f1f1f1; border-left: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1;}
.media-heading {font-size: 14px; color: #adc867; float: left; margin-right: 10px; line-height: 37px; margin-bottom: 0px;}
p.comment-date { display: inline-block; margin-bottom:7px; }
.media-body p{font-size:14px;margin-bottom:0px;}
.media-body .title-date{position: absolute; border: 1px solid #f1f1f1; bottom: -40px; padding-left: 80px; width: 100%; border-left: 0; left: 1px; line-height: 37px;}
.comment-date a {font-size: 10px; text-transform: uppercase; color: #969595;}
.logged-in-as {}
#respond{ min-height: 285px; }
#respond .col-md-4{margin-bottom:30px;}
#respond .col-md-12{padding:0px;margin-bottom:18px;}
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: auto;
    color: #fff;
    background: #adc867;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: normal;
    border-radius: 0;
    border: none;
    float: right;
    line-height: 40px;webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);}
.comment-respond input#submit:hover{background:#969595;}

.comment-respond form {}
.formright{padding-right:0px !important;}
.formleft{padding-left:0px !important;}
.formleft, .formright  { margin-bottom: 18px; }

.comment-respond input {    
    width: 100%;
    padding: 0 25px!important;
    font-weight: 400;
    font-size: 13px;
    line-height: 50px;
    color: #969595;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #f1f1f1;}

.comment-respond textarea {padding-left: 25px;
    padding-top: 20px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.42857143;
    color: #969595;
    background-color: #fff;
    background-image: none;
    border: 1px solid #f1f1f1;
    width: 100%;}

.blog-wrapper .reply a{color:#000;}
a.comment-reply-link {
text-align: center; position: absolute; bottom: -33px; right: 5px; padding: 1px 15px; text-transform: uppercase; font-size: 10px; background: #fff; border: 1px solid #f1f1f1; color: #969595; webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
}
a.comment-reply-link:hover { background: #adc867; color: #fff; }

span.comment_note { 
font-weight: 400 !important;
font-size: 14px;
display: block;
color: #aaa;
margin-top: 12px; 
line-height: 24px;
}

.pagination-single{margin-bottom:40px;}

/*****************/
/*  4. Sidebar   */ 
/*****************/
.page .sidebar { padding-top: 50px; }
.sidebar-widget{margin-bottom:35px; overflow: hidden;}
.sidebar-widget.widget_categories { overflow: visible; }
.sidebar-widget h5 {font-weight: 400; font-size: 16px; color: #313131; margin-bottom: 20px;margin-top:0px;}

/* 4.1 Widgets */
.sidebar-widget.widget_archive ul{
  padding-left:0px;
  list-style:none;
}
.sidebar-widget.widget_archive ul li a{
  color:#969595;
}
.sidebar-widget.widget_archive ul li{
  padding-left:20px;
    webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  border-bottom:1px solid rgba(255, 255, 255, 0.05);
  padding-bottom:8px;
  margin-bottom:15px;
}
.sidebar-widget.widget_archive ul li:hover{
  padding-left:25px;
}
.sidebar-widget.widget_archive ul li a:hover{
  color:#adc867!important;
}
.sidebar-widget.widget_archive ul li:before{
  content: "\f101"; 
  font-family: 'FontAwesome';
  color:#969595;
  position: absolute;
  font-size: 13px;
  left:16px;
  webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.sidebar-widget.widget_archive ul li:hover:before{
  color:#adc867;
}

/** Nav Menu**/

.sidebar-widget.widget_nav_menu ul{
  padding-left:0px;
  
}
.sidebar-widget.widget_nav_menu ul li a{
  color:#969595;
  line-height:30px;
}
.sidebar-widget.widget_nav_menu ul li:nth-child(even){
    margin-right:0;
}
.sidebar-widget.widget_nav_menu ul li{
  list-style-type: none;
    webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
margin-bottom:10px;
  width:100%;
}
.sidebar-widget.widget_nav_menu ul li:hover{
  padding-left:0px;
}

.sidebar-widget.widget_nav_menu ul li a:hover{
  color:#adc867!important;
}
.sidebar-widget.widget_nav_menu ul li a:before{
  content: "\f101"; 
  font-family: 'FontAwesome';
  color:#adc867;
  font-size: 13px;
  left:16px;
  margin-right:10px;
  webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.sidebar-widget.widget_nav_menu ul.sub-menu{
  padding-left:20px;  
}

/** Select **/
.sidebar-widget select{
    height: 40px;
    width: 100%;
    line-height: 40px;
    background: #fff;
    border: 1px solid #f1f1f1;
    margin-top: 15px;
    margin-bottom: 0px;
}


.sidebar-widget ul{
  padding: 0;
}
.sidebar-widget ul.children { margin-left: 10px;}
.sidebar-widget ul li{
list-style-type: none;
margin-bottom:25px;
}

.sidebar-widget ul li a:hover{color:#adc867;}

.sidebar-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: #969595;}

/* Calender */
.widget_calendar {float: left; width: 100%;}
#wp-calendar {width: 100%; }
#wp-calendar caption {margin-bottom: 15px;text-align: left; }
#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: #ffffff; border: 1px solid #dadada; text-align: center; }
#wp-calendar tbody td a{color: #adc867;}
#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: #adc867;}
#wp-calendar tfoot #prev { font-size: 12px; text-transform: uppercase; padding-top: 10px; color: #adc867;}
#wp-calendar tfoot #next a{color: #adc867;}
#wp-calendar tfoot #prev a{color: #adc867;}

/*** Sidebar Recent Posts **/
.sidebar-widget.widget_recent_entries ul{
  padding-left:0px;
}
.sidebar-widget.widget_recent_entries ul li a{
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
  color:#969595;
}
.sidebar-widget.widget_recent_entries ul li{
  padding-left:20px;
    webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  border-bottom:1px solid rgba(255, 255, 255, 0.05);
  padding-bottom:8px;
  margin-bottom:15px;
  list-style: none;
}
.sidebar-widget.widget_recent_entries ul li:hover{
  padding-left:25px;
}
.sidebar-widget.widget_recent_entries ul li a:hover{
  color:#adc867!important;
}
.sidebar-widget.widget_recent_entries ul li:before{
  content: "\f101"; 
  font-family: 'FontAwesome';
  color:#969595;
  position: absolute;
  font-size: 13px;
  left:16px;
  webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.sidebar-widget.widget_recent_entries ul li:hover:before{
  color:#adc867;
}

/** Sidebar RSS **/
.sidebar-widget .rss-widget-icon{float: left;margin-right: 10px;}
.sidebar-widget .rsswidget{color:#313131;}
.sidebar-widget .rss-date{font-size:11px;margin-bottom:10px;display:block;}

/** Sidebar Search **/
.sidebar-widget.widget_search .search-query{
    width: 85%;
    height: 41px;
    line-height: 40px;
    float: left;
    background: #fff;
    border: 1px solid #f1f1f1;
    padding-left: 10px;
    margin-bottom: 39px;
}
.sidebar-widget.widget_search .search-icon{
    width: 15%;
    height: 40px;
    line-height: 40px;
    float: left;
    background: #adc867;
    border: none;
    color: #fff;
    margin-bottom: 40px;
}
.sidebar-inner .sidebar-widget.widget_search .search-icon, .sidebar-inner .sidebar-widget.widget_search .search-query { margin-bottom: 0; }
/** Tag Cloud **/
.sidebar-widget .tagcloud a{
    color: #fff;
    font-size: 13px!important;
    background-color: #969595;
    padding: 6px 15px;
    line-height: 39px;
    margin-right: 6px;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.sidebar-widget .tagcloud a:hover{
    background:#adc867;
}

/* comment */
.sidebar-widget.widget_recent_comments ul li {
    padding-left: 20px;
}
.sidebar-widget.widget_recent_comments ul li:before{
  content: "\f101"; 
  font-family: 'FontAwesome';
  color:#969595;
  position: absolute;
  font-size: 13px;
  left:16px;
  webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.sidebar-widget.widget_recent_comments ul li:hover:before{
  color:#adc867;
}
/************************/
/** 4.2 SIDEBAR STYLES **/
/************************/
/* Sidebar 1 */
.bt_sidebar h2.widgettitle{color:#313131;font-size:16px;}
.bt_sidebar .vc_wp_tagcloud .widget_tag_cloud .tagcloud a{background:#dadada;color:#fff;}
.bt_sidebar .vc_wp_tagcloud .widget_tag_cloud .tagcloud a:hover{background:#adc867;}
.bt_sidebar .widget_archive ul li{list-style:none;padding-left:50px;}
.bt_sidebar .widget_archive ul li:hover{padding-left:45px;}
.bt_sidebar .widget_archive ul li a:hover{
  color:#adc867!important;
}
.bt_sidebar .widget_archive ul li:before{
    width: 20px;
    margin-top: 2px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 50%;
    content: "\f105";
}
.bt_sidebar .widget_archive ul li:hover:before{
  color:#ffffff;
  background-color:#adc867;
  border-color:#adc867;
}
.bt_sidebar .apsc-theme-1 .apsc-each-profile{width:100px!important;margin:0px;margin-right:10px;}
/* Sidebar 2 */
.bt_sidebar .sidebar-widget.widget_search { 
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;  
padding-top: 0;
border-radius: 0;
background: transparent;
}
.bt_sidebar .search-query{position: relative;
width: 85.5%;
padding-left: 20px;
font-size: 13px!important;
height: 50px;
color: #969595;
line-height: 50px;
background-color:#f9f9f9;
border: none;
border-radius: 0!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;}
.bt_sidebar .search-query::-webkit-input-placeholder {font-size:13px;}
.bt_sidebar .search-query:-moz-placeholder {font-size:13px;}
.bt_sidebar .search-query::-moz-placeholder {font-size:13px;}
.bt_sidebar .search-query:-ms-input-placeholder {font-size:13px;}

.bt_sidebar .search-icon{background: #f9f9f9;
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;}
.bt_sidebar .search-icon i{color:#dadada;font-size:13px;}

.sidebar-2-icon{
  float: left;
  margin-bottom: 0px!important;
}
#bliccaThemes-layout .sidebar-2-icon .vc_icon_element-inner{
  width: 40px;
}
#bliccaThemes-layout .sidebar-2-icon .vc_icon_element-inner .vc_icon_element-icon{
  font-size: 20px!important;
}
#bliccaThemes-layout .sidebar-2-icon .vc_icon_element-inner:hover .vc_icon_element-icon:before{
  webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
#bliccaThemes-layout .sidebar-2-icon .vc_icon_element-inner:hover .vc_icon_element-icon:before{
  color:#adc867!important;
}

.bt_sidebar .footer-8-mail .wpcf7-form-control{
    width: 84%;
    line-height: 50px;
    background-color: #f9f9f9;
}
.bt_sidebar .footer-8-mail input[type="submit"].wpcf7-form-control, .bt_sidebar .footer-8-mail input[type="button"].wpcf7-form-control{
    height: 50px!important;
}
/* Sidebar 3 */
.bt_sidebar.style3 h2.widgettitle{
  background:#f9f9f9;
  color:#969595;
  margin:0px;
  padding-left:20px;
  line-height:47px;
  margin-bottom:27px;
  font-weight:bold;
  font-size:13px;
}
.bt_sidebar.style3 .widget_recent_entries ul li a:hover{color:#adc867!important;}
.bt_sidebar.style3 .widget_recent_entries ul li{padding-left:0px;}
.bt_sidebar.style3 .widget_recent_entries ul li:hover{padding-left:5px;}
.bt_sidebar.style3 .widget_recent_entries ul li:before{display:none;}

.bt_sidebar.style3 .vc_wp_tagcloud .widget_tag_cloud .tagcloud a{background:transparent;border:1px solid #dadada;color:#969595;}
.bt_sidebar.style3 .vc_wp_tagcloud .widget_tag_cloud .tagcloud a:hover{background:#adc867;border-color:#adc867;color:#fff;}

#bliccaThemes-layout .bt_sidebar.style3 .footer-3-icon .vc_icon_element-inner{margin-bottom:7px;margin-right:7px;}

.bt_sidebar.style3 .widget_categories ul{list-style:none;padding:0px;}
.bt_sidebar.style3 .widget_categories ul li a{color:#969595;font-size13px;}
.bt_sidebar.style3 .widget_categories ul li a:hover{color:#adc867;}
.bt_sidebar.style3 .widget_categories ul li{line-height:40px;}
.bt_sidebar.style3 .widget_categories ul li:before{content: "\f0da"; margin-right:15px;font-family: 'FontAwesome';color:#adc867;}

.bt_sidebar.style3 .wpb_heading{  
  background:#f9f9f9;
  color:#969595;
  margin:0px;
  padding-left:20px;
  line-height:47px;
  margin-bottom:27px;
  font-weight:bold;
  font-size:13px;
}
.bt_sidebar.style3 .search-query{background-color:#adc867;color:#fff;}
.bt_sidebar.style3 .search-icon{background-color:#adc867;}
.bt_sidebar.style3 .search-icon i{color:#fff;}
.bt_sidebar.style3 .search-query::-webkit-input-placeholder {color:#fff;}
.bt_sidebar.style3 .search-query:-moz-placeholder {color:#fff;}
.bt_sidebar.style3 .search-query::-moz-placeholder {color:#fff;}
.bt_sidebar.style3 .search-query:-ms-input-placeholder {color:#fff;}
/* Sidebar 4 */
.bt_sidebar.style4 .search-query{background-color:#4a4a4a;color:#969595;}
.bt_sidebar.style4 .search-icon{background-color:#4a4a4a;}
.bt_sidebar.style4 .search-icon i{color:#969595;}
.bt_sidebar.style4 .search-query::-webkit-input-placeholder {color:#969595;}
.bt_sidebar.style4 .search-query:-moz-placeholder {color:#969595;}
.bt_sidebar.style4 .search-query::-moz-placeholder {color:#969595;}
.bt_sidebar.style4 .search-query:-ms-input-placeholder {color:#969595;}
.bt_sidebar .flickr_badge_image{
  margin: 0 5px 5px 0px;
  width: 58px;
  height: 58px;
}
.bt_sidebar .wpb_flickr_widget p.flickr_stream_wrap a{
  color:#969595;
}
.bt_sidebar.style4 .apsc-theme-1 .apsc-each-profile{width:76px!important;}
.bt_sidebar.style4 h2.widgettitle{color:#fff;font-size:14px;font-weight:600;}
.bt_sidebar.style4 .vc_wp_tagcloud .widget_tag_cloud .tagcloud a{background:#4a4a4a;color:#969595;}
.bt_sidebar.style4 .vc_wp_tagcloud .widget_tag_cloud .tagcloud a:hover{background:#adc867;color:#fff;}
/* Sidebar 5 */
.bt_sidebar.style5 .search-query{background-color:#f9f9f9;color:#969595;}
.bt_sidebar.style5 .search-icon{background-color:#adc867;}
.bt_sidebar.style5 .search-icon i{color:#fff;}
.bt_sidebar.style5 .search-query::-webkit-input-placeholder {color:#969595;}
.bt_sidebar.style5 .search-query:-moz-placeholder {color:#969595;}
.bt_sidebar.style5 .search-query::-moz-placeholder {color:#969595;}
.bt_sidebar.style5 .search-query:-ms-input-placeholder {color:#969595;}
.bt_sidebar.style5 .wpb_heading{  
  color:#313131;
  margin:0px;
  margin-bottom:27px;
  font-size:16px;
}
.bt_sidebar.style5 .vc_wp_tagcloud .widget_tag_cloud .tagcloud a{border-radius:35px;background:transparent;border:1px solid #dadada;font-size:10px;color:#969595;}
.bt_sidebar.style5 .vc_wp_tagcloud .widget_tag_cloud .tagcloud a:hover{background-color:#adc867;border-color:#adc867;color:#fff;}
.bt_sidebar.style5 .widget_archive ul li:before{
    content: "\f0da";
    margin-right: 15px;
    font-family: 'FontAwesome';
    color: #adc867;
  border:none;
}
.bt_sidebar.style5 .widget_archive ul li:hover:before{
  color:#adc867;
  background-color:transparent;
}
.bt_sidebar.style5 .widget_archive ul li{padding-left:25px;}
.bt_sidebar.style5 .widget_archive ul li:hover{padding-left:30px;}
/* Sidebar 6 */
.bt_sidebar.style6 .search-query{background-color:#fff;color:#969595;border:1px solid #f1f1f1;border-right:none;}
.bt_sidebar.style6 .search-icon{background-color:#fff;border:1px solid #f1f1f1;border-left:none;line-height:48px;}
.bt_sidebar.style6 .search-icon i{color:#dadada;}
.bt_sidebar.style6 .search-query::-webkit-input-placeholder {color:#969595;}
.bt_sidebar.style6 .search-query:-moz-placeholder {color:#969595;}
.bt_sidebar.style6 .search-query::-moz-placeholder {color:#969595;}
.bt_sidebar.style6 .search-query:-ms-input-placeholder {color:#969595;}
.bt_sidebar.style6 .wpb_heading{  
  color:#313131;
  margin:0px;
  margin-bottom:27px;
  font-size:16px;
}
.bt_sidebar.style6 .flickr_badge_image{width:auto;height:auto;}
.bt_sidebar.style6 .widget_archive ul li:before{
    content: "\f0da";
    margin-right: 15px;
    font-family: 'FontAwesome';
    color: #adc867;
  border:none;
}
.bt_sidebar.style6 .widget_archive ul li:hover:before{
  color:#adc867;
  background-color:transparent;
}
.bt_sidebar.style6 .widget_archive ul li{padding-left:25px;}
.bt_sidebar.style6 .widget_archive ul li:hover{padding-left:30px;}
/* Sidebar 7 */
.bt_sidebar.style7 .widget_categories ul{list-style:none;padding:0px;}
.bt_sidebar.style7 .widget_categories ul li a{color:#969595;font-size13px;}
.bt_sidebar.style7 .widget_categories ul li a:hover{color:#adc867;}
.bt_sidebar.style7 .widget_categories ul li{line-height:40px;}
.bt_sidebar.style7 .widget_categories ul li:before{content: "\f0da"; margin-right:15px;font-family: 'FontAwesome';color:#adc867;}

.bt_sidebar.style7 .wpb_heading{  
  color:#313131;
  margin:0px;
  margin-bottom:27px;
  font-weight:bold;
  font-size:14px;
}
.bt_sidebar.style7 h2.widgettitle{
  color:#313131;
  margin:0px;
  margin-bottom:27px;
  font-weight:bold;
  font-size:14px;
}
.bt_sidebar .footer-13-social p{background:transparent;}
.bt_sidebar.style7 .footer-7-mail .wpcf7-form-control{background:#ffffff;margin-bottom:10px;}
/********************/
/* 5. Contact Form  */
/********************/
.wpcf7 br{ display: none!important; }

#bliccaThemes-layout .wpcf7-form-control{ font-weight:400;display:block;}

/* Style 1 */
.contact-form-style-1 .wpcf7-form-control{width: 100%; padding: 0px 22px; margin-bottom: 20px; font-size: 13px; line-height: 50px; color: #969595; background-color: #f9f9f9; border: none; border-radius:0;background-image: none;webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);}
.contact-form-style-1 .wpcf7-form-control:focus{
    -webkit-box-shadow: 0 2px 0 0 #c9c9c9;
    box-shadow: 0 2px 0 0 #c9c9c9;}
.contact-form-style-1 .wpcf7-form-control::-webkit-input-placeholder { color: #969595;}
.contact-form-style-1 .wpcf7-form-control::-moz-placeholder { color: #969595;} 
.contact-form-style-1 .wpcf7-form-control:-ms-input-placeholder { color: #969595;}
.contact-form-style-1 .wpcf7-form-controlinput:-moz-placeholder { color: #969595; }
.contact-form-style-1 .wpcf7-textarea{padding-bottom:40px;}
.contact-form-style-1 input[type="submit"].wpcf7-form-control, .contact-form-style-1 input[type="button"].wpcf7-form-control{font-weight: bold!important; text-transform: uppercase; color: #fff; background-color: #adc867; line-height: 40px; width: auto; padding: 0px 30px; margin: 0 auto;}
.contact-form-style-1 input[type="submit"].wpcf7-form-control:hover, .contact-form-style-1 input[type="button"].wpcf7-form-control:hover{background:#313131;}

.bt-wild-contact-page { margin: 0 -15px; }
.bt-wild-contact-page .wpcf7-form-control::-webkit-input-placeholder { color: #aeaeae;}
.bt-wild-contact-page .wpcf7-form-control::-moz-placeholder { color: #aeaeae;} 
.bt-wild-contact-page .wpcf7-form-control:-ms-input-placeholder { color: #aeaeae;}
.bt-wild-contact-page .wpcf7-form-controlinput:-moz-placeholder { color: #aeaeae; }
.bt-wild-contact-page .wpcf7-form-control{width: 100%; padding: 0px 22px; margin-bottom: 30px; font-size: 13px; line-height: 50px; color: #000; background-color: #fff; border: 1px solid #f1f1f1; border-radius: 0; background-image: none;  webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);}
.bt-wild-contact-page .wpcf7-form-control:focus{    -webkit-box-shadow: 0 2px 0 0 #c9c9c9;
    box-shadow: 0 2px 0 0 #c9c9c9;}
.bt-wild-contact-page input[type="submit"].wpcf7-form-control, .contact-form-style-1 input[type="button"].wpcf7-form-control{font-weight: bold!important; text-transform: uppercase; color: #fff; background-color: #adc867; line-height: 50px; width: 100%; padding: 0px 30px;border:none;margin-bottom:0px;}
.bt-wild-contact-page input[type="submit"].wpcf7-form-control:hover, .contact-form-style-1 input[type="button"].wpcf7-form-control:hover{background:#adc867;}

/************************/
/* CONTACT INFO ELEMENT */
/************************/
.contact-info .contact-widget { color: rgba(255, 255, 255, 0.65); }
.contact-info .contact-widget p { font-size: 13px; overflow: hidden;margin-bottom:25px;}
.contact-info .contact-widget  i { font-size: 14px;margin-right: 10px;line-height:25px;}
.contact-info a { color: inherit; }
.contact-info .socialbox{float:left;margin: 0 8px 7px 0 !important; text-align: center; }
.contact-info .socialbox i {display: block; font-size: 16px; margin-right: 10px; color: rgba(255, 255, 255, 0.65);-webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);}
.contact-info .social-widget a:hover .socialbox i{color: #fff;}
/**********************/
/* 7. WordPress Style */
/**********************/
.wpcf7-form-control-wrap br { display: none; }
.wpb_text_column ul { list-style-type: none; }

#bliccaThemes-layout .wpb_button, #bliccaThemes-layout .wpb_content_element, #bliccaThemes-layout ul.wpb_thumbnails-fluid>li{margin-bottom:0px;}

/* pageable content icin*/ 
.vc_tta-container {margin-bottom:0px;}


#bliccaThemes-layout .vc_col-has-fill>.vc_column-inner, #bliccaThemes-layout .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, #bliccaThemes-layout .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, #bliccaThemes-layout .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, #bliccaThemes-layout .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, #bliccaThemes-layout .vc_row-has-fill>.vc_column_container>.vc_column-inner, #bliccaThemes-layout .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, #bliccaThemes-layout .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner { padding-top:0; }

/* Drop Cap */
span.dropcap.backy{width: 70px; text-align: center; height: 86px; float: left; margin-right: 15px; background: #444444; color: #fff; font-size: 83px; line-height: 81px; font-weight: 700;}
span.dropcap.cleany{width: 70px;text-align: center;height: 86px;float: left;background: #fff;color: #444444;font-size: 83px;line-height: 81px;font-weight: 700;}
/* Highlight */
span.highlight{color:#fff;background:#444444;}
span.highlight2{color:#fff;background:#adc867;}
span.highlight3{color:#fff;background:#000;}
/* List Style */
.blicca-list-style {list-style: none;padding-left:0px; font-size:15px}

.home #incom_wrapper { display: none; }
.page-outer{ padding-top: 40px; }
.page-outer .blog-thumbnail { margin: 0 -50px 45px -50px; }
h1.page-single-title{color:#444; margin-top: 0; margin-bottom: 50px; line-height: 1; text-align: center;letter-spacing: -0.98px; }
iframe { max-width: 100%; }
.page iframe { margin: 0 0 45px 0; width: 100% !important; }

.alignright { float:right;}
.alignleft { float:left;}
.aligncenter { display: block; margin-left: auto; margin-right: auto;}
.screen-reader-text {}

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

.bt-blog-posts .bt_thumbnail { 
min-height: 30px;
}
.single .bt-blog-posts .bt_thumbnail { min-height: 100px; }
.post-item.sticky { border: 1px solid #adc867; }

blockquote {
    padding: 20px;
    margin: 30px;
}

td, th {
    padding: 10px; 
}

dl, address{ margin-bottom: 30px; }

.sidebar-widget ul.children { margin-left: 15px; }

ul li.firstitem:nth-last-child(-n+3) .dropdown-menu .dropdown-menu { right: 100%; left: auto; }

.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;}
.blog-standard-right-sidebar .post-item.sticky { border-top: 2px solid #adc867; border: 1px solid #adc867; border-radius: 5px; -webkit-box-shadow: 0 5px 0 0 #adc867; box-shadow: 0 5px 0 0 #adc867; }
.sticky:after { position: absolute; top: 0; right: 15px; width: 36px; height: 34px; background: #adc867; 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;}

.maps iframe{pointer-events:none;}

/**********************/
/*    QUOTES Wild Blog  */
/**********************/
.quote1 blockquote{   
    border-left: none;
    font-weight: 400;
    padding: 30px 75px;
    background-color: #f9f9f9;
    font-size: 16px;
    position: relative;}

.quote1 blockquote:before{
    font-family: "FontAwesome";
    content: "\f10d";
    position: absolute;
    left: 30px;
    margin: auto;
    font-style: normal;
    top: 25px;
    font-size: 30px;
    color: #f1f1f1;
}
.quote1 blockquote h5{
  font-size:15px;
  font-weight: 400;
}
.quote2 blockquote{   
    border:1px solid #f1f1f1;
    font-weight: 400;
    padding: 30px 75px;
    background-color: none;
    font-size: 16px;
    position: relative;}

.quote2 blockquote:before{
    font-family: "FontAwesome";
    content: "\f10d";
    position: absolute;
    left: 30px;
    margin: auto;
    font-style: normal;
    top: 25px;
    font-size: 30px;
    color: #f1f1f1;
}
.quote3 blockquote{   
    border:1px solid #f1f1f1;
    font-weight: 400;
    padding: 30px 75px;
    background-color: none;
    font-size: 16px;
    position: relative;
    border-top: 2px solid #adc867;}

.quote3 blockquote:before{
    font-family: "FontAwesome";
    content: "\f10d";
    position: absolute;
    left: 30px;
    margin: auto;
    font-style: normal;
    top: 25px;
    font-size: 30px;
    color: #f1f1f1;
}
.quote3 blockquote:after{content: "\f0d7"; font-family: 'FontAwesome'; color: #adc867; left: 49%; width: auto; position: absolute; top: -14px; font-size: 20px;}
.quote4 blockquote{   
    border-left: none;
    font-weight: 400;
    padding: 60px 75px 60px 124px;
    background-color: #adc867;
    font-size: 16px;
    position: relative;}

.quote4 blockquote:before{
    font-family: "FontAwesome";
    content: "\f10d";
    position: absolute;
    left: 45px;
    margin: auto;
    font-style: normal;
    top: 54px;
    width:45px;
    line-height: 45px;
    border-radius:50%;
    border: 1px solid #fff;
    font-size: 20px;
    text-align: center;
    color: #f1f1f1;
}
.quote4 blockquote:after{content:'';position: absolute; width:6px;height:100%;left:2px;top:0;background: #ffffff;}
/**********************/
/*    DROPCAP Wild Blog  */
/**********************/
.dropcap1{font-size: 40px; margin-right: 20px; background-color: #adc867; position: relative; width: 53px; text-align: center; color: #fff; line-height: 60px; margin-bottom:20px!important;margin-top:4px;text-transform: uppercase; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; float: left;font-weight: 600;}
.dropcap2{font-size: 30px; margin-right: 20px; background-color: #313131; position: relative; width: 53px; text-align: center; color: #fff; line-height: 53px; margin-bottom: 20px!important; margin-top: 4px; text-transform: uppercase; border-radius: 50%; float: left;font-weight: 600;}
.dropcap3{font-size: 40px; margin-right: 20px; background-color: #eb768c; position: relative; width: 50px; text-align: center; color: #fff; line-height: 57px; margin-bottom: 20px!important; margin-top: 4px; text-transform: uppercase; float: left;font-weight: 600;}
.dropcap4{font-size: 30px; margin-right: 20px; background-color: #73c8b7; position: relative; width: 50px; text-align: center; color: #fff; line-height: 57px; margin-bottom: 20px!important; margin-top: 4px; border-radius:5px;text-transform: uppercase; float: left;font-weight: 600;}
.dropcap5{font-size: 80px; margin-right: 30px;line-height: 55px; position: relative; text-align: left; color: #c183d6; margin-bottom: 20px!important; margin-top: 4px;text-transform: uppercase; float: left;font-weight: 600;}
.dropcap6{font-size: 30px; line-height: 74px; width: 66px; position: relative; text-align: center; color: #313131; text-transform: uppercase; float: left; font-weight: 600;}
/**********************/
/*    TOOLTIP Wild Blog  */
/**********************/
.bt_tooltip { position: relative; color: #adc867; }
.tooltip2 { color: #000;}
.tooltip1 .bt_tooltip_hover { background: #adc867; border-radius: 3px; }
.tooltip2 .bt_tooltip_hover { background: #000000; }
.bt_tooltip_hover { opacity: 0; position: absolute; font-size: 12px; font-weight: 600; line-height: 1; color: #fff; position: absolute; top: -42px; left: 50%; padding: 10px 25px; text-align: center; display: inline-table;}
.bt_tooltip:hover .bt_tooltip_hover { opacity: 1;}
.bt_tooltip_hover:after { position: absolute; bottom: -13px; left: 50%; margin-left: -6px; font-size: 23px; font-family: "FontAwesome"; content: "\f0d7"; display: block; z-index: 1; color: #adc867;}
.tooltip2 .bt_tooltip_hover:after { color: #000000;}
/**********************/
/*    LIST STYLE Wild Blog  */
/**********************/
ul li:before{
    webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000)}
.liststyle1 ul li:before{content:'\f105';font-family:'FontAwesome';color: #ccc; width: 20px; border: 1px solid #ccc; border-radius: 50%; line-height: 20px; text-align: center; margin-left: 15px; font-size: 12px;left: 0px;position: absolute;}
.liststyle1 ul li{list-style: none;margin-bottom:30px;}
.liststyle1 ul li:hover:before{background-color: #adc867;color:#fff;border-color: #adc867;}

.liststyle2 ul{padding-left:30px;}
.liststyle2 ul li:before{content:'\f005';font-family:'FontAwesome';color: #ffa200; margin-left: 15px; font-size: 12px;left: 0px;position: absolute;line-height: 21px;}
.liststyle2 ul li{list-style: none;margin-bottom:30px;}

.liststyle3 ol li{margin-bottom:30px;}
.liststyle3 ol{color:#adc867;padding-left:25px;}
.liststyle3 ol li span{margin-left:15px;}

.liststyle4 ul{color:#adc867;padding-left: 22px;}
.liststyle4 ul li{margin-bottom: 30px;}
.liststyle4 ul li span{margin-left:15px;}

.liststyle5 ul li:before{content:'\f00c';font-family:'FontAwesome';color: #adc867; width: 20px; border: 2px solid #adc867; line-height: 17px; text-align: center; margin-left: 15px; font-size: 8px;left: 0px;position: absolute;}
.liststyle5 ul li{list-style: none;margin-bottom:30px;}
.liststyle5 ul li:hover:before{background-color: #adc867;color:#fff;border-color: #adc867;}

.liststyle6 ul{padding-left:30px;}
.liststyle6 ul li:before{content:'\f178';font-family:'FontAwesome';color: #313131; margin-left: 15px; font-size: 12px;left: 0px;position: absolute;line-height: 21px;}
.liststyle6 ul li{list-style: none;margin-bottom:30px;}

.liststyle7{counter-reset: li-counter;margin-left: 18px;}
.liststyle7 ol li:before{content: counter(li-counter);counter-increment: li-counter;color: #fff; width: 28px; border-radius: 50%; line-height: 28px; background-color:#adc867; text-align: center; margin-left: 15px; font-size: 10px;left: 0px;position: absolute;}
.liststyle7 ol li{list-style: none;margin-bottom: 22px; line-height: 28px;}

.liststyle8 ul li:before{content:'\f00c';font-family:'FontAwesome';color: #fff; width: 20px; border-radius: 50%; line-height: 20px; text-align: center; margin-left: 15px; background-color:#ccc;font-size: 8px;left: 0px;position: absolute;}
.liststyle8 ul li{list-style: none;margin-bottom:30px;}
.liststyle8 ul li:hover:before{background-color: #adc867;color:#fff;border-color: #adc867;}

.liststyle9 ul{padding-left:30px;}
.liststyle9 ul li:before{content:'\f08a';font-family:'FontAwesome';color: #adc867; margin-left: 15px; font-size: 12px;left: 0px;position: absolute;line-height: 21px;}
.liststyle9 ul li{list-style: none;margin-bottom:30px;}

.liststyle10 ul{padding-left:30px;}
.liststyle10 ul li:before{content:'\f0da';font-family:'FontAwesome';color: #969595; margin-left: 15px; font-size: 12px;left: 0px;position: absolute;line-height: 21px;}
.liststyle10 ul li{list-style: none;margin-bottom:30px;}

.liststyle11 ol li{margin-bottom:30px;}
.liststyle11 ol{color:#313131;padding-left:30px;}
.liststyle11 ol li span{margin-left: 15px;}

.liststyle12 ul li:before{content:'\f178';font-family:'FontAwesome';color: #fff; width: 22px; line-height: 16px; text-align: center; margin-left: 15px; background-color:#ccc;font-size: 8px;left: 0px;position: absolute;}
.liststyle12 ul li{list-style: none;margin-bottom: 36px; line-height: 16px;}
.liststyle12 ul li:hover:before{background-color: #adc867;color:#fff;border-color: #adc867;}

/**********************/
/*    HIGHLIGHT Wild Blog  */
/**********************/
span.highlight{color:#fff;background:#313131;padding: 0px 7px;}
span.highlight2{color:#fff;background:#adc867;padding: 0px 7px;}

/**********************/
/*    MESSAGE BOXES Wild Blog  */
/**********************/
/* Style 1*/
.message-style-1 .vc_message_box-icon i{font-size: 20px;}
/* Style 2 */
.message-style-2 {padding: 25px 47px 32px 121px!important;}
.message-style-2 .vc_message_box-icon{width: 57px!important; height: 57px; border-radius: 50%; left: 36px; top: 36px;}
.message-style-2 .vc_message_box-icon i{font-size:20px;}
/* Stule 3 */
.message-style-3 {padding: 25px 47px 32px 121px!important;}
.message-style-3 .vc_message_box-icon{width: 57px!important; height: 57px;border:4px solid #fff; border-radius: 50%; left: 36px; top: 36px;}
.message-style-3 .vc_message_box-icon i{font-size:20px;}
/* Style 4 */
.message-style-4 {padding: 25px 47px 32px 121px!important;}
.message-style-4 .vc_message_box-icon{width: 100px!important; border-right: 1px solid#f1f1f1;}
.message-style-4 .vc_message_box-icon i{font-size:30px;}
/* Stule 5 */
.message-style-5 {padding: 25px 47px 32px 121px!important;}
.message-style-5 .vc_message_box-icon{width: 50px!important; height: 50px;border:1px solid #fff; border-radius: 50%; left: 36px; top: 23%;}
.message-style-5 .vc_message_box-icon i{font-size:16px;}

.text-center { text-align: center; }
.text-center .vc_icon_element { display: inline; }
/***********************/
/* 7. Theme Shortcodes */
/***********************/
/*************************/
/*    VC Button Color    */
/*************************/
#bliccaThemes-layout .vc_btn, a.vc_btn, #bliccaThemes-layout button.vc_btn { font-weight: 700; font-style: italic; font-size: 12px; }
#bliccaThemes-layout .asset.vc_btn { background: #adc867; z-index: 1;position:relative;}
#bliccaThemes-layout .asset.vc_btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#bliccaThemes-layout .asset.vc_btn:before{
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

#bliccaThemes-layout .asset.vc_btn:after {
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
 background: #000; 
 opacity: 0.1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#bliccaThemes-layout .asset.vc_btn:hover,
#bliccaThemes-layout .asset.vc_btn:active, #bliccaThemes-layout .asset.vc_btn:focus{
  color:#fff;
  
}
#bliccaThemes-layout .asset.vc_btn:hover:after,
#bliccaThemes-layout .asset.vc_btn:active:after {
  height: 100%;
}

/******************/
/* BUTTON ELEMENT */
/******************/
.button_mini{font-size:10px;padding:3px 15px;display:inline-block;}
.button_small{font-size:11px;padding:4px 20px;display:inline-block;}
.button_medium{font-size:11px;padding:7px 27px;display:inline-block;}
.button_large{font-size:13px;padding:10px 34px;display:inline-block;}
.button_extra_large{font-size:13px;padding:15px 30px;display:inline-block;}
.border1px{border-width:1px;}
.border2px{border-width:2px;}
.border3px{border-width:3px;}
.border4px{border-width:4px;}
.border5px{border-width:5px;}
.border6px{border-width:6px;}
.pos_left{float:left;}
.pos_right{float:right;}
.pos_center{text-align:center;}
.full_width{width:100%;text-align:center;}
.button_mini, .button_small, .button_medium, .button_large, .button_extra_large {-webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);}
.bt-button-style {display: inline; }

/**************************/
/*       Blog Widget      */
/**************************/
.bt-blog-widget-posts { margin:0; padding: 0; list-style-type: none; }

/* social count and share */
.bt_social_count { position: relative; border-top: 2px solid #f0f0f0; font-family: 'Dosis', sans-serif; font-weight: 700; font-size: 12px; line-height: 24px; }
.bt_social_count_container { position: absolute; width: 100%; height: 24px; top: -13px; left: 0; text-align: center; }
.bt_social_count i { margin-right: 6px; }
.bt_facebook_count, .bt_twitter_count, .bt_pinterest_count, .bt_comment_count { width: 60px; height: 24px; border: 2px solid #f0f0f0; border-radius: 12px; margin: 0 5px; display: inline-block; text-align:center; color: #aeaeae; background: #fff; cursor: pointer; }
/* blog widget style 1 */
.bt_blog_style1 .bt-post-container { margin-bottom: 50px; width: 45.83333335%; float: left; }
.bt_blog_style1 .bt-post-container.bt_large_post { width: 100%; }
.bt_blog_style1 .bt_item_margin { margin-right: 8.333333333%; }


.bt_blog_style1 .bt_blog_thumbnail { margin-bottom: 25px; }
.bt_blog_style1 .bt_blog_title h3 { font-size: 18px; line-height: 28px; margin-bottom: 10px; }
.bt_blog_style1 .bt_large_post .bt_blog_title h3 { font-size: 24px; line-height: 38px; }
.bt_blog_style1 .bt_blog_title h3 a { color: #000; }

.bt_blog_content { margin-bottom: 11px; }

.bt_blog_style1 .bt_blog_meta { font-family: 'Dosis', sans-serif; font-weight: 700; } 
.bt_blog_style1 .bt_large_post .bt_blog_meta { margin-bottom: 30px; }
.bt_blog_style1 .bt_blog_category a { font-size: 11px; line-height: 11px; padding:7px 15px 6px; display: inline-block; color: #fff; background: #adc867; margin-right: 10px; border-radius: 17px; min-width: 60px; text-align: center; }
.bt_blog_style1 .bt_blog_time { font-size: 13px; color: #aeaeae; }
.bt_read_more { font-size: 6px; width: 51px; height: 24px; line-height: 22px; color: #aeaeae; border: 2px solid #ececec; border-radius: 12px; float: right; text-align: center; margin-top: 1px; }

/* blog widget style 2 */
.bt_blog_style2 .bt-post-container { margin-bottom: 40px; padding-bottom: 40px; border-bottom: 2px solid #f0f0f0; }
.bt_blog_style2 .bt-post-container.bt_large_post { width: 100%; }

.bt_blog_style2 .bt_blog_thumbnail { width: 48.833333%; float: left; }
.bt_blog_style2 .bt-post-right-container { width: 51.1%; float: left; padding-left: 30px;}
.bt_blog_style2 .bt_large_post .bt_blog_thumbnail, .bt_blog_style2 .bt_large_post .bt-post-right-container { width: 100%; padding-left:0;}
.bt_blog_style2 .bt_large_post .bt_blog_thumbnail { margin-bottom: 25px; }
.bt_blog_style2 .bt_blog_title h3 { font-size: 24px; line-height: 30px; margin-bottom: 18px; }
.bt_blog_style2 .bt_large_post .bt_blog_title h3 { font-size: 24px; line-height: 38px; margin-bottom: 10px;}
.bt_blog_style2 .bt_blog_title h3 a { color: #000; }

.bt_blog_style2 .bt_blog_content { margin-bottom: 20px; }

.bt_blog_style2 .bt_blog_meta { font-family: 'Dosis', sans-serif; font-weight: 700; } 
.bt_blog_style2 .bt_large_post .bt_blog_meta { margin-bottom: 30px; }
.bt_blog_style2 .bt_blog_category a { font-size: 11px; line-height: 11px; padding:7px 15px 6px; display: inline-block; color: #fff; background: #adc867; margin-right: 10px; border-radius: 17px; min-width: 60px; text-align: center; }
.bt_blog_style2 .bt_blog_time { font-size: 13px; color: #aeaeae; }

.bt_blog_style2 .bt_social_count { position: relative; border-top: 2px solid #f0f0f0; font-family: 'Dosis', sans-serif; font-weight: 700; font-size: 12px; line-height: 24px; }
.bt_blog_style2 .bt_social_count_container { position: absolute; width: 100%; height: 24px; top: -13px; left: 0; text-align: center; }
.bt_blog_style2 .bt_social_count i { margin-right: 6px; }
.bt_blog_style2 .bt_facebook_count, .bt_blog_style2 .bt_twitter_count, .bt_blog_style2 .bt_pinterest_count, .bt_blog_style2 .bt_comment_count { width: 60px; height: 24px; border: 2px solid #f0f0f0; border-radius: 12px; margin: 0 5px; display: inline-block; text-align:center; color: #aeaeae; background: #fff; }

/* blog widget style 3 - editor picks */
.bt_blog_style3 .bt-post-container { width: 100%; position: relative; margin-bottom: 30px;}
.bt_blog_style3 .bt_blog_thumbnail { width: 23.03%; float: left; padding-top: 6px; margin-right: 20px; }
.bt_blog_style3 .bt_large_post .bt_blog_thumbnail { width: 100%; float: none; padding-top: 0; max-width: 480px;}
.bt-editor-pick-hover { position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.5); top:0; text-align: center; max-width: 480px;}
.bt-vertical-align { padding: 0 41px; position: absolute; width: 100%; top: 50%; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.bt_blog_style3 .bt_blog_title h3 { font-size: 16px; line-height: 22px; margin-bottom: 4px; }
.bt_blog_style3 .bt_blog_title h3 a { color: #000; }
.bt_blog_style3 .bt_large_post .bt_blog_title h3 a { color: #fff;}
.bt_blog_style3 .bt_blog_time { font-family: 'Dosis', sans-serif; font-weight: 700; font-size: 13px; color: #aeaeae; line-height:1; }
.bt_blog_style3 .bt_blog_category a { font-size: 11px; line-height: 11px; padding:7px 15px 6px; display: inline-block; color: #fff; background: #adc867; border-radius: 17px; min-width: 60px; text-align: center; margin-bottom: 13px; }

/* blog widget style 4 */
.bt_blog_style4 .bt-post-container { margin-bottom: 60px; width: 29.73%; float: left; }
.bt_blog_style4 .bt_item_margin { margin-right: 5.405%; }

.bt_blog_style4 .bt_blog_thumbnail { margin-bottom: 25px; }
.bt_blog_style4 .bt_blog_title h3 { font-size: 18px; line-height: 28px; margin-bottom: 10px; }
.bt_blog_style4 .bt_blog_title h3 a { color: #000; }

.bt_blog_style4 .bt_blog_meta { font-family: 'Dosis', sans-serif; font-weight: 700; } 
.bt_blog_style4 .bt_blog_category a { font-size: 11px; line-height: 11px; padding:7px 15px 6px; display: inline-block; color: #fff; background: #adc867; margin-right: 10px; border-radius: 17px; min-width: 60px; text-align: center; }
.bt_blog_style4 .bt_blog_time { font-size: 13px; color: #aeaeae; }
/* popular vc grid */

.wild_vc_blog_classic { font-family: 'Dosis', sans-serif; font-weight: 700; }
.wild_vc_blog_classic .vc_gitem-post-data-source-post_categories { font-size: 11px; line-height: 11px; padding:7px 15px 6px; display: inline-block; color: #fff; background: #adc867; margin-right: 10px; border-radius: 17px; min-width: 60px; text-align: center; display: inline-block; }
.wild_vc_blog_classic .vc_gitem-post-data-source-post_date { font-size: 13px; color: #aeaeae; display: inline-block; }
.wild_vc_blog_classic .vc_icon_element { float: right; display: inline-block; margin-top: 1px; }
.wild_vc_blog_classic .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md { line-height: 22px!important; width: 51px; border: 2px solid #ececec; border-radius: 12px; height: 20px;}
.wild_vc_blog_classic .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon { font-size: 22px !important; }

.wild_vc_filter .vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item { padding: 2px 17px; }
.wild_vc_filter .vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item { border: 2px solid #ececec; color: #aeaeae; font-size: 13px; font-family: 'Dosis', sans-serif; font-weight: 700;}
.wild_vc_filter .vc_grid-filter.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-green>.vc_grid-filter-item:hover { background: #adc867; }

/* popular bt grid */
.bt_blog_style1.bt-popular-posts .bt-post-container { width: 29.72972972%; margin-right: 5.405%; }
.bt_blog_style1.bt-popular-posts .bt-post-container:nth-child(3n) { margin-right: 0; }


/* category or post carousel */
.bt-carousel-container { }
.bt-carousel-image { position: relative; }
.bt-carousel-image:nth-child(4n) { margin-right:0; }
.bt-carousel-hover { font-family: 'Changa One', "Lucida Grande", sans-serif; font-size: 24px; line-height: 24px; position: absolute; top:0; left: 0; width:100%; height: 100%; background: rgba(0,0,0,0.6); text-align: center; }
.bt-carousel-hover a { color: #fff; display: block; width:100%; position: absolute; top: 50%; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

/* Blog Style 5 Masonry */
.bt_blog_style5 .bt-blog-widget-posts { position: relative; }
.bt_blog_style5 .bt-blog-widget-posts:after {   content: '';
  display: block;
  clear: both; }
.bt_blog_style5 .bt-post-container { float: left; width: 49.91%; position: relative; margin-right: 0.18%; } 
.bt_blog_style5 .bt-post-container:nth-child(2n+1) { margin-right: 0; }
.bt_blog_style5 .bt-post-container.bt_masonry1 { width: 57.65%; margin-right: 0.18%; }
.bt_blog_style5 .bt-post-container.bt_masonry2,.bt_blog_style5 .bt-post-container.bt_masonry3 { width: 42.17%; margin-right: 0; margin-bottom: 2px;}

.bt_blog_style5 .wild_blog_bt_blog_style5_hover { position: absolute; top: 0; left:0; width: 100%; height: 100%; background: rgba(0,0,0,0.4); }
.bt_blog_style5 .bt_blog_meta { position: absolute; bottom: 30px; left: 0; padding-left: 30px; width: 100%; }

.bt_blog_style5 .bt_blog_category a {
    font-size: 11px;
    line-height: 11px;
    padding: 7px 15px 6px;
    display: inline-block;
    color: #fff;
    background: #adc867;
    margin-right: 10px;
    border-radius: 17px;
    min-width: 60px;
    text-align: center;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
}

.bt_blog_style5 .bt_blog_time {
    font-size: 13px;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;    
    color: #aeaeae;
}
.bt_blog_style5 .bt_blog_title h3 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 15px;
}
.bt_blog_style5 .bt_blog_title h3 a {
    color: #fff;
}
/***** HOMEPAGE EXTRA CODES *****/
.triangle:before{
    content: "";
    position: absolute;
    width: 0;
    bottom: -10px;
    height: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 10px 14px 0 14px;
    border-color: #adc867 transparent transparent transparent;
    z-index:1;
}

/**********************/
/*  BT Title Widget   */
/**********************/
.bt-title-widget.bt_title_left:before { width: 40px; height: 6px; background: #adc867; content: ""; display: block; margin-bottom: 11px; }
.bt-title-widget.bt_title_center { text-align: center; }
.bt-title-widget.bt_title_center:before { width: 30px; height: 6px; background: #adc867; content: ""; display: inline-block; }
.bt-title-widget h3 { font-size: 24px; line-height: 1; color: #000; font-style: italic; }
.footer_bliccaThemes .bt-title-widget h3 { color: #fff; }
/*****************************/
/*    Image Gallery Wild Blog     */
/*****************************/
.Wild Bloggrid3{border-radius:50%;}

#bt_image_masonry_gal { position: relative; }
#bt_image_masonry_gal .bt_image_masonry-item { width: 24.6%; float: left; position: relative; margin-bottom: 6px; }
#bt_image_masonry_gal .bt_image_masonry-sizer { width: 24.6%; }
#bt_image_masonry_gal .bt_image_masonry-item.bt-gal-masonry1 { width: 49.75%; }
.bt_image_masonry-gutter { width: 0.5%; }
.bt_image_masonry-hover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #adc867; opacity: 0; -webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);}
.bt_image_masonry-item:hover .bt_image_masonry-hover { opacity: 0.7; -webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);}
.bt_image_masonry-hover a { font-size: 20px; line-height: 1; color: #fff; position: absolute; top: 50%; margin-top: -10px; left: 50%; margin-left: -7px; }

/***********************/
/*   Twitter Widget    */
/***********************/
.twitter_slide_container { text-align: center; color: #fff; }
.twitter_slide_container a { color: #fff; text-decoration: underline; } 
.twitter_slide_container .twitter-ico { font-size: 40px; margin-bottom: 33px; }
.twitter_slider { font-size: 24px; line-height: 40px; padding: 0 20%; }
.twitter_slider .tweet_user, .twitter_slider .tweet_date { font-size: 14px; line-height: 18px; }
.twitter_slider .tweet_user { margin-top: 26px; margin-bottom: 0px; }
.twitter_slider .tweet_user a { text-decoration: none; }

.twitter_slide_container .slick-prev, .twitter_slide_container .slick-next { width: 46px; height: 46px; background: transparent; opacity: 0.6; border: 1px solid #ffffff; border-radius: 100%; line-height: 46px; text-align: center; top:25%; z-index: 100; -webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);}
.twitter_slide_container .slick-prev { left: 60px; }
.twitter_slide_container .slick-next { right: 60px; }
.twitter_slide_container .slick-prev:before, .twitter_slide_container .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 46px;
    opacity: 1;
    color: #fff;
}

.twitter_slide_container .slick-prev:hover, .twitter_slide_container .slick-next:hover  { color: #fff;  border: 1px solid #fff;opacity:1;}
.twitter_slide_container .slick-prev:hover:before, .twitter_slide_container .slick-next:hover:before { color: #fff; }
.twitter_slide_container .slick-prev::before {
    content:"\f104";
}
.twitter_slide_container .slick-next::before {
    content:"\f105";
}
.twitter_slide_container .slick-prev.slick-disabled:before, .twitter_slide_container .slick-next.slick-disabled:before { opacity: 1; }

/* slider 2 */
.twitter_slide_container.twitter_slide2 { padding-bottom: 5px;}
.twitter_slide_container.twitter_slide2 .twitter-ico { font-size: 20px; margin-bottom: 0; margin-right: 10px; float: left; }
.twitter_slide_container.twitter_slide2 .twitter_slider { font-size: 14px; line-height: 20px; padding: 0 70px 0 30px; color: #fff; text-align: left; margin-bottom: 0; padding-top: 3px; }
.twitter_slide_container.twitter_slide2 a { color: #fff; text-decoration: underline; } 
.twitter_slide_container.twitter_slide2 .slick-prev, .twitter_slide_container.twitter_slide2 .slick-next { width: 30px; height: 30px; border-radius: 0; background: #fff; top:23px; border:0; }
.twitter_slide_container.twitter_slide2 .slick-prev { left: auto; right: 47px; }
.twitter_slide_container.twitter_slide2 .slick-next { right:12px; }
.twitter_slide_container.twitter_slide2 .slick-prev:before, .twitter_slide_container.twitter_slide2 .slick-next:before { font-size: 16px; line-height: 30px; color: #adc867; display: block; }
.twitter_slide_container .slick-prev::before {
    content:"\f104";
}
.twitter_slide_container .slick-next::before {
    content:"\f105";
}
.twitter_slide_container.twitter_slide2 .slick-prev:hover, .twitter_slide_container.twitter_slide2 .slick-next:hover { background: rgba(0,0,0,0.3); }
.twitter_slide_container.twitter_slide2 .slick-prev:hover:before, .twitter_slide_container.twitter_slide2 .slick-next:hover:before { color: #fff; }
/* grid for footer and sidebar */
.twitter_grids a { color: #969696; }
.twitter_grids p { margin-bottom: 0; }
.twitter_grids p.tweet_date { line-height: 13px; font-size: 13px; margin-top: 12px; color:#aeaeae; position: relative; padding-left: 18px;}
.twitter_grids > div { padding-bottom: 23px; position: relative; }

.twitter_grids p.tweet_date:before { content:"\f099"; font-family: "FontAwesome"; font-size: 13; line-height: 1; color: #adc867; position: absolute; top: 0; left: 0; }

/* Twitter Widget Sidebar Styles */
.demo1 .twitter_grids > div:before{color:#dadada;}
.demo1 .twitter_grids > div{border-color:#f1f1f1;}
.demo3 .twitter_grids > div{padding-left:52px;border-bottom:none;padding-bottom:15px;}
.demo3 .twitter_grids > div:before{width: 32px; height: 32px; background: #f1f1f1; text-align: center; line-height: 32px; border-radius: 50%; color: #fff;font-size:14px;
  webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);}
.demo3 .twitter_grids > div:hover:before{background:#adc867;}
/** finished shortcodes **/

/**********************/
/*    404 PAGES Wild Blog  */
/**********************/

.errorpage1{color: #fff!important; -webkit-text-stroke: 1px #dadada; text-shadow: 10px 10px 0 #dadada, -1px -1px 0 #dadada, 1px -1px 0 #dadada, -1px 1px 0 #dadada, 1px 1px 0 #dadada;line-height:1px;}

.errorpage3 .search-query{position: relative;
line-height: 46px;
padding-left: 10px;
font-size: 13px!important;
color: #fff;
border:1px solid #fff;
border-right:none;
background-color:rgba(0, 0, 0, 0.25);
width:99%; margin-bottom:35px;
}
.errorpage3 .search-query::-webkit-input-placeholder {font-size:13px;color:#fff;}
.errorpage3 .search-query:-moz-placeholder {font-size:13px;color:#fff;}
.errorpage3 .search-query::-moz-placeholder {font-size:13px;color:#fff;}
.errorpage3 .search-query:-ms-input-placeholder {font-size:13px;color:#fff;}

.errorpage3 .search-icon{background: rgba(0, 0, 0, 0.25);
border: 1px solid #fff;
border-left:none;
line-height: 48px;
width: 50px;
position: absolute;
padding:0px;}
.errorpage3 .search-icon i{color:#fff;font-size:18px;}
.errorpage3 .search-query:focus{border-color:#313131;}
.errorpage3 .search-query:focus + .search-icon{border-color:#313131;background: rgba(0, 0, 0, 0.25)!important;}



/**************/
/* 11. Footer */
/**************/
.footer_bliccaThemes { color: #696969; }
.footer_bliccaThemes a { color: #969696; }
.footer_bliccaThemes a:hover { color: #adc867; }

/********************/
/* Mail Chimp Style */
/********************/
.bt-mailchimp { text-align: right; position: relative; }
.bt-mailchimp .mc4wp-form input[type=date], .bt-mailchimp  .mc4wp-form input[type=email], .bt-mailchimp  .mc4wp-form input[type=tel], .bt-mailchimp  .mc4wp-form input[type=text], .bt-mailchimp  .mc4wp-form input[type=url], .bt-mailchimp  .mc4wp-form select, .bt-mailchimp  .mc4wp-form textarea {
    width: 74%;
    background: #4a4a4a;
    color: #fff;
    line-height: 44px;
    border: none;
    float: left;
    padding-left: 20px;
    font-size: 12px; 
  padding-bottom:1px;
}
.bt-mailchimp .mc4wp-form button, .bt-mailchimp .mc4wp-form input[type=button], .bt-mailchimp .mc4wp-form input[type=submit] {padding-bottom:0px;
background: #adc867;
border: 0;
color: #fff;
font-weight: 600;
line-height: 44px;
font-size: 11px;
width: 26%;
  text-transform:uppercase;
  webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.bt-mailchimp ::-webkit-input-placeholder { color: #969595;}
.bt-mailchimp ::-moz-placeholder { color: #969595; } 
.bt-mailchimp :-ms-input-placeholder { color: #969595;}
.bt-mailchimp input:-moz-placeholder { color: #969595; }
.bt-mailchimp .mc4wp-form button:hover, .bt-mailchimp .mc4wp-form input[type=button]:hover, .bt-mailchimp .mc4wp-form input[type=submit]:hover{
  background-color: #fff;
  color:#313131;
}

/************************/
/* Owl Carousel Styles  */
/************************/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-prev, .owl-next { width: 24px; height: 60px; background: #fff; position: absolute; top:50%; left: -4px; margin-top: -30px; }
.owl-next { left: auto; right: -4px; }
.owl-prev:before, .owl-next:before { font-family: "FontAwesome"; position: absolute; top: 50%; left: 0; margin-top:-6px; color: #000; font-size: 13px; line-height: 13px; content:"\f053"; text-rendering: auto;
-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline-block; }
.owl-next:before { content: "\f054"; left: auto; right: 0; }
/********************/
/* Responsive Query */
/********************/
@media (min-width: 1201px) and (max-width: 1500px) {
.bliccaThemesBox { width: 1201px; }  
.bliccaThemes-header > .container, .bliccaThemes-waypoint,  .footer_bliccaThemes { padding: 0; }  
}
@media (max-width: 1200px) {
.bliccaThemesBox { width: 992px; }
.bliccaThemes-header > .container, .bliccaThemes-waypoint,  .footer_bliccaThemes { padding: 0; }    
.minimal-menu-scroll {  max-height: 600px; } 
.minimal-menu-button { right: 60px; }    

}

@media (min-width: 768px) and (max-width: 992px) {
.bliccaThemesBox { width: 768px; }  
.bliccaThemes-header > .container, .bliccaThemes-waypoint,  .footer_bliccaThemes { padding: 0; }    
/* Header */
.minimal-menu-container { padding-left: 0 !important; }  
.minimal-menu-scroll {  max-height: 500px; }
.opened-minimal-menu .minimal-menu { margin-top: 30px; }
.minimal-menu-button { right: 60px; }  
.bt-after-navigation, .navbar-collapse {display: none; }
.navbar-header { padding-top: 45px!important; padding-bottom: 23px !important; position: relative; width: 100% !important; }
.navbar-nav > li { float: none; }
.responsive-navigation-button { display: block; }  
.responsive-menu-container.open-responsive-menu { max-height: 500px; overflow-y: auto; }
.bt-before-logo, .bt-after-logo { width: 100%; }
.header-navfull-style .center-logo-area {
    width: 100%;
    padding-top: 23px!important;
    padding-bottom: 23px !important;
}
.header-navfull .center-logo-area { position: relative; width: 100%; }
.header-navfull .bt-after-logo { width: 100%; padding: 0 0 15px 0;}
.header-classic .navbar-header { padding-left: 30px;}
/* blog */
.bt-carousel-hover { font-size: 16px; line-height: 16px; }
.bt_blog_style2 .bt_blog_thumbnail { width: 100%; margin-bottom: 25px; }
.bt_blog_style2 .bt-post-right-container { width: 100%; padding: 0; }
.bt_blog_style3 .bt_blog_title h3 { font-size: 12px; line-height: 16px; } 
.bt-vertical-align { padding: 0; }
}

@media (max-width: 767px) {
#bliccaThemes-layout { width: 100%; overflow: hidden; }  
.bliccaThemesBox { width: auto; margin-right: auto; margin-left: auto; padding: 0 10px; }
.bliccaThemes-header > .container, .bliccaThemes-waypoint,  .footer_bliccaThemes { padding: 0; }    
/* Header */  
.minimal-menu-scroll {  max-height: 300px; }
.minimal-menu-button { right: 25px; } 
.minimal-menu-container { padding-left: 0 !important; padding-top: 40px !important; }    
.opened-minimal-menu .minimal-menu { margin-top: 10px; }
.extra-menu-column { width: 480px; padding: 30px; }
.bt-after-navigation, .navbar-collapse {display: none; }
.navbar-header { padding-top: 45px!important; padding-bottom: 23px !important; position: relative; width: 100% !important; }
.navbar-nav > li { float: none; }  
.responsive-navigation-button { display: block; }   
.responsive-menu-container.open-responsive-menu { max-height: 300px; overflow-y: auto; }
.bt-before-logo, .bt-after-logo { width: 100%; }
.header-navfull-style .center-logo-area {
    width: 100%;
    padding-top: 23px!important;
    padding-bottom: 23px !important;
}
.header-navfull .center-logo-area { position: relative; width: 100%; }
.header-navfull .bt-after-logo { width: 100%; padding: 0 0 15px 0;}
.header-classic .navbar-header { padding-left: 30px;}
/*blog*/
.bt_blog_style2 .bt_blog_thumbnail { width: 100%; margin-bottom: 25px; }
.bt_blog_style2 .bt-post-right-container { width: 100%; padding: 0; }
/*misc*/
.bt_imagebox_3 .bt-img-icon  .bt_image{width:100%;}
.bt_imagebox_3 .bt-img-icon .icon{width:100%;line-height: 50px;}
.social-container { text-align: center; } .social-container > div { margin: 0 auto; margin-bottom: 10px; }
.bt-carousel-hover { font-size: 14px; line-height: 14px; }  
}

@media (max-width: 480px) {
#bliccaThemes-layout { width: 100%; overflow: hidden; }
.bliccaThemesBox { width: auto; margin-right: auto; margin-left: auto; padding: 0; }
.bliccaThemes-header > .container, .bliccaThemes-waypoint,  .footer_bliccaThemes { padding: 0; }    
/* Header */
.logged-in .bliccaThemes-header.on-sticky { top: 0; }  
.minimal-menu-scroll {  max-height: 300px; }
.opened-minimal-menu .minimal-menu { margin-top: 10px; }  
.minimal-menu-button { right: 25px; } 
.minimal-menu-container { padding-left: 0 !important; padding-top: 40px !important; }  
.extra-menu-column { width: 320px; padding: 30px; }
.bt-after-navigation, .navbar-collapse {display: none; }
.navbar-header { padding-top: 45px!important; padding-bottom: 23px !important; position: relative; width: 100% !important; }
.navbar-nav > li { float: none; }  
.responsive-navigation-button { display: block; }   
.responsive-menu-container.open-responsive-menu { max-height: 300px; overflow-y: auto; }
.bt-before-logo, .bt-after-logo { width: 100%; }
.header-navfull-style .center-logo-area {
    width: 100%;
    padding-top: 23px!important;
    padding-bottom: 23px !important;
}
.header-navfull .center-logo-area { position: relative; width: 100%; }
.header-navfull .bt-after-logo { width: 100%; padding: 0 0 15px 0;}
.header-classic .navbar-header { padding-left: 30px;}
/* blog */
.bt_blog_style2 .bt_blog_thumbnail { width: 100%; margin-bottom: 25px; }
.bt_blog_style2 .bt-post-right-container { width: 100%; padding: 0; }
.bt_blog_style1.bt-popular-posts .bt-post-container, .bt_blog_style1 .bt-post-container {width: 100%; }  
/*misc*/
.social-container { text-align: center; } .social-container > div { margin: 0 auto; margin-bottom: 10px; }
.bt-carousel-hover { font-size: 18px; line-height: 18px; }  
}
@media (min-width: 768px) { #bliccaThemes-layout .full .container { width: 100%; } #bliccaThemes-layout .full .bt-accordion-itemContent .container { width: 760px; } }
@media (min-width: 992px) { #bliccaThemes-layout .full .container { width: 100%; } #bliccaThemes-layout .full .bt-accordion-itemContent .container { width: 980px; } } 
@media (min-width: 1200px) { #bliccaThemes-layout .full .container { width: 100%; } #bliccaThemes-layout .full .bt-accordion-itemContent .container { width: 1170px; } } 