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

Project:  Kuverta Minimal Portfolio
Version:  1.0.1
Author: Blicca Themes

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

8. Footer and Widgets

9. Slick Slider

10. Woocommerce

- Responsive Queries

-------------------------------------------------------------------*/
/***********************/
/* 1. Fonts and Common */
/***********************/
body {font-family: 'Open Sans', sans-serif; color: #999; font-size: 14px; line-height: 1.9; font-weight: 400; letter-spacing: 2px; -webkit-font-smoothing: antialiased; word-wrap: break-word; overflow-wrap: break-word; overflow-x: hidden; letter-spacing: 1px;}
.ui-helper-reset { line-height: 28px !important; }
a {color:#000000;}
a:active { text-decoration: none; }
a:active, a:focus {
outline: thin dotted;
outline: 0 !important;
outline-offset: 0 !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ font-family: 'Open Sans', sans-serif; color:#000000; font-weight:500; line-height: 1.2; }
h1, .h1 { font-size: 50px;  }
h2, .h2 { font-size: 40px;  }
h3, .h3 { font-size: 32px;  }
h4, .h4 { font-size: 24px;  }
h5, .h5 { font-size: 20px;  }
h6, .h6 { font-size: 16px;  }
h1, .h1, h2, .h2, h3, .h3 { margin:0px;}
.columncenter{text-align:center;}
.customize-support .full .container { width: 100%; }

#bliccaThemes-layout { 
    opacity: 1;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    transition-delay: 0.2s;
}
#bliccaThemes-layout.is-exiting { 
    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;
    transition-delay: 0.2s;
 }
#bliccaThemes-layout .wpb_row.vc_row-fluid.full .wpb_column { padding: 0 !important; margin: 0; }
.container .container { width: 100%; padding-left:0; padding-right:0; }
.wpb_row{ margin-left:0 !important; margin-right:0 !important; }
.bliccaThemesBox { 
background: #fff;
-webkit-box-shadow: 0px 0px 3px 0px rgba(210, 210, 210, 0.6);
-moz-box-shadow:    0px 0px 3px 0px rgba(210, 210, 210, 0.6);
box-shadow:         0px 0px 3px 0px rgba(210, 210, 210, 0.6);
width: 1200px;
margin: 0 auto; 
}
.enable_fixhead .bliccaThemesBox .bliccaThemes-header { left: 0; right: 0; margin-left: auto; margin-right: auto;  max-width: 1200px; -webkit-box-shadow: 0px 0px 3px 0px rgba(210, 210, 210, 0.6); -moz-box-shadow: 0px 0px 3px 0px rgba(210, 210, 210, 0.6); box-shadow: 0px 0px 3px 0px rgba(210, 210, 210, 0.6); }
#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;}
.bt-freelance-title { font-size: 80px; line-height: 90px; font-weight: 700; } 
/**************/
/* 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 */
.stickylogo { display: none; }
.on-sticky .logo { display: none;}
.on-sticky .stickylogo { display: block;}
a.logo-text { font-size: 26px; font-weight: 500; color: black; letter-spacing: 3px; text-transform: uppercase; }

.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; } 
.header-classic .navbar-collapse { float: right; }
.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: 0; 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: 46px 0 46px; }
.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; height: 142px;}


.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, .enable_fixhead .bliccaThemes-header.off-sticky { 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: 700; color: #5f5f5f; }
.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: #181818; border-bottom: 1px solid #000000; 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: 700; color: #000000; -webkit-transition: all 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000) !important; -moz-transition: all 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000) !important; -o-transition: all 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000) !important; transition: all 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000) !important;}
.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: #000000; border-left: 2px solid #000000; background: transparent; -webkit-transition: all 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000) !important; -moz-transition: all 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000) !important; -o-transition: all 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000) !important; transition: all 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000) !important;}


/******************/
/* 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: #5f5f5f; 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: #000000; 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: #5f5f5f; 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: #000000; color: #000000; 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: #5f5f5f; 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: #000000; 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: #5f5f5f; 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: #000000; color: #000000; 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: #5f5f5f; font-weight: 700;}
.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: #000000; 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: #5f5f5f; font-weight: 700;}
.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: #181818; border-top: 2px solid #000000}


/******************/
/* 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: #5f5f5f; font-weight: 700;}
.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: #181818; border-bottom: 2px solid #000000}


/******************/
/* 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 #000000; color: #5f5f5f; font-weight: 700;}
.header-style10 .nav>li:last-child>a { border-right: 1px solid #000000; };
.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: #000000; color: #fff; border-color: #000000; }


/******************/
/* 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: 33px; }
.header-style11 .nav>li { padding: 0 6px 0; }
.header-style11 .nav>li>a { padding: 31px 29px 33px;font-size:16px; background: transparent; color: #5f5f5f; font-weight: 700;}
.header-style11 .nav>li>a:first-child { padding-left: 0; }
.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: #181818;  }

/*******************************/
/* 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: 32px 12px 32px; background: transparent; color: #999; font-weight: 600; font-family: Open Sans; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px;}
.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: #000000;  }
.header-style12{ padding-top: 25px; 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; }

/***************/
/* Left Sided Menu */
/***************/
.bliccaThemes-header.header-leftside {
position: fixed;
width: 290px;
height: 100%;
top: 0;
left: 0; 
padding-left: 45px;
z-index: 90;
}
.left-menu-row{
position: absolute;
width: 290px;
height: 100%;
top: 0;
left: 0; 
padding-left: 45px;
background: #f7f7f7; 
z-index: 90;
overflow-x: hidden; 
}
.left-menu-container {
position: absolute;
width: 290px;
height: 100%;
top: 0;
left: 0; 
padding-left: 45px;
background: #f7f7f7; 
z-index: 90;
overflow-x: hidden;
}
.left-menu-scroll {
padding-top: 100px;
overflow-y: scroll;
overflow-x: hidden;
width: 290px;
height: 100vh;
}
.left-menu-scroll::-webkit-scrollbar {
display: none;
}
.left-logo { margin-bottom: 82px; }
.bliccaThemes-header.header-leftside .container { width: 100%; }
.header-leftside .navbar-collapse { float: none; display: block; clear: both; }
.header-leftside ul { margin:0; padding:0; list-style: none;  }
.bliccaThemes-header.header-leftside .navbar-nav li { float: none; list-style: none; margin: 0; }
.bliccaThemes-header.header-leftside .navbar-nav li .sub-menu { display: none; }
.bliccaThemes-header.header-leftside .navbar-nav li .sub-menu li { padding: 10px 0 10px 15px; }
.bliccaThemes-header.header-leftside .navbar-nav li a { margin: 0; padding: 0; font-weight: 700; color: #999999;  padding: 16px 0 16px; }
.bliccaThemes-header.header-leftside .nav>li>a:hover, .bliccaThemes-header.header-leftside .nav>li>a:focus { background: transparent; color: #000000;}
.bliccaThemes-header.header-leftside .nav>li.current-menu-item a, .bliccaThemes-header.header-leftside .nav>li.current-menu-parent a
{ color: #000000; }

.left-menu-button { display: none; position: absolute; top: 100px; left: 100%; width: 30px; height: 30px; background: #f9f9f9; color: #000000; text-align: center; line-height: 30px; font-size: 14px; cursor: pointer;  }
.left-menu-button i { line-height: 30px; }
.left-menu-button .fa-times { display: none;  }
.left-menu-button.close .fa-times { display: block; }
.left-menu-button.close .fa-bars { display: none; }
.left-menu-widgets { margin-left: -13px; margin-top: 62px; }
.left-menu-widgets .header-social { float: left; }
.left-menu-widgets > div { clear: both; margin-bottom: 28px; }
.left-menu-widgets  .header-text-widget { font-size: 12px; color: #999999; }

/*************************/
/* 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: #000000;
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: 220px;
  z-index: 1005;
  background-color: #272B2F;
  
}
.navbar-nav>li>.dropdown-menu{ padding-bottom: 0px; left: auto; border: none; margin-top:-10px;}
.dropdown-menu>li>a { 
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    padding: 20px 25px;
    overflow: hidden;
    z-index: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:active{background: rgba(0,0,0,0.10); color:#fff;}


/******************************/
/* 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:0px;border-right: 1px solid rgba(0,0,0,0.10); }

.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: 11px;
    color: rgba(255, 255, 255, 0.40);
    cursor: text;
    pointer-events: none;
}

.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 {
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    padding: 20px 25px;
    overflow: hidden;
    z-index: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    -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: #fff;}

.multi .dropdown-menu li>ul>li>a:hover {
  color: #fff;
  background: rgba(0,0,0,0.10);
}

.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: #181818; font-weight: 700; 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:#181818;margin-top:20px;margin-bottom:30px;}
.widgetbutton a{color:#ffffff; background: #000000;margin:10px 10px 0px 0px;font-weight: 400; border-radius:0px;line-height:inherit!important;} 
.widgetbutton a:hover{color:#ffffff ; background:#181818 ;}
.widgetbutton2 a{color:#ffffff; background: #181818;margin:10px 10px 0px 0px;font-weight: 400; border-radius:0px;line-height:inherit!important;} 
.widgetbutton2 a:hover{color:#ffffff ; background:#000000 ;}
/* 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:#181818;}
.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 { 
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5); }
.minimal-menu-container { height: 100%;
  padding:100px 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);
}
.opened-minimal-menu .minimal-menu-container{ 
  background: #fff;
  -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; height: 100%;}
.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: 20px; 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);
  color:#181818;
}
.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: 'Open Sans', sans-serif; font-weight: 600; font-size: 24px; color: #272727; padding: 10px 0; letter-spacing: 5px; 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);
}
.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: 'Open Sans', sans-serif; font-weight: 400; font-size: 16px; 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: 10px;top: 50%; margin-top: -32px; cursor: pointer; }
ul.mobile-navigation { padding: 0; }
.responsive-menu-container .mobile-navigation>li>a { font-weight: 700; font-size:25px; color: #000; padding: 0 0; display: inline-block; }
.responsive-menu-container .mobile-navigation>li{list-style:none;}
.responsive-menu-container .sub-menu { display: none; padding: 20px 0 20px 0; }
.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: 11px; }
.responsive-menu-container .sub-menu a { font-weight: 400; font-size: 16px; color: #969696; padding: 8px 0; }
.responsive-menu-container .sub-menu li{list-style:none;}
.dropup, .dropdown{list-style:none;}
/*********************/
/* 1.1.5 Top Section */
/*********************/
.topsection {  overflow: hidden; max-height: 300px;
    -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: 49px; height: 49px; line-height: 49px; border: 1px solid #f1f1f1; border-radius: 3px; text-align: center; padding: 0; 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: #000000;
}
.bliccaThemes-header-search:hover i { color: #000000; }
.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 #000000; 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:#5f5f5f;}
.bt-cart .woocommerce .quantity{border: none; color: #000000; 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:#5f5f5f;}
.bt-cart .woocommerce.widget_shopping_cart .total{color:#000000;margin:0px;padding:0px;}
.bt-cart .woocommerce a.button{background: #000000; 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: 700;}
.extra-menu .textwidget .extranav{font-size: 13px; color: #5f5f5f; line-height: 24px; font-weight: 400; margin-bottom: 16px; margin-top: 44px;}
.extra-menu .textwidget span{font-weight: 700; 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:#000000;}
.extramenubutton:hover a{color:#000000;}


/* header text widget */
.header-text-widget { margin: 0 10px; }
.topsection-text { float: left; font-size: 13px; padding: 0 30px; border: 1px solid #eeeeee; border-width: 0 0 0 1px; height: 49px;line-height: 49px;}
.topsection-text i { margin-right: 10px; font-size: 14px; }
.headerwidget-text { float: left; color: #565656; font-weight: 400; padding: 11px 30px 11px 30px;  border-right: 1px solid #f1f1f1; }
.headerwidget-text:nth-child(1) { width: 275px; }
.headerwidget-text:nth-child(2) { width: 191px; }
.headerwidget-text:nth-child(3) { width: 276px; border-right: 0; }
.headerwidget-text .texticon-containter { float: left; height: 60px; padding-right: 10px;}
.headerwidget-text i { color: #000000; }
.headerwidget-text span {  color: #181818; font-weight: 700; display: block;  }
/**************************/
/* 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: #5f5f5f; 
  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: #000000; border-color: #000000; }

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


.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: #5f5f5f; 
  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: #000000 !important; border-color: #000000; }


/* 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: #000000; }


/*****************/
/*  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: #181818; 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: #000000; 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: #000000; color: #000000; }
/**********************/
/*   1.2 Buttons      */
/**********************/

.buton {
  font-size: 16px;
  font-weight: 700;
  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: 700;  font-style: italic; color: #fff;}
.buton a { text-decoration: none; font-weight: 700;  font-style: italic; color: #fff;}
.buton.b_white a { text-decoration: none; font-weight: 700; 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: #000000;}
.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: 220px;
color: #fff;
background: #fff;
font-size: 20px;
background-position: center center;
background-repeat: no-repeat;
display: table-cell;
vertical-align: middle;
}
.caption h1, .caption h2 { font-weight: 400; line-height: 80px; color: #000;font-size:32px; }
.caption p{ font-size:14px; font-weight: 400; color:#999}

.caption-style2 .caption { text-align: left; }
.bt-page-breadcrumb { float: right; margin-top: -29px; font-size: 12px; color: #363333; }
.bt-page-breadcrumb a { color: #363333; }
.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; }
.blog-excerpt { font-weight: 400; }
.blog-style .caption-container {  }

.bt-blog-posts { overflow: hidden; }
.bt-blog-posts .bt_thumbnail { position: relative; }
.bt-blog-posts h3.blog-title a { color: #181818; }
.bt-blog-posts .blog-subtitle a { color: #5f5f5f; }
.bt-blog-posts h3.blog-title a:hover, .bt-blog-posts .blog-subtitle a:hover { color: #000000; }

.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 #000000; background: #000000;}
.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: #5f5f5f; }
.blog-style1 .bt-quote-title { display: block; line-height:1; font-size: 15px; color:#000000; 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: #181818; font-size: 20px; line-height: 34px; display: block;}
.blog-style1 .bt-blog-link a, .blog-style1 .bt-blog-link a:hover { color: #5f5f5f; }
/* 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: #000000; 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 #f5f5f5; padding: 22px 25px 13px 25px; background: #fff; }
.blog-style3 .post-item .bt_blog_widget_footer { padding: 0 25px; background: #f5f5f5; border: 1px solid #f5f5f5; 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; }
.blog-style3 .post-item .bt_blog_widget-more { }
.blog-style3 .post-item .bt_blog_widget-more i{margin-right:5px;}
.blog-style3 .post-item .blog-icon-box { margin: 10px 0; padding: 10px 15px 10px 15px; background: #fff; 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: 59px; height: 52px; background: rgba(39, 39, 39, 0.20); color: #fff; text-align: center; line-height: 1; position: absolute; top: 0px; 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: #5f5f5f; }
.blog-style3 .bt-quote-title { display: block; line-height:1; font-size: 15px; color:#000000; 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: #181818; font-size: 20px; line-height: 34px; display: block;}
.blog-style3 .bt-blog-link a, .blog-style1 .bt-blog-link a:hover { color: #5f5f5f; }
/* 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: 700; 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: #000000; }
.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: #5f5f5f; }
.blog-style4 .bt-quote-title { display: block; line-height:1; font-size: 15px; color:#000000; 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: #181818; font-size: 20px; line-height: 34px; display: block;}
.blog-style4 .bt-blog-link a, .blog-style1 .bt-blog-link a:hover { color: #5f5f5f; }
/* 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 { font-size: 14px;font-weight:700; }
.blog-style5 .post-item .blog-subtitle { font-size: 14px; margin-bottom: 23px; } 
.blog-style5 .post-item .blog-subtitle span { color: #c4c4c4; padding: 0 15px; }


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

.blog-style5 .post-item.format-link { padding: 33px 45px 43px 74px; background: #000000; } 
.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: #5f5f5f; }
.blog-style6 .bt-quote-title { display: block; line-height:1; font-size: 15px; color:#000000; 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: #181818; font-size: 20px; line-height: 34px; display: block;}
.blog-style6 .bt-blog-link a, .blog-style6 .bt-blog-link a:hover { color: #5f5f5f; }

.blog-style6 .post-item .overdate { width: 58px; height: 52px; background: #000000; 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: #181818; 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: #000000 }
.blog-style7 .post-item .blog-subtitle { font-size: 12px; margin-bottom: 23px; } 
.blog-style7 .post-item .blog-subtitle .bt_blog_title_sep { font-weight: 700; 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: #000000; 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: #5f5f5f; }
.blog-style7 .bt-quote-title { display: block; line-height:1; font-size: 15px; color:#000000; 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: #181818; font-size: 20px; line-height: 34px; display: block;}
.blog-style7 .bt-blog-link a, .blog-style1 .bt-blog-link a:hover { color: #5f5f5f; }

/*************************/
/* 2.1 Single Blog Style */
/*************************/
.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: #5f5f5f; }
.single .bt-quote-title { display: block; line-height:1; font-size: 15px; color:#000000; 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: #181818; font-size: 20px; line-height: 34px; display: block;}
.single .bt-blog-link a, .blog-style1 .bt-blog-link a:hover { color: #5f5f5f; }
/* 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:#181818;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: #000000; 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: #000000; 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:#181818;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:#000000;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: #181818; margin-top: 25px; margin-bottom: 25px;}
.single-blog-style2 .blog-content .blog-subtitle{font-size: 11px; background: #000000; 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:#181818;}
.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:#5f5f5f;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:#181818;}

.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:#5f5f5f;}
.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:#181818;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: #000000; border-color: #000000; }
.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: #000000; 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; margin-bottom:28px;}
.single-blog-style3 .bt_thumbnail .posticon{position:absolute;top:10px;left:0;display:none;}
.single-blog-style3 .bt_thumbnail .posticon .time{width: 58px; height: 52px; background: #000000; text-align: center; color: #fff;padding-top:8px;}
.single-blog-style3 .bt_thumbnail .posticon .time h3{font-size:20px;font-weight:700;}
.single-blog-style3 .bt_thumbnail .posticon .time h4{font-size:11px;font-weight:700;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:#181818;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: #5f5f5f;display:none;}
.single-blog-style3 .blog-content .blog-meta .right .comment{padding: 5px 13px; background: #f5f5f5;color: #5f5f5f;}
.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 .admin { padding-right: 15px; }
.single-blog-style3 .blog-content .blog-meta span a{color:#5f5f5f;-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 .blog-content .blog-meta span a:hover{color:#000000;}
.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: #5f5f5f; 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:#000000;color:#fff;border-color:#000000;}


.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:#000000;}
.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:#000000;background:#000000;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:#181818;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:#181818;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: #000000; 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: #000000; }
.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:#5f5f5f;}
.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:#181818;margin-top:28px;margin-bottom:9px;}
.single-blog-style5 .blog-content .blog-meta{font-size:14px;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:#5f5f5f;-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:#000000;}
.blog-wrapper .prevnext{margin-bottom:50px;}
.blog-wrapper .blog-left a{ float: left; text-align: center; padding: 10px; background: #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); font-size: 14px; font-weight: 400; color: #fff; width: 49%;}
.blog-wrapper .blog-right a{float: right; text-align: center; padding: 10px; background: #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); font-size: 14px; font-weight: 400; color: #fff; width: 49%;text-transform:uppercase;}
.blog-wrapper .blog-left:hover a, .blog-wrapper .blog-right:hover a{background:#000000;color:#fff;}

.about-the-author{border:1px solid #e8e8e8;margin-bottom:100px;}
.about-the-author .top{border-bottom:1px solid #e8e8e8;}
.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:20px;color:#181818;}
.about-the-author .top .author-meta h6 span{font-size: 12px; color: #5f5f5f; text-transform: uppercase; margin-left: 10px; display: block;}
.about-the-author .top .author-meta {padding-top:10px;padding-right:20px;padding-bottom:15px;}
.about-the-author .bottom .postcount{color: #5f5f5f; display: inline;}
.about-the-author .bottom .postcount i{color:#000000;}
.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: none; text-align: center; color: #c4c4c4; line-height: 35px; font-size: 14px; 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{color:#000000;}
.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 .media-heading a{color:#181818;}
.single-blog-style5 .commentlist .media>.pull-left img{}
.single-blog-style5 .media-body p{font-size:14px;}
.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 #e8e8e8; top: -1px;}
.single-blog-style5 .comment-respond input, .single-blog-style5 .comment-respond textarea{background:#eeeeee;border-color:#eeeeee;}
.single-blog-style5 a.comment-reply-link:hover{border-color:#000000;background-color:#000000;color:#ffffff;}
.single-blog-style5 .media-body{border:none;padding:0px;}
.single-blog-style5 .commentlist .media{margin-bottom:30px;border:1px solid #e8e8e8;}
.single-blog-style5 .comment-respond input#submit{width:auto;float: left; margin-bottom: 95px;}
.single-blog-style5 .blog-content .blog-meta { font-size: 12px; color: #717171; }
.single-blog-style5 .blog-content .blog-meta a { color: #717171; }
.single-blog-style5 .blog-content .blog-meta .comment:before { content: "|"; display: inline-block; margin: 0 19px; }
/* 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: #000000; text-align: center; color: #fff;padding-top:8px;}
.single-blog-style6 .bt_thumbnail .posticon .time h3{font-size:20px;font-weight:700;}
.single-blog-style6 .bt_thumbnail .posticon .time h4{font-size:11px;font-weight:700;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:#181818;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:#5f5f5f;-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:#000000;}
.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:#5f5f5f;}
.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:#181818;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: #181818; }
.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: 700; 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: #5f5f5f; 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: #000000; }
.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: #000000; text-align: center; color: #fff;padding-top:8px;}
.single-blog-style7 .bt_thumbnail .posticon .time h3{font-size:20px;font-weight:700;}
.single-blog-style7 .bt_thumbnail .posticon .time h4{font-size:11px;font-weight:700;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:#181818;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:#5f5f5f;-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:#000000;}
.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:#000000;}

.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:#5f5f5f;}
.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;}


/*
 * 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: #000000; 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: #000000;border-color:#000000; }

/********************/
/* 2.4   Pagination */
/********************/
.index-pagination{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: #000000;
 border: 2px solid #000000;  
}
.page-numbers .current{
    display: inline-block;
    color: #fff;
    font-size: 13px;
    line-height: 32px;
    font-weight: 700;
    border: 2px solid #000000;
    background: #000000;
    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 #000000;
    background: #000000;
    -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: #000000; 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: #181818;
}

h3.comment-reply-title {
    margin: 0;
    font-size: 24px;
    color: #181818;
  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: #000000; 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: #5f5f5f;}
.logged-in-as {}
#respond{ min-height: 285px; overflow: hidden;  }
#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: #000000;
    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:#5f5f5f;}

.comment-respond form {}
.formright{padding-right:0px;}
.formleft{padding-left:0px;}

.comment-respond input {    width: 100%;
    padding: 0 25px!important;
    font-weight: 400;
    font-size: 13px;
    line-height: 50px;
    color: #5f5f5f;
    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: #5f5f5f;
    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: #5f5f5f; -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: #000000; 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;}
.sidebar-widget h5 {font-weight: 700; font-size: 24px; color: #181818; 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:#5f5f5f;
}
.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:#000000!important;
}
.sidebar-widget.widget_archive ul li:before{
  content: "\f101"; 
  font-family: 'FontAwesome';
  color:#5f5f5f;
  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:#000000;
}

/** Nav Menu**/

.sidebar-widget.widget_nav_menu ul{
  padding-left:0px;
  
}
.sidebar-widget.widget_nav_menu ul li a{
  color:#5f5f5f;
  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:#000000!important;
}
.sidebar-widget.widget_nav_menu ul li a:before{
  content: "\f101"; 
  font-family: 'FontAwesome';
  color:#000000;
  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:#000000;}

.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: #5f5f5f;}

/* 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: #f5f5f5; border: 1px solid #fff; text-align: center; }
#wp-calendar tbody td a{color: #000000;}
#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: #000000;}
#wp-calendar tfoot #prev { font-size: 12px; text-transform: uppercase; padding-top: 10px; color: #000000;}
#wp-calendar tfoot #next a{color: #000000;}
#wp-calendar tfoot #prev a{color: #000000;}

/*** 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:#5f5f5f;
}
.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:#000000!important;
}
.sidebar-widget.widget_recent_entries ul li:before{
  content: "\f101"; 
  font-family: 'FontAwesome';
  color:#5f5f5f;
  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:#000000;
}

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

/** Sidebar Search **/
.sidebar-inner .sidebar-widget.widget_search { overflow: hidden; }
.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;
    font-size: 14px;
}
.sidebar-widget.widget_search .search-icon{
    width: 15%;
    height: 40px;
    line-height: 40px;
    float: left;
    background: #000000;
    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: #5f5f5f;
    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:#000000;
}
/************************/
/** 4.2 SIDEBAR STYLES **/
/************************/
/* Sidebar 1 */
.bt_sidebar .widget ul{padding:0px;list-style-type:none;}
.bt_sidebar .widget ul li a{color:#999;}
.bt_sidebar .widget ul li a:hover{color:#000;}
.bt_sidebar h2.widgettitle{    color: #181818;
    font-size: 20px;
    margin-top: 45px;
    font-weight: 400;
    margin-bottom: 15px;}
.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:#000000;}
.bt_sidebar .widget_archive ul li{list-style:none;}
.bt_sidebar .widget_archive ul li:hover{}
.bt_sidebar .widget_archive ul li a:hover{
  color:#000000!important;
}

.bt_sidebar .widget_archive ul li:hover:before{
  color:#ffffff;
  background-color:#000000;
  border-color:#000000;
}

.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: #5f5f5f;
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;}


/********************/
/* 5. Contact Form  */
/********************/
.wpcf7 br{ display: none!important; }

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

.wpcf7-form-control{width: 100%; padding: 0px 30px; margin-bottom: 10px; font-size: 14px; line-height: 60px; color: #181818; background-color: #f5f5f5; 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);}
.padright{padding-right:5px;padding-left:0px;}
.padleft{padding-left:5px;padding-right:0px;}
/** .wpcf7-form-control:focus{-webkit-box-shadow: 1px 0 0 1px #272b2f; box-shadow: 1px 0 0 1px #272b2f;} **//
.wpcf7-form-control::-webkit-input-placeholder { color: #181818;}
.wpcf7-form-control::-moz-placeholder { color: #181818;} 
.wpcf7-form-control:-ms-input-placeholder { color: #181818;}
.wpcf7-form-controlinput:-moz-placeholder { color: #181818; }
.wpcf7-textarea{padding-bottom:48px;margin-bottom:0px;}
input[type="submit"].wpcf7-form-control{font-weight: bold!important; color: #fff; background-color: #272b2f; line-height: 55px; width: auto; padding: 0px 30px; margin: 0 auto;border:1px solid #272b2f;float:left;margin-top:15px;}
.wpcf7-form-control-wrap{position:inherit;}
input[type="submit"].wpcf7-form-control:hover, input[type="button"].wpcf7-form-control:hover{background:#fff;color:#181818;border:1px solid #272b2f}
.contact-form-style-5 .col-md-12{padding:0px;}
/************************/
/* 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 */
/**********************/
.comment-warning { display: none; text-align: right; padding: 15px; border: 1px solid #ff0000; }
.post-password-form input[type="submit"] {
    background: #f2f2f2;
    border: none;
    padding: 3px 24px;
    font-weight: 600;
}
.screen-reader-text { display: none;}
.page-outer table {
  background-color: transparent;
}
.page-outer caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
.page-outer th {
  text-align: left;
}
.page-outer table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.page-outer table > thead > tr > th,
.page-outer table > tbody > tr > th,
.page-outer table > tfoot > tr > th,
.page-outer table > thead > tr > td,
.page-outer table > tbody > tr > td,
.page-outer table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  background: #f5f5f5;
}
.page-outer table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.page-outer table > caption + thead > tr:first-child > th,
.page-outer table > colgroup + thead > tr:first-child > th,
.page-outer table > thead:first-child > tr:first-child > th,
.page-outer table > caption + thead > tr:first-child > td,
.page-outer table > colgroup + thead > tr:first-child > td,
.page-outer table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.page-outer table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.page-outer table table {
  background-color: #fff;
}

.page-outer table > thead > tr > td.active,
.page-outer table > tbody > tr > td.active,
.page-outer table > tfoot > tr > td.active,
.page-outer table > thead > tr > th.active,
.page-outer table > tbody > tr > th.active,
.page-outer table > tfoot > tr > th.active,
.page-outer table > thead > tr.active > td,
.page-outer table > tbody > tr.active > td,
.page-outer table > tfoot > tr.active > td,
.page-outer table > thead > tr.active > th,
.page-outer table > tbody > tr.active > th,
.page-outer table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.blog-wrapper table {
  background-color: transparent;
}
.blog-wrapper caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
.blog-wrapper th {
  text-align: left;
}
.blog-wrapper table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.blog-wrapper table > thead > tr > th,
.blog-wrapper table > tbody > tr > th,
.blog-wrapper table > tfoot > tr > th,
.blog-wrapper table > thead > tr > td,
.blog-wrapper table > tbody > tr > td,
.blog-wrapper table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  background: #f5f5f5;
}
.blog-wrapper table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.blog-wrapper table > caption + thead > tr:first-child > th,
.blog-wrapper table > colgroup + thead > tr:first-child > th,
.blog-wrapper table > thead:first-child > tr:first-child > th,
.blog-wrapper table > caption + thead > tr:first-child > td,
.blog-wrapper table > colgroup + thead > tr:first-child > td,
.blog-wrapper table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.blog-wrapper table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.blog-wrapper table table {
  background-color: #fff;
}

.blog-wrapper table > thead > tr > td.active,
.blog-wrapper table > tbody > tr > td.active,
.blog-wrapper table > tfoot > tr > td.active,
.blog-wrapper table > thead > tr > th.active,
.blog-wrapper table > tbody > tr > th.active,
.blog-wrapper table > tfoot > tr > th.active,
.blog-wrapper table > thead > tr.active > td,
.blog-wrapper table > tbody > tr.active > td,
.blog-wrapper table > tfoot > tr.active > td,
.blog-wrapper table > thead > tr.active > th,
.blog-wrapper table > tbody > tr.active > th,
.blog-wrapper table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.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:#000000;}
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: 51px; }
.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;}

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

blockquote {
padding: 45px;
    background: #f5f5f5;
    margin: 30px 0px;
    border: none;
    padding-left: 98px;
    padding-right: 75px;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    position: relative;
}
blockquote:before{font-family: "FontAwesome";
    font-size: 24px;
    color: #ccc;
    content: "\f10d";
    position: absolute;
    left: 47px;
    top: 51px;}

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 #000000; border: 1px solid #000000; border-radius: 5px; -webkit-box-shadow: 0 5px 0 0 #000000; box-shadow: 0 5px 0 0 #000000; }
.sticky:after { position: absolute; top: 0; right: 15px; width: 36px; height: 34px; background: #000000; 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 Kuverta  */
/**********************/
.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 #000000;}

.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: #000000; 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: #000000;
    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 Kuverta  */
/***********************/
.dropcap1{font-size: 40px; margin-right: 20px; background-color: #000000; 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: 700;}
.dropcap2{font-size: 30px; margin-right: 20px; background-color: #181818; 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: 700;}
.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: 700;}
.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: 700;}
.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: 700;}
.dropcap6{font-size: 30px; line-height: 74px; width: 66px; position: relative; text-align: center; color: #181818; text-transform: uppercase; float: left; font-weight: 700;}
/***********************/
/*    TOOLTIP Kuverta  */
/***********************/
.bt_tooltip { position: relative; color: #000000; }
.tooltip2 { color: #000;}
.tooltip1 .bt_tooltip_hover { background: #000000; border-radius: 3px; }
.tooltip2 .bt_tooltip_hover { background: #000000; }
.bt_tooltip_hover { opacity: 0; position: absolute; font-size: 12px; font-weight: 700; 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: #000000;}
.tooltip2 .bt_tooltip_hover:after { color: #000000;}
/**************************/
/*    LIST STYLE Kuverta  */
/**************************/
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: #000000;color:#fff;border-color: #000000;}

.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:#000000;padding-left:25px;}
.liststyle3 ol li span{margin-left:15px;}

.liststyle4 ul{color:#000000;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: #000000; width: 20px; border: 2px solid #000000; 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: #000000;color:#fff;border-color: #000000;}

.liststyle6 ul{padding-left:30px;}
.liststyle6 ul li:before{content:'\f178';font-family:'FontAwesome';color: #181818; 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:#000000; 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: #000000;color:#fff;border-color: #000000;}

.liststyle9 ul{padding-left:30px;}
.liststyle9 ul li:before{content:'\f08a';font-family:'FontAwesome';color: #000000; 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: #5f5f5f; 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:#181818;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: #000000;color:#fff;border-color: #000000;}

/*************************/
/*    HIGHLIGHT Kuverta  */
/*************************/
span.highlight{color:#fff;background:#181818;padding: 0px 7px;}
span.highlight2{color:#fff;background:#000000;padding: 0px 7px;}

/*****************************/
/*    MESSAGE BOXES Kuverta  */
/*****************************/
/* 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: #000000; 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; }

/*************************/
/* SOCIAL BUTTON ELEMENT */
/*************************/
.social_1 a, .social_2 a, .social_3 a, .social_4 a{display:block;}
.social_1 .icon, .social_2, .social_3, .social_4{
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;}
.social_1 {height:75px;}
.social_1 .icon{float: left; width: 75px; line-height: 75px; text-align: center;color:#fff;font-size:28px;margin-right:20px;}
.social_1 .title{display:block;font-size:15px;color:#181818;letter-spacing:0.6px;  line-height: 43px;}
.social_1 .subtitle{color:#5f5f5f; font-size:13px;margin-top:3px;letter-spacing:0.5px;}
.social_2{  line-height: 62px;padding: 0px 20px;}
.social_2 .icon{float: left; color: #dadada; font-size: 20px;}
.social_2:hover .icon{color:#fff;}
.social_2 .title{text-align:right;font-size:15px;color:#181818;letter-spacing:0.6px;}
.social_2:hover .title{color:#fff;}
.social_3{width: 118px; text-align: center; border-radius: 50%; line-height: 118px;height:118px;}
.social_3 .icon{font-size:40px;color:#fff;}
.social_4 {height: 221px; width: 235px; text-align: center; line-height: 221px;float:left;}
.social_4 .icon{color:#fff;font-size:60px;}

/*************************/
/*       Clients         */
/*************************/
.bt_clients .slick-slide img { 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_clients .slick-slide:hover img { opacity: 1; -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 .slick-dots { bottom: -40px; }
#bliccaThemes-layout .slick-dots li { margin: 0; padding: 0; width: auto; height: auto; }
#bliccaThemes-layout .slick-dots li button::before {
    font-family: slick;
    font-size: 13px;
    line-height: 13px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 17px;
    height: 17px;
    content: "•";
    text-align: center;
    opacity: 1;
    color: #f1f1f1;
    -webkit-font-smoothing: antialiased;
}

#bliccaThemes-layout .slick-dots li.slick-active button:before, #bliccaThemes-layout .slick-dots li:hover button::before{ opacity: 1; color: #000000; -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 grid */
.bt_clients.bt_client_grid .slides > div { float: left; width: 25%; height: 200px; border: 1px solid rgba(0, 0, 0, 0.06); text-align: center; background: #fff; }
.bt_clients.bt_client_grid .slides > div img { margin: auto;display: inline-block; position: relative; top: 50%;  -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); opacity: 0.2; -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_clients.bt_client_grid .slides > div:hover img { opacity: 1; -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 grid border */
.bt_clients.bt_client_grid_border .slides > div { float: left; width: 25%; height: 200px; border-bottom: 1px solid #f1f1f1; border-right: 1px solid #f1f1f1; text-align: center; }
.bt_clients.bt_client_grid_border .slides > div:nth-child(4n) { border-right: 0; }
.bt_clients.bt_client_grid_border .slides > div:nth-last-child(4), .bt_clients.bt_client_grid_border .slides > div:nth-last-child(3), .bt_clients.bt_client_grid_border .slides > div:nth-last-child(2), .bt_clients.bt_client_grid_border .slides > div:nth-last-child(1) { border-bottom: 0; }
.bt_clients.bt_client_grid_border .slides > div img { margin: auto;display: inline-block; position: relative; top: 50%;  -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);  opacity: 0.2; -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_clients.bt_client_grid_border .slides > div:hover img { opacity: 1; -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 grid three */
.bt_client_three { margin-bottom: 16px; }

.bt_clients.bt_client_three .slides > div { float: left; width: 33.33%; height: 88px;  text-align: center; } 
.bt_clients.bt_client_three .slides > div img { margin: auto;display: inline-block; position: relative; top: 50%;  -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);  opacity: 0.2; -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_clients.bt_client_three .slides > div:hover img { opacity: 1; -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 4 slider */
.bt_clients.bt_client_4 { position: relative; padding-top: 56px; overflow: hidden; }
.bt_clients.bt_client_4 .bt_clients_slider { position: relative;  }
.bt_clients.bt_client_4 .slick-slide { float: left; width: 264px; height: 200px; display: block; margin: 0 28px 0 0; border: 1px solid #f1f1f1; text-align: center; }
.bt_clients.bt_client_4 .slick-slide img { margin: auto;display: inline-block; position: relative; top: 50%;  -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);  }


.bt_clients.bt_client_4 .slick-prev { top: -43px; left: 50%; margin: 0 0 0 -28px; width: 26px; height: 26px; background: #f9f9f9; color: #949494; opacity: 1; line-height: 26px; text-align: center; }
.bt_clients.bt_client_4 .slick-next { top: -43px; left: 50%; right: auto; margin: 0 0 3px 0; width: 26px; height: 26px; background: #f9f9f9; color: #949494; opacity: 1; line-height: 26px; text-align: center; }
.bt_clients.bt_client_4 .slick-prev:before, .bt_clients.bt_client_4 .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 26px;
    opacity: 1;
    color: #949494;
}

.bt_clients.bt_client_4 .slick-prev:hover, .bt_clients.bt_client_4 .slick-next:hover  { background: #000000;  }
.bt_clients.bt_client_4 .slick-prev:hover:before, .bt_clients.bt_client_4 .slick-next:hover:before { color: #fff; }
.bt_clients.bt_client_4 .slick-prev::before {
    content:"\f104";
}
.bt_clients.bt_client_4 .slick-next::before {
    content:"\f105";
}

.bt_clients.bt_client_4 .slick-prev:after{width: 570px; content: ""; height: 1px; background: #f1f1f1; display: block; margin-top: 12px; margin-left: -27px; position: absolute; top: 0; left: -570px;}
.bt_clients.bt_client_4 .slick-next:after{width: 570px; content: ""; height: 1px; background: #f1f1f1; display: block; margin-top: 12px; margin-left: 39px; position: absolute; top: 0; left: 50%; }

/* bt 4 slider 2 */
.bt_clients.bt_client_42 { position: relative; }
.bt_clients.bt_client_42 .bt_clients_slider { position: relative;  }
.bt_clients.bt_client_42 .slick-slide { float: left; width: 264px; height: 200px; display: block; margin: 0 28px 0 0; border: 1px solid transparent; text-align: center; background: rgba(255,255,255,0.1); -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_clients.bt_client_42 .slick-slide:hover{background: rgba(0,0,0,0.1);-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_clients.bt_client_42 .slick-slide img { margin: auto;display: inline-block; position: relative; top: 50%;  -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);  }

.bt_clients.bt_client_42 .slick-prev, .bt_clients.bt_client_42 .slick-next { width: 46px; height: 46px; background: transparent; opacity: 1; border: 1px solid #cccccc; border-radius: 100%; line-height: 46px; text-align: center; }
.bt_clients.bt_client_42 .slick-prev { left: -55px; }
.bt_clients.bt_client_42 .slick-next { right: -55px; }
.bt_clients.bt_client_42 .slick-prev:before, .bt_clients.bt_client_42 .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 46px;
    opacity: 1;
    color: #cccccc;
}

.bt_clients.bt_client_42 .slick-prev:hover, .bt_clients.bt_client_42 .slick-next:hover  { color: #000000;  border: 1px solid #000000;}
.bt_clients.bt_client_42 .slick-prev:hover:before, .bt_clients.bt_client_42 .slick-next:hover:before { color: #000000; }
.bt_clients.bt_client_42 .slick-prev::before {
    content:"\f104";
}
.bt_clients.bt_client_42 .slick-next::before {
    content:"\f105";
}

.bt_clients.bt_client_42.bt_clients_dark .slick-slide { border: 1px solid transparent; background: transparent;  }
.bt_clients.bt_client_42.bt_clients_dark .slick-prev, .bt_clients.bt_client_42.bt_clients_dark .slick-next { border-color: #fff; }
.bt_clients.bt_client_42.bt_clients_dark .slick-prev:hover, .bt_clients.bt_client_42.bt_clients_dark .slick-next:hover { border-color: #fff; }
.bt_clients.bt_client_42.bt_clients_dark .slick-prev:before,.bt_clients.bt_client_42.bt_clients_dark .slick-next:before { color:#fff;  }
.bt_clients.bt_client_42.bt_clients_dark .slick-prev:hover:before, .bt_clients.bt_client_42.bt_clients_dark .slick-next:hover:before { color:#fff;  }

/* bt 6 slider 1 */
.bt_clients.bt_client_6 { position: relative; }
.bt_clients.bt_client_6 .bt_clients_slider { position: relative;  }
.bt_clients.bt_client_6 .slick-slide { float: left; width: 165px; height: 145px; display: block; margin: 0 30px 0 0; border: 1px solid transparent; text-align: center;  }
.bt_clients.bt_client_6 .slick-slide img { margin: auto;display: inline-block; position: relative; top: 50%;  -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);  }

#bliccaThemes-layout .bt_clients.bt_client_6.bt_clients_dark .slick-dots li button::before { color: #3b3b3b;}
#bliccaThemes-layout .bt_clients.bt_client_6.bt_clients_dark .slick-dots li.slick-active button:before, #bliccaThemes-layout .bt_clients.bt_client_6.bt_clients_dark .slick-dots li:hover button::before{ opacity: 1; color: #fff; }

/* bt 6 slider 2 */
.bt_clients.bt_client_62 { position: relative; }
.bt_clients.bt_client_62 .bt_clients_slider { position: relative;  }
.bt_clients.bt_client_62 .slick-slide { float: left; width: 165px; height: 130px; display: block; margin: 0 30px 0 0; border: 1px solid #f1f1f1; background: #fff;  text-align: center;  }
.bt_clients.bt_client_62 .slick-slide img { margin: auto;display: inline-block; position: relative; top: 50%;  -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.bt_clients.bt_client_62 .slick-prev, .bt_clients.bt_client_62 .slick-next { width: 46px; height: 46px; background: transparent; opacity: 1; border: 1px solid #cccccc; border-radius: 100%; line-height: 46px; text-align: center; }
.bt_clients.bt_client_62 .slick-prev { left: -55px; }
.bt_clients.bt_client_62 .slick-next { right: -55px; }
.bt_clients.bt_client_62 .slick-prev:before, .bt_clients.bt_client_62 .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 46px;
    opacity: 1;
    color: #cccccc;
}

.bt_clients.bt_client_62 .slick-prev:hover, .bt_clients.bt_client_62 .slick-next:hover  { color: #000000;  border: 1px solid #000000;}
.bt_clients.bt_client_62 .slick-prev:hover:before, .bt_clients.bt_client_62 .slick-next:hover:before { color: #000000; }
.bt_clients.bt_client_62 .slick-prev::before {
    content:"\f104";
}
.bt_clients.bt_client_62 .slick-next::before {
    content:"\f105";
}


.bt_clients.bt_client_62.bt_clients_dark .slick-slide { border: 1px solid transparent; background: transparent;  }
.bt_clients.bt_client_62.bt_clients_dark .slick-prev, .bt_clients.bt_client_62.bt_clients_dark .slick-next { border-color: #fff; }
.bt_clients.bt_client_62.bt_clients_dark .slick-prev:hover, .bt_clients.bt_client_62.bt_clients_dark .slick-next:hover { border-color: #fff; }
.bt_clients.bt_client_62.bt_clients_dark .slick-prev:before,.bt_clients.bt_client_62.bt_clients_dark .slick-next:before { color:#fff;  }
.bt_clients.bt_client_62.bt_clients_dark .slick-prev:hover:before, .bt_clients.bt_client_62.bt_clients_dark .slick-next:hover:before { color:#fff;  }

/* bt slider 6 */
.bt_clients.bt_client_63 .slides > div { float: left; width: 16.66666%; height: 191px; text-align: center; background: #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);}
.bt_clients.bt_client_63 .slides > div:hover { background: #f9f9f9; -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_clients.bt_client_63 .slides > div img { margin: auto;display: inline-block; position: relative; top: 50%;  -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); opacity:0.2; -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_clients.bt_client_63.bt_clients_dark .slides > div { float: left; width: 16.66666%; height: 191px; text-align: center; background: transparent; }
.bt_clients.bt_client_63.bt_clients_dark .slides > div:hover { background: #181818; }
.bt_clients.bt_client_63.bt_clients_dark .slides > div:hover a img{opacity:1;}

/* grid builder */
.bt-vc-client { opacity: 0.8 -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-vc-client:hover { opacity: 1;  -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);}

/**********************/
/* Testimonial Single */
/**********************/
.testimonial-stars .fa-star { color: #dbdbdb; }
.testimonial-stars .fa-star.btrated { color: #ffa200; }
/* testimonial style 1 */
.testimonial-style-1 { position: relative; padding-bottom: 65px; }
.testimonial-style-1 .testimonial-content { padding: 17px 21px 19px 37px; border: 1px solid #f1f1f1; border-bottom: 0; } 
.testimonial-style-1 .testimonial-image { position: absolute; bottom: 41px; left: 0; padding: 7px; background: #fff; border: 1px solid #f1f1f1; border-top: 0; display: inline-block; width: 63px; height: 62px; }
.testimonial-style-1 .bt-testimonial-bottom { padding: 6px 20px 6px 81px; border: 1px solid #f1f1f1; border-left: 0; background: #f9f9f9; }
.testimonial-style-1 .testimonial-stars { float: right; }

/* testimonial style 2 */
.testimonial-style-2 { background: #fff; padding: 30px 38px 17px 30px; margin-bottom:30px;}
.testimonial-style-2 .testimonial-image { float: left; }
.testimonial-style-2 .testimonial-content { padding: 0 0 0 102px; }
.testimonial-style-2 .testimonial-client { margin-left: -3px; font-size: 14px; color: #000000; }
.testimonial-style-2 .testimonial-position { margin-left: -3px; font-size: 10px; display: block; line-height: 1; margin-bottom: 10px; }
.testimonial-style-2 .bt-testimonial-bottom { padding-top: 16px; border-top: 1px solid #f1f1f1; margin-top: 22px; }
.testimonial-style-2 .testimonial-stars { float: right; }

/* testimonial style 3 */
.testimonial-style-3 .testimonial-content { padding: 31px 37px 20px 37px; border: 2px solid #f1f1f1; margin-bottom: 10px; position: relative; background: #fff; text-align: justify;-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);}
.testimonial-style-3 .testimonial-content:before { content: ""; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #f1f1f1; 
position: absolute; bottom: -11px; left: 30px; } 
.testimonial-style-3 .testimonial-content:after {content: ""; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid #fff; position: absolute; bottom: -8px; left: 32px;} 
.testimonial-style-3 .testimonial-image { width: 40px; height: 40px; float: left; margin-right: 8px; }
.testimonial-style-3 .testimonial-client {color: #000000; line-height: 40px; font-size: 14px; font-weight: 700;}
.testimonial-style-3 .testimonial-client span { color: #717171;font-weight:400; }

.testimonial-style-3:hover .testimonial-content{
-webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);}

/* testimonial style 4 */
.testimonial-style-4 { position: relative; margin-bottom: 45px;}
.testimonial-style-4 .testimonial-content { padding: 41px 37px 52px 37px; border: 1px solid #e8e8e8; margin-bottom: 10px; position: relative; background: #fff; text-align: justify;}
.testimonial-style-4 .testimonial-content:before { content: "";
    width: 0;
    height: 0;
    border-left: 23px solid #e5e5e5;
    border-bottom: 22px solid#eeeeee;
    position: absolute;
    bottom: -1px;
    left: 100%;
    margin-left: -22px; } 
.testimonial-style-4 .testimonial-content:after {content: ""; width: 0; height: 0; border-right: 22px solid transparent; border-top: 22px solid #f1f1f1; position: absolute; bottom: 0px; left: 100%; margin-left: -22px; } 

.testimonial-style-4 .bt-testimonial-bottom { position: absolute; left: 37px; bottom: -42px; width: 100%; }
.testimonial-style-4 .testimonial-image { width: 84px; height: 83px; float: left; margin-right: 8px; }
.testimonial-style-4 .testimonial-client { color: #000000; line-height: 40px; font-weight:400;padding-top: 43px; font-size: 14px;}
.testimonial-style-4 .testimonial-client span { color: #5f5f5f; }

/* testimonial style 5 */
.testimonial-style-5 { background: #fff; padding: 31px 31px 25px 38px; text-align: justify; } 
.testimonial-style-5 .testimonial-image { float: right; width: 63px;height: 63px;margin-left: 19px; }
.testimonial-style-5 .testimonial-content { text-align: justify; padding-bottom: 10px; }
.testimonial-style-5 .bt-testimonial-bottom { font-size: 14px; color: #000000; }
.testimonial-style-5 .bt-testimonial-bottom span { color: #5f5f5f; }

/* testimonial style 6 */
.testimonial-style-6 .testimonial-content { background: #fff; border: 1px solid #f1f1f1; padding: 25px 36px 25px 36px; text-align: justify;}
.testimonial-style-6 .bt-testimonial-bottom { background: #f1f1f1; line-height: 35px; padding: 0 20px; }
.testimonial-style-6 .testimonial-client { color: #000000; line-height: 40px; font-size: 11px; float: left; }
.testimonial-style-6 .testimonial-client span { color: #5f5f5f; }
.testimonial-style-6 .testimonial-stars { float: right; line-height: 40px;}

/* testimonial style 7 */
.testimonial-style-7 { position: relative; padding-left: 103px; background: #f1f1f1; border: 1px solid #f1f1f1; }
.testimonial-style-7 .testimonial-content { padding: 32px 40px 24px 40px; background: #fff; }
.testimonial-style-7 .testimonial-image { width: 63px; height: 63px; position: absolute; left: 20px; top: 20px; }
.testimonial-style-7 .testimonial-extra { width: 103px; text-align: center; position: absolute; left: 0; bottom: 20px; font-size: 10px; color: #5f5f5f; }
.testimonial-style-7 .testimonial-client { padding-top: 14px; color: #000000; font-size: 11px; }
.testimonial-style-7 .testimonial-client span { color: #5f5f5f; }

/* testimonial style 8 */
.testimonial-style-8 { position: relative; padding-top: 39px; }
.testimonial-style-8 .testimonial-content { border: 1px solid #f1f1f1; padding: 41px 43px 28px 43px; background: #fff; text-align: center; }
.testimonial-style-8 .testimonial-client { padding-top: 14px; color: #000000; font-size: 11px; }
.testimonial-style-8 .testimonial-client span { color: #5f5f5f; }
.testimonial-style-8 .testimonial-image { width: 76px; height: 39px; padding: 9px; border-radius: 90px 90px 0 0; background: #fff; border: 1px solid #f1f1f1; border-bottom: 0; position: absolute; top: 1px; left: 50%; margin-left: -39px;}
.testimonial-style-8 .testimonial-image img { border-radius: 100%; }

/* testimonial style 9 */
.testimonial-style-9 { position: relative; background: #fff; padding: 31px 48px 30px 100px; }
.testimonial-style-9:before { position: absolute; content: "\f10d"; font-family: "FontAwesome"; font-size: 20px; line-height: 48px; width: 48px; height:48px; border: 1px solid #000000; border-radius: 100%; top:30px; left: 30px; text-align: center; color: #000000;}
.testimonial-style-9 .testimonial-content { text-align: justify; padding-bottom: 10px; }
.testimonial-style-9 .bt-testimonial-bottom { font-size: 11px; color: #000000; }
.testimonial-style-9 .bt-testimonial-bottom span { color: #5f5f5f; }

/* testimonial style 10 */
.testimonial-style-10 { position: relative; padding: 31px 48px 30px 100px; border: 1px solid #fff; color: #fff; }
.testimonial-style-10:before { position: absolute; content: "\f10d"; font-family: "FontAwesome"; font-size: 20px; line-height: 48px; width: 48px; height:48px; border: 1px solid #000000; border-radius: 100%; top:30px; left: 30px; text-align: center; color: #000000;}
.testimonial-style-10 .testimonial-content { text-align: justify; padding-bottom: 10px; }
.testimonial-style-10 .bt-testimonial-bottom { font-size: 11px; }
.testimonial-style-10 .bt-testimonial-bottom span { }

#bliccaThemes-layout .testisliderslide.vc_tta.vc_general .vc_tta-panel-body{
  border:none;
  padding:0px;
  margin:0px;  
}
#bliccaThemes-layout .testisliderslide.vc_tta.vc_general{
  padding-bottom:0px;
}


#bliccaThemes-layout .testisliderslide.vc_tta-tabs.vc_tta-has-pagination .vc_pagination{
  top: 88%;
  right: 50%;
  z-index: 1;
}

#bliccaThemes-layout .testi8transparent .testimonial-style-8 .testimonial-content, #bliccaThemes-layout .testi8transparent .testimonial-style-8 .testimonial-image{
  background:transparent;
  color:#fff;
}

#bliccaThemes-layout .testi8transparent .testimonial-style-8 .testimonial-content{border-top:none;}
#bliccaThemes-layout .testi8transparent .testimonial-style-8 .testimonial-content:before{
    position: absolute;
    top: 39px;
    left: 0px;
    content: "";
    height: 1px;
    width: 43.2%;
    z-index: 4;
    background-color: #f1f1f1;
}
#bliccaThemes-layout .testi8transparent .testimonial-style-8 .testimonial-content:after{
    position: absolute;
    top: 39px;
    right: 0px;
    content: "";
    height: 1px;
    width: 43.3%;
    z-index: 4;
    background-color: #f1f1f1;
}

#bliccaThemes-layout .testi8transparent .testimonial-style-8 .testimonial-client{
  color:#fff;
}

#bliccaThemes-layout .testi8transparent .testimonial-style-8 .testimonial-client span{
  color:#fff;
}
/*************************/
/*  Testimonial Slider   */
/*************************/
.bt_testimonials_slider_wrap { position: relative; }

/* tesimonial slider 1 */

.bt_testimonial_slider-1 .bt-testimonial { width: 100%; position: relative; padding: 23px 37px 43px 37px; background: #fff;  border: 1px solid #f1f1f1; margin-bottom: 45px;text-align: justify;}
.bt_testimonial_slider-1 .bt-testimonial .testimonial-image { width: 70px; height: 70px; margin-right: 8px; position: absolute; left: 37px; bottom: -44px; }
.bt_testimonial_slider-1 .bt-testimonial .testimonial-client { color: #000000; line-height: 40px; padding-top: 37px; font-size: 11px; position: absolute; left: 100px; bottom: -2px;}
.bt_testimonial_slider-1 .bt-testimonial .testimonial-position { color: #5f5f5f; display: inline;}

.bt_testimonial_slider-1 .slick-prev, .bt_testimonial_slider-1 .slick-next { top: auto; opacity: 1; border: 1px solid #f9f9f9; z-index: 100; left: auto; bottom: 26px; padding: 11px 0 0 11px; }
.bt_testimonial_slider-1 .slick-next { padding-left: 5px; }
.bt_testimonial_slider-1 .slick-prev {
    border-right: 0;
    border-bottom-color: #fff;
    width: 38px;
    height: 38px;
    right: 31px;
}
.bt_testimonial_slider-1 .slick-next {
    width: 31px; 
    height: 38px;
    right:0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 0;
}
.bt_testimonial_slider-1 .slick-prev:before, .bt_testimonial_slider-1 .slick-next:before {
    display: block;
    font-family: 'FontAwesome';
    font-size: 20px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center; 
    background: #f9f9f9;
    opacity: 1;
    font-size: 14px;
    color: #5f5f5f;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.bt_testimonial_slider-1 .slick-prev:before { content:"\f104"; }
.bt_testimonial_slider-1 .slick-next:before { content:"\f105"; }

.bt_testimonial_slider-1 .slick-prev:hover:before, .bt_testimonial_slider-1 .slick-next:hover:before { background: #000000; color:#fff; }

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

/* tesimonial slider 2 */

.bt_testimonial_slider-2 .bt-testimonial { width: 100%; position: relative; padding: 19px 35px 22px 140px; background: #fff; border: 1px solid #f1f1f1; min-height: 177px; text-align: justify;}
.bt_testimonial_slider-2 .bt-testimonial:before { content: "\f10d"; font-family: "FontAwesome"; width: 46px; height: 46px; background: #000000; color: #fff; font-size: 20px; border-radius: 100%; position: absolute; top: -11px; left: -11px; text-align: center; line-height: 46px; z-index: 101; } 
.bt_testimonial_slider-2 .bt-testimonial .testimonial-content { padding-bottom: 4px; }
.bt_testimonial_slider-2 .bt-testimonial .testimonial-image { width: 111px; height: 177px; position: absolute; left: -1px; top: -1px; border: 1px solid #f1f1f1; }
.bt_testimonial_slider-2 .bt-testimonial .testimonial-client { color: #000000; font-size: 11px; }
.bt_testimonial_slider-2 .bt-testimonial .testimonial-position { color: #5f5f5f; display: inline;}

#bliccaThemes-layout .bt_testimonial_slider-2 .slick-dots {
    bottom: 9px;
    text-align: right;
    padding-right: 18px;
}
.bt_testimonial_slider-2 .slick-dots li button { width: 11px; height: 11px; margin: 0 2.5px; }

/* testimonial slider 3 */
.bt_testimonial_slider-3 .bt-testimonial { width: 100%; position: relative; padding: 30px 35px 22px 211px; background: #f9f9f9; text-align: justify; }
.bt_testimonial_slider-3 .bt-testimonial .testimonial-image { position: absolute; top: 30px; left: 30px; width: 150px; }
.bt_testimonial_slider-3 .bt-testimonial .testimonial-client { font-size: 11px; position: absolute; width: 150px; text-align: center; left: 30px; bottom: 30px; }
.bt_testimonial_slider-3 .bt-testimonial .testimonial-position { display: inline;}
#bliccaThemes-layout .bt_testimonial_slider-3 .slick-dots { bottom: -41px;}
.bt_testimonial_slider-3 .slick-dots li button { width: 9px; height: 9px; margin: 0 2.5px; }
#bliccaThemes-layout .bt_testimonial_slider-3 .slick-dots li button::before { font-size: 10px; }

/* testimonial slider 4 */
.bt_testimonial_slider-4 .bt-testimonial { width: 100%; position: relative; padding: 88px 0 0 0; background: #f1f1f1; text-align: justify; }
.bt_testimonial_slider-4 .bt-testimonial .testimonial-image { position: absolute; top: 13px; left: 23px; width: 56px; height: 56px; border-radius: 100%; }
.bt_testimonial_slider-4 .bt-testimonial .testimonial-client { color: #000000; font-size: 14px; position: absolute; left: 89px; top: 30px; line-height: 1;}
.bt_testimonial_slider-4 .bt-testimonial .testimonial-position { display:block;color: #5f5f5f; font-size: 10px; margin-top: 1px; }

.bt_testimonial_slider-4 .testimonial-content { background: #fff; padding: 27px 35px 21px 39px; }

.bt_testimonial_slider-4 .slick-prev, .bt_testimonial_slider-4 .slick-next {   
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 100%;
    top: 38px;
    right: 0;
    left: auto;
    text-align: center;
    z-index: 100;
}

.bt_testimonial_slider-4 .slick-prev { right: 57px; }
.bt_testimonial_slider-4 .slick-next {right: 20px;}

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

.bt_testimonial_slider-4 .slick-prev:hover, .bt_testimonial_slider-4 .slick-next:hover { background: #000000; }
.bt_testimonial_slider-4 .slick-prev:hover:before, .bt_testimonial_slider-4 .slick-next:hover:before { color: #fff; }

.bt_testimonial_slider-4 .slick-prev.slick-disabled:before, .bt_testimonial_slider-4 .slick-next.slick-disabled:before { opacity: 1; }
/* testimonial slider 5 */
.bt_testimonial_slider-5 .bt-testimonial { width: 100%; position: relative; padding: 68px 0 0 0; color: #fff; }
.bt_testimonial_slider-5 .bt-testimonial .testimonial-image { position: absolute; top: 0; left: 50%; margin-left: -66px; width: 34px; height: 34px; border-radius: 100%; overflow: hidden; }
.bt_testimonial_slider-5 .bt-testimonial .testimonial-client { font-size: 14px; position: absolute; top: 0; left: 50%; margin-left: -20px; line-height: 34px;}
.bt_testimonial_slider-5 .bt-testimonial .testimonial-position { display: inline-block; }
.bt_testimonial_slider-5 .testimonial-content { font-size: 20px; text-align: center; line-height: 34px; font-weight: 300; }

#bliccaThemes-layout .bt_testimonial_slider-5 .slick-dots li button::before { color: transparent; border: 1px solid #fff; width: 13px; height: 13px; opacity: 1; border-radius: 100%;}
#bliccaThemes-layout .bt_testimonial_slider-5 .slick-dots li.slick-active button:before, #bliccaThemes-layout .bt_testimonial_slider-5 .slick-dots li:hover button::before { color: #fff; border: 1px solid transparent; }
#bliccaThemes-layout .bt_testimonial_slider-5 .slick-dots { bottom: -82px; }
.bt_testimonial_slider-5 .slick-prev, .bt_testimonial_slider-5 .slick-next { width: 46px; height: 46px; background: transparent; opacity: 1; border: 1px solid #ffffff; border-radius: 100%; line-height: 46px; text-align: center; top: 67%; z-index: 100; }
.bt_testimonial_slider-5 .slick-prev { left: 60px; }
.bt_testimonial_slider-5 .slick-next { right: 60px; }
.bt_testimonial_slider-5 .slick-prev:before, .bt_testimonial_slider-5 .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 46px;
    opacity: 1;
    color: #fff;
}

.bt_testimonial_slider-5 .slick-prev:hover, .bt_testimonial_slider-5 .slick-next:hover  { color: #fff;  border: 1px solid #fff;}
.bt_testimonial_slider-5 .slick-prev:hover:before, .bt_testimonial_slider-5 .slick-next:hover:before { color: #fff; }
.bt_testimonial_slider-5 .slick-prev::before {
    content:"\f104";
}
.bt_testimonial_slider-5 .slick-next::before {
    content:"\f105";
}
.bt_testimonial_slider-5 .slick-prev.slick-disabled:before, .bt_testimonial_slider-5 .slick-next.slick-disabled:before { opacity: 1; }
/* testimonial slider 6 */
.bt_testimonial_slider-6 .bt-testimonial { width: 100%; position: relative; padding: 90px 0 0 0; color: #fff; }
.bt_testimonial_slider-6 .bt-testimonial .testimonial-image { position: absolute; top: 0; left: 50%; margin-left: -28px; width: 56px; height: 56px; border-radius: 100%; overflow: hidden; }
.bt_testimonial_slider-6 .bt-testimonial .testimonial-client { font-size: 14px; line-height: 1; text-align: center; margin-top: 30px; }
.bt_testimonial_slider-6 .bt-testimonial .testimonial-position { font-size: 10px; }

.bt_testimonial_slider-6 .testimonial-content { font-size: 20px; text-align: center; line-height: 34px; font-weight: 300; }

.bt_testimonials_slider_wrap .slick-list { overflow: visible; }
.bt_testimonials_slider_wrap .slick-track { overflow: visible; }
.bt_testimonials_slider_wrap.slick-initialized .bt-testimonial.slick-slide { opacity: 0; pointer-events: none; }
.bt_testimonials_slider_wrap.slick-initialized .bt-testimonial.slick-slide.slick-active { opacity: 1; }

.bt_testimonial_slider-6 .slick-prev, .bt_testimonial_slider-6 .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:67%; 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);}
.bt_testimonial_slider-6 .slick-prev:hover, .bt_testimonial_slider-6 .slick-next:hover{opacity:1;}
.bt_testimonial_slider-6 .slick-prev { left: 60px; }
.bt_testimonial_slider-6 .slick-next { right: 60px; }
.bt_testimonial_slider-6 .slick-prev:before, .bt_testimonial_slider-6 .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 46px;
    opacity: 1;
    color: #fff;
}

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


/**************************/
/*       Accordion        */
/**************************/
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{border: 1px solid #fdfdfd!important; background: #fafafa!important; border-radius: 0px!important;}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{background: #fafafa!important;}
.vc_tta.vc_general .vc_tta-panel-title{font-size:1em;}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover{background-color:#f5f5f5!important;}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a{background-color:#f5f5f5!important;}
.wpb_wrapper h2{font-size:24px!important;}

/**************************/
/*         Tabs           */
/**************************/
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a{border: 1px solid #fdfdfd!important; background: #fafafa!important; border-radius: 0px!important;}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a{background:#f5f5f5!important;}

/**************************/
/*       Blog Widget      */
/**************************/
ul.bt-recent-blog-widget { padding: 0; margin:0; list-style-type: none; }
.bt-recent-blog-widget .bt_thumbnail { position: relative; }
.bt-recent-blog-widget h3.blog-title a { color: #181818; -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-recent-blog-widget .blog-subtitle a { color: #717171;  -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-recent-blog-widget h3.blog-title a:hover, .bt-recent-blog-widget .blog-subtitle a:hover { color: #000000; }
#bliccaThemes-layout .zilla-likes, #bliccaThemes-layout .zilla-likes:hover, #bliccaThemes-layout .zilla-likes.active { margin: 0 !important; background: none; min-height: auto; padding: 0; color: inherit; } 
#bliccaThemes-layout .zilla-likes-count:before { content: "\f004"; font-family: "FontAwesome"; padding-right: 4px; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } 
#bliccaThemes-layout .zilla-likes:hover, .zilla-likes.active { padding: 0 !important; }
#bliccaThemes-layout .zilla-likes:hover .zilla-likes-count:before, .zilla-likes.active .zilla-likes-count:before { color: #f56559; }
/* style 1 */
.bt-recent-blog-widget .bt_recent_blog-style1 { 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); }
.bt-recent-blog-widget .bt_recent_blog-style1:nth-child(3n) { margin-right: 0; }
.bt-recent-blog-widget .bt_recent_blog-style1 .bt_content {border: 2px solid #f1f1f1; padding: 32px 28px 26px 35px; background: #fff;}
.bt-recent-blog-widget .bt_recent_blog-style1 .bt_blog_widget_footer { padding: 0 25px; background: #f1f1f1; border: 2px solid #f1f1f1; border-top: 0; font-size: 14px; line-height: 50px; color: #717171;}
.bt-recent-blog-widget .bt_recent_blog-style1 .bt_blog_widget_footer .fa-comment-o { margin-right: 2px; }
.bt-recent-blog-widget .bt_recent_blog-style1 .bt_blog_widget_footer .fa-angle-double-right { margin-left: 3px; }
.bt-recent-blog-widget .bt_recent_blog-style1 h3.blog-title {margin-top: 0;line-height: 33px; font-size: 24px; font-weight: 700;}
.bt-recent-blog-widget .bt_recent_blog-style1 .blog-subtitle {font-size: 12px; text-transform: uppercase; margin-bottom: 25px;} 
.bt-recent-blog-widget .bt_recent_blog-style1 .blog-subtitle span { color: #d5d5d5; padding: 0 15px; }
.bt-recent-blog-widget .bt_recent_blog-style1 .bt_blog_widget-more { float: right;font-weight:700; }

/* style 2 */
.bt-recent-blog-widget .bt_recent_blog-style2 { width: 31.5%; margin-right: 2.75%; 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);}
.bt-recent-blog-widget .bt_recent_blog-style2:nth-child(3n) { margin-right: 0; }
.bt-recent-blog-widget .bt_recent_blog-style2 .bt_content { padding: 22px 0 5px 0; text-align: justify; }
.bt-recent-blog-widget .bt_recent_blog-style2 h3.blog-title { margin-top: 0; margin-bottom: 4px; line-height: 1; font-size: 20px;font-weight:400; }
.bt-recent-blog-widget .bt_recent_blog-style2 a.bt_blog_widget-more { color: #000000; font-size: 14px; font-weight: 700; 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-recent-blog-widget .bt_recent_blog-style2 a.bt_blog_widget-more:hover{color:#181818;}
.bt-recent-blog-widget .bt_recent_blog-style2 .blog-subtitle { font-size: 14px; margin-bottom: 23px;text-transform:uppercase; } 
.bt-recent-blog-widget .bt_recent_blog-style2 .blog-subtitle span { color: #f1f1f1; padding: 0 10px; }

/* style 3 */
.bt-recent-blog-widget .bt_recent_blog-style3 { 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);}
.bt-recent-blog-widget .bt_recent_blog-style3:nth-child(3n) { margin-right: 0; }
.bt-recent-blog-widget .bt_recent_blog-style3 .bt_content { border: 1px solid #f1f1f1; padding: 22px 25px 13px 25px; background: #fff; }
.bt-recent-blog-widget .bt_recent_blog-style3 .bt_blog_widget_footer { padding: 0 25px; background: #f9f9f9; border: 1px solid #f1f1f1; border-top: 0; font-size: 12px; line-height:37px; }
.bt-recent-blog-widget .bt_recent_blog-style3 .bt_blog_widget_footer .fa-comment-o { margin-right: 2px; }
.bt-recent-blog-widget .bt_recent_blog-style3 .bt_blog_widget_footer .fa-angle-double-right { margin-left: 3px; }
.bt-recent-blog-widget .bt_recent_blog-style3 h3.blog-title { margin-top: 0; margin-bottom: 4px; line-height: 1; font-size: 18px; }
.bt-recent-blog-widget .bt_recent_blog-style3 .blog-subtitle { font-size: 11px; margin-bottom: 23px; } 
.bt-recent-blog-widget .bt_recent_blog-style3 .blog-subtitle span { color: #f1f1f1; padding: 0 15px; }
.bt-recent-blog-widget .bt_recent_blog-style3 .bt_blog_widget-more { }
.bt-recent-blog-widget .bt_recent_blog-style3 .blog-icon-box { margin: 10px 0; padding: 10px 15px 10px 15px; background: #fff; color: #dadada; line-height: 1; }
.bt-recent-blog-widget .bt_recent_blog-style3 .bt_blog_widget_footer .blog-icon-box:nth-child(1) { margin-right: 10px; }
.bt-recent-blog-widget .bt_recent_blog-style3 .overdate { width: 58px; height: 52px; background: #000000; color: #fff; text-align: center; line-height: 1; position: absolute; top: 10px; left: 0; padding-top: 9px;  }
.bt-recent-blog-widget .bt_recent_blog-style3 .dateonly-j { font-size: 20px; display: block; margin-bottom: 1px;} 
.bt-recent-blog-widget .bt_recent_blog-style3 .dateonly-m { font-size: 11px; display: block; } 
/* style 4 */
.bt-recent-blog-widget .bt_recent_blog-style4 { 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);}
.bt-recent-blog-widget .bt_recent_blog-style4:nth-child(3n) { margin-right: 0; }
.bt-recent-blog-widget .bt_recent_blog-style4 .bt_content { padding: 54px 25px 13px 25px; background: #fff; }
.bt-recent-blog-widget .bt_recent_blog-style4 .bt_blog_widget_footer { padding: 0 25px; background: #f5f5f5;font-size: 12px; line-height:37px; }
.bt-recent-blog-widget .bt_recent_blog-style4 .bt_blog_widget_footer .fa-comment-o { margin-right: 2px; }
.bt-recent-blog-widget .bt_recent_blog-style4 .bt_blog_widget_footer .fa-angle-double-right { margin-left: 3px; }
.bt-recent-blog-widget .bt_recent_blog-style4 h3.blog-title { margin-top: 0; margin-bottom: 4px; line-height: 1; font-size: 18px; }
.bt-recent-blog-widget .bt_recent_blog-style4 .blog-subtitle { font-size: 11px; margin-bottom: 23px; } 
.bt-recent-blog-widget .bt_recent_blog-style4 .blog-subtitle span { font-weight: 700; padding: 0 3px; }
.bt-recent-blog-widget .bt_recent_blog-style4 a.bt_blog_widget-more { color: #dadada; }
.bt-recent-blog-widget .bt_recent_blog-style4 a.bt_blog_widget-more:hover { color: #000000; }
.bt-recent-blog-widget .bt_recent_blog-style4 .blog-icon-box { margin: 10px 10px 10px 0; padding: 10px 15px 10px 15px; background: #fff; color: #dadada; line-height: 1;border-radius: 30px; }
.bt-recent-blog-widget .bt_recent_blog-style4 .bt_blog_widget_footer .blog-icon-box:nth-child(4) { margin-right: 0; }
.bt-recent-blog-widget .bt_recent_blog-style4 .socials-share { top: 24px; width: 140px; left: 35px; }
.bt-recent-blog-widget .bt_recent_blog-style4 .overthumb-author { position: absolute; bottom: -41px; left: 26px; padding: 4px; border-radius: 100%; background: #fff; }
.bt-recent-blog-widget .bt_recent_blog-style4 .overthumb-author img { border-radius: 100%; }
/* style 5 */
.bt-recent-blog-widget .bt_recent_blog-style5 { width: 22.9%; 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);}
.bt-recent-blog-widget .bt_recent_blog-style5:nth-child(4n) { margin-right: 0; }
.bt-recent-blog-widget .bt_recent_blog-style5 .bt_content { padding: 47px 26px 17px 26px; background: #f9f9f9; }
.bt-recent-blog-widget .bt_recent_blog-style5 .bt_blog_widget_footer { background: #f9f9f9; font-size: 12px; line-height:37px; }
.bt-recent-blog-widget .bt_recent_blog-style5 h3.blog-title { margin-top: 0; margin-bottom: 4px; line-height: 1; font-size: 16px; text-align: center; }
.bt-recent-blog-widget .bt_recent_blog-style5 .blog-subtitle { font-size: 10px; margin-bottom: 21px; text-align: center; } 
.bt-recent-blog-widget .bt_recent_blog-style5 .blog-subtitle span { font-weight: 700; padding: 0 3px; }
.bt-recent-blog-widget .bt_recent_blog-style5 .bt-blog-widget-date { width: 100%; position: absolute; left: 0; bottom: -21px; text-align: center;}
.bt-recent-blog-widget .bt_recent_blog-style5 .bt-blog-date-inner { padding: 13px 22px; background: #f9f9f9; display: inline-block; margin: 0 auto; border-radius: 25px; line-height: 1; }
.bt-recent-blog-widget .bt_recent_blog-style5 .bt_blog_widget_footer { text-align: center; }
.bt-recent-blog-widget .bt_recent_blog-style5 a.bt_blog_widget-more { padding: 11px 23px; background: #fff; color: #5f5f5f; line-height: 1; border-radius: 23px; display: inline-block; margin-bottom: 20px; }
.bt-recent-blog-widget .bt_recent_blog-style5 a.bt_blog_widget-more:hover { background: #000000; color: #fff; }

/* style 6 */
.bt-recent-blog-widget .bt_recent_blog-style6 { width: 22.9%; margin-right: 2.75%; float: left; margin-bottom: 30px; background: #fff; }
.bt-recent-blog-widget .bt_recent_blog-style6:nth-child(4n) { margin-right: 0; }
.bt-recent-blog-widget .bt_recent_blog-style6 .bt_content { padding: 30px 26px 5px 26px; }
.bt-recent-blog-widget .bt_recent_blog-style6 h3.blog-title { margin-top: 0; margin-bottom: 4px; line-height: 1; font-size: 16px; }
.bt-recent-blog-widget .bt_recent_blog-style6 a.bt_blog_widget-more { color: #5f5f5f; font-size: 12px; margin-bottom: 22px; margin-left: 26px; display: block; }
.bt-recent-blog-widget .bt_recent_blog-style6 a.bt_blog_widget-more:hover { color: #000000; }
.bt-recent-blog-widget .bt_recent_blog-style6 .blog-subtitle { font-size: 10px; margin-bottom: 23px; } 
.bt-recent-blog-widget .bt_recent_blog-style6 .blog-subtitle span { font-weight: 700; padding: 0 3px; }
.bt-recent-blog-widget .bt_recent_blog-style6 .overdate { width: 58px; height: 52px; background: #000000; color: #fff; text-align: center; line-height: 1; position: absolute; top: 0; left: 0; padding-top: 9px;  }
.bt-recent-blog-widget .bt_recent_blog-style6 .dateonly-j { font-size: 20px; display: block; margin-bottom: 1px;} 
.bt-recent-blog-widget .bt_recent_blog-style6 .dateonly-m { font-size: 11px; display: block; }

.bt-recent-blog-widget .bt_recent_blog-style6 .bt_thumbnail .icon { width: 58px; height: 52px; background: #73c8b7; color: #fff; text-align: center; line-height: 52px; position: absolute; top: 52px; left: 0; }
.bt-recent-blog-widget .bt_recent_blog-style6 .bt_thumbnail .icon:before{ font-family: "FontAwesome"; font-size: 20px; position: absolute; top: 0; left:0; width: 100%; height: 100%; display: block;}
.bt-recent-blog-widget .bt_recent_blog-style6.format-video .bt_thumbnail .icon {background: #eb768c; }
.bt-recent-blog-widget .bt_recent_blog-style6.format-standard .bt_thumbnail .icon:before{content:"\f03e";}
.bt-recent-blog-widget .bt_recent_blog-style6.format-gallery .bt_thumbnail .icon{background: #c183d6; }
.bt-recent-blog-widget .bt_recent_blog-style6.format-gallery .bt_thumbnail .icon:before{content:"\f03e";}
.bt-recent-blog-widget .bt_recent_blog-style6.format-video .bt_thumbnail .icon:before{content:"\f03d";}
.bt-recent-blog-widget .bt_recent_blog-style6.format-audio .bt_thumbnail .icon:before{content:"\f001";}
.bt-recent-blog-widget .bt_recent_blog-style6.format-quote .bt_thumbnail .icon:before{content:"\f10e";}
.bt-recent-blog-widget .bt_recent_blog-style6.format-link .bt_thumbnail .icon:before{content:"\f0c1";}
/* style 7 */
.bt-recent-blog-widget .bt_recent_blog-style7 { width: 22.9%; margin-right: 2.75%; float: left; margin-bottom: 30px; background: #fff; }
.bt-recent-blog-widget .bt_recent_blog-style7:nth-child(4n) { margin-right: 0; }
.bt-recent-blog-widget .bt_recent_blog-style7 .bt_content { padding: 0; }
.bt-recent-blog-widget .bt_recent_blog-style7 h3.blog-title { margin-top: 0; margin-bottom: 23px; line-height: 1; font-size: 16px; }
.bt-recent-blog-widget .bt_recent_blog-style7 .blog-subtitle { font-size: 11px; line-height: 1; padding: 16px 23px 13px 24px; background: #000000; color: #fff; } 
.bt-recent-blog-widget .bt_recent_blog-style7 .blog-subtitle a, .bt-recent-blog-widget .bt_recent_blog-style7 .blog-subtitle a:hover { color: #fff; }
.bt-recent-blog-widget .bt_recent_blog-style7 .blog-subtitle i { margin-left: 10px; margin-right: 7px; color: #1491cb; }
.bt-recent-blog-widget .bt_recent_blog-style7 .blog-subtitle i:first-child { margin-left: 0; }
.bt-recent-blog-widget .bt_recent_blog-style7 .blog-over-thumb { position: absolute; width: 100%; height: 100%; top:0; left: 0; background: rgba(0,0,0,0.5); opacity: 0; }
.bt-recent-blog-widget .bt_recent_blog-style7 .blog-over-thumb:hover { opacity: 1; }
.bt-recent-blog-widget .bt_recent_blog-style7 .blog-over-thumb a { position: absolute; top: 50%; left: 50%; margin-left: 7px; margin-top: -10px; }
.bt-recent-blog-widget .bt_recent_blog-style7 .blog-over-thumb a.prettyPhoto { margin-left: -47px; }
.bt-recent-blog-widget .bt_recent_blog-style7 .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-recent-blog-widget .bt_recent_blog-style7 .blog_widget7-content { border: 1px solid #f1f1f1; padding: 24px; }
#bliccaThemes-layout .bt-recent-blog-widget .bt_recent_blog-style7 .zilla-likes .zilla-likes-count:before, #bliccaThemes-layout .bt-recent-blog-widget .bt_recent_blog-style7 .zilla-likes:hover .zilla-likes-count:before, #bliccaThemes-layout .bt-recent-blog-widget .bt_recent_blog-style7 .zilla-likes.active .zilla-likes-count:before { padding-left: 14px; padding-right: 7px; color: #1491cb; }
/* style 8 */
.bt-recent-blog-widget .bt_recent_blog-style8 { width: 48.6%; margin-right: 2.75%; float: left; margin-bottom: 30px; background: #fff; }
.bt-recent-blog-widget .bt_recent_blog-style8:nth-child(2n) { margin-right: 0; }
.bt-recent-blog-widget .bt_recent_blog-style8 .bt_thumbnail { width: 47%; float: left; }
.bt-recent-blog-widget .bt_recent_blog-style8 .bt_content { width: 53%; float: left; padding: 39px 40px 19px 40px; }
.bt-recent-blog-widget .bt_recent_blog-style8 h3.blog-title { margin-top: 0; margin-bottom: 5px; line-height: 1; font-size: 18px; }
.bt-recent-blog-widget .bt_recent_blog-style8 .blog-subtitle { font-size: 10px; margin-bottom: 23px; } 
.bt-recent-blog-widget .bt_recent_blog-style8 .blog-subtitle span { color: #f1f1f1; padding: 0 15px; }
.bt-recent-blog-widget .bt_recent_blog-style8 .blog-over-thumb { position: absolute; bottom: 30px; width: 100%; text-align: center; text-align: center; }
.bt-recent-blog-widget .bt_recent_blog-style8 .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; }
.bt-recent-blog-widget .bt_recent_blog-style8 .blog-over-thumb .blog-icon-box:nth-child(2) { background: #eb768c; }
.bt-recent-blog-widget .bt_recent_blog-style8 .blog-over-thumb .blog-icon-box:nth-child(3) { background: #73c8b7; }
#bliccaThemes-layout .bt-recent-blog-widget .bt_recent_blog-style8 .zilla-likes .zilla-likes-count:before, #bliccaThemes-layout .bt-recent-blog-widget .bt_recent_blog-style8 .zilla-likes:hover .zilla-likes-count:before, #bliccaThemes-layout .bt-recent-blog-widget .bt_recent_blog-style8 .zilla-likes.active .zilla-likes-count:before { color: #fff; }
/* style 9 */
.bt-recent-blog-widget .bt_recent_blog-style9 { width: 31.5%; margin-right: 2.75%; float: left; margin-bottom: 30px; background: #f9f9f9;}
.bt-recent-blog-widget .bt_recent_blog-style9:nth-child(3n) { margin-right: 0; }
.bt-recent-blog-widget .bt_recent_blog-style9 .bt_content { padding: 26px 18px 10px 18px; background: #f9f9f9; width: 69.5%; float: left; }
.bt-recent-blog-widget .bt_recent_blog-style9 .bt_thumbnail { width: 30.5%; float: left; }
.bt-recent-blog-widget .bt_recent_blog-style9 h3.blog-title { margin-top: 0; margin-bottom: 2px; line-height: 1; font-size: 18px; }
.bt-recent-blog-widget .bt_recent_blog-style9 .blog-subtitle { font-size: 10px; margin-bottom: 23px; } 
.bt-recent-blog-widget .bt_recent_blog-style9 .blog-subtitle span { font-weight: 700; padding: 0 3px; }
/* style 10 */
.bt-recent-blog-widget .bt_recent_blog-style10 { width: 48.6%; margin-right: 2.75%; float: left; margin-bottom: 30px; background: #fff; }
.bt-recent-blog-widget .bt_recent_blog-style10:nth-child(2n) { margin-right: 0; }
.bt-recent-blog-widget .bt_recent_blog-style10 .bt_thumbnail { width: 47%; float: left; }
.bt-recent-blog-widget .bt_recent_blog-style10 .bt_content { width: 53%; float: left; padding: 39px 40px 19px 40px; }
.bt-recent-blog-widget .bt_recent_blog-style10 h3.blog-title { margin-top: 0; margin-bottom: 5px; line-height: 1; font-size: 18px; }
.bt-recent-blog-widget .bt_recent_blog-style10 .blog-subtitle { font-size: 10px; margin-bottom: 23px; } 
.bt-recent-blog-widget .bt_recent_blog-style10 .blog-subtitle span { color: #f1f1f1; padding: 0 15px; }
.bt-recent-blog-widget .bt_recent_blog-style10 .blog-over-thumb { position: absolute; bottom: 30px; width: 100%; text-align: center; text-align: center; }
.bt-recent-blog-widget .bt_recent_blog-style10 .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; }
.bt-recent-blog-widget .bt_recent_blog-style10 .blog-over-thumb .blog-icon-box:nth-child(2) { background: #eb768c; }
.bt-recent-blog-widget .bt_recent_blog-style10 .blog-over-thumb .blog-icon-box:nth-child(3) { background: #73c8b7; }
#bliccaThemes-layout .bt-recent-blog-widget .bt_recent_blog-style10 .zilla-likes .zilla-likes-count:before, #bliccaThemes-layout .bt-recent-blog-widget .bt_recent_blog-style10 .zilla-likes:hover .zilla-likes-count:before, #bliccaThemes-layout .bt-recent-blog-widget .bt_recent_blog-style10 .zilla-likes.active .zilla-likes-count:before { color: #fff; }
.bt-recent-blog-widget .bt_recent_blog-style10 .overdate { width: 58px; height: 52px; background: #000000; color: #fff; text-align: center; line-height: 1; position: absolute; top: 0; left: 0; padding-top: 9px;  }
.bt-recent-blog-widget .bt_recent_blog-style10 .dateonly-j { font-size: 20px; display: block; margin-bottom: 1px;} 
.bt-recent-blog-widget .bt_recent_blog-style10 .dateonly-m { font-size: 11px; display: block; }
.bt-recent-blog-widget .bt_recent_blog-style10 .bt_thumbnail .icon { width: 58px; height: 52px; background: #73c8b7; color: #fff; text-align: center; line-height: 52px; position: absolute; top: 52px; left: 0; }
.bt-recent-blog-widget .bt_recent_blog-style10 .bt_thumbnail .icon:before{ font-family: "FontAwesome"; font-size: 20px; position: absolute; top: 0; left:0; width: 100%; height: 100%; display: block;}
.bt-recent-blog-widget .bt_recent_blog-style10.format-video .bt_thumbnail .icon {background: #eb768c; }
.bt-recent-blog-widget .bt_recent_blog-style10.format-standard .bt_thumbnail .icon:before{content:"\f03e";}
.bt-recent-blog-widget .bt_recent_blog-style10.format-gallery .bt_thumbnail .icon{background: #c183d6; }
.bt-recent-blog-widget .bt_recent_blog-style10.format-gallery .bt_thumbnail .icon:before{content:"\f03e";}
.bt-recent-blog-widget .bt_recent_blog-style10.format-video .bt_thumbnail .icon:before{content:"\f03d";}
.bt-recent-blog-widget .bt_recent_blog-style10.format-audio .bt_thumbnail .icon:before{content:"\f001";}
.bt-recent-blog-widget .bt_recent_blog-style10.format-quote .bt_thumbnail .icon:before{content:"\f10e";}
.bt-recent-blog-widget .bt_recent_blog-style10.format-link .bt_thumbnail .icon:before{content:"\f0c1";}
#bliccaThemes-layout .bt-recent-blog-container .slick-dots { bottom: 5px; }

/************************/
/*    HEADINGS Kuverta  */
/************************/
/* Style 1 */
.bt_heading_1{text-align:center;}
.bt_heading_1 .text{margin-bottom:20px;}
.bt_heading_1 .line_1{
  height:4px;
  width:36px;
  background-color: #000000;
  bottom:2px;
  margin: 0 auto;
}
/* Style 2 */
.bt_heading_2{text-align:center;}
.bt_heading_2 .text{display: inline-block;vertical-align: middle;}
.bt_heading_2 .icon{display: inline-block;vertical-align: middle;font-size:9px;margin-right:7px;}
.bt_heading_2 .icon2{display: inline-block;vertical-align: middle;font-size:9px;margin-left:15px;}
/* Style 3 */
.bt_heading_3 .text{margin-bottom:10px;}
.bt_heading_3{text-align:center;}
.bt_heading_3 .line_1{
  height:1px;
  width:48px;
  background-color: #dadada;
  display: inline-block;vertical-align: middle;
}
.bt_heading_3 .line_2{
  height:1px;
  width:48px;
  background-color: #dadada;
  display: inline-block;vertical-align: middle;
}
.bt_heading_3 .icon{display: inline-block;vertical-align: middle;font-size:11px;line-height: 16px;}
/* Style 4 */
.bt_heading_4{text-align:center;}
.bt_heading_4 .text{letter-spacing:1px;margin-bottom:23px;}
.bt_heading_4 .line_1{
  height:1px;
  width:49px;
  background-color: #000000;
  margin: 0 auto;
  margin-top: 11px;
}
.bt_heading_4 .description{margin-bottom:10px;}
/* Style 5 */
.bt_heading_5{text-align:center;}
.bt_heading_5 .text{margin-bottom:8px;}
.bt_heading_5 .icon{display: inline-block;vertical-align:middle;font-size:9px;margin-bottom:-3.9px;}
.bt_heading_5 .line_1{
  height:1px;
  width:115px;
  background-color: #dadada;
  margin: 0 auto;
}
.bt_heading_5 .line_1:before{
  content:"";
  position: absolute;
width: 0;
height: 0;
left: 41%;
border-style: solid;
border-width: 11px 10.5px 0 10.5px;
border-color: #dadada transparent transparent transparent;
}
.bt_heading_5 .line_1:after{
  content:"";
  position: absolute;
width: 0;
height: 0;
left:42%;
border-style: solid;
border-width: 10px 9.5px 0 9.5px;
border-color: #fff transparent transparent transparent;
}
/* Style 6 */
.bt_heading_6{text-align:center;}
.bt_heading_6 .text{margin-bottom:10px;}
/* Style 7 */
.bt_heading_7{text-align: center;}
.bt_heading_7 .description{margin: 0 auto;width:520px;}
.bt_heading_7 .line_1{
  height:1px;
  width:140px;
  background-color: #000000;
  margin: 0 auto;
  margin-top: 17px;
  margin-bottom: 21px;
}
/* Style 8 */
.bt_heading_8{text-align: center;}
.bt_heading_8 .text{
  border:3px solid;
  display: inline-block;
  padding:17px 16px;
}
/* Style 9 */
.bt_heading_9{text-align:center;}
.bt_heading_9 .text{margin-bottom:16px;}
.bt_heading_9 .line_1{
  height:1px;
  width:225px;
  background-color: #dadada;
  display: inline-block;vertical-align: middle;
  margin-right:9px;
}
.bt_heading_9 .line_2{
  height:1px;
  width:225px;
  background-color: #dadada;
  display: inline-block;vertical-align: middle;
  margin-left:9px;
}
.bt_heading_9 .icon{display: inline-block;vertical-align: middle;font-size:9px;}
.bt_heading_9 .description{margin: 0 auto;width:520px;margin-top:10px;}
/* Style 10 */
.bt_heading_10{text-align:center;}
.bt_heading_10 .text{margin-bottom:17px;letter-spacing:1px;}
.bt_heading_10 .icon{font-size:20px;}
.bt_heading_10 .description{margin-bottom: 0px;}
/* Style 11 */
.bt_heading_11{text-align:center;}
.bt_heading_11 .text{margin-bottom:10px;}
.bt_heading_11 .line_1{
  height:1px;
  width:87px;
  background-color: #dadada;
  display: inline-block;vertical-align: middle;
  margin-right:9px;
}
.bt_heading_11 .line_2{
  height:1px;
  width:87px;
  background-color: #dadada;
  display: inline-block;vertical-align: middle;
  margin-left:9px;
}
.bt_heading_11 .icon{display: inline-block;vertical-align: middle;font-size:15px;}
/* Style 12 */
.bt_heading_12{text-align:center;}
.bt_heading_12 .text{margin-bottom:5px;}
.bt_heading_12 .line_1{
  height:1px;
  width:200px;
  border-bottom: 1px dashed #dadada;
  display: inline-block;vertical-align: middle;
  margin-right:9px;
  margin-left: 9px;
}
.bt_heading_12 .icon{display: inline-block;vertical-align: middle;font-size:6px;}
.bt_heading_12 .icon2{display: inline-block;vertical-align: middle;font-size:6px;}
.bt_heading_12 .description{margin-bottom: 2px;}
/* Style 13 */
.bt_heading_13{text-align:center;}
.bt_heading_13 .description{margin-bottom: -2px;display:inline-block;}
.bt_heading_13 .text{
  vertical-align: middle;
  margin-top:20px;
}
.bt_heading_13 .line_1{
    display: inline-block;
    vertical-align: middle;
    height: 17px;
    margin-right: 16px;
}
.bt_heading_13 .line_1_inside{
      background: #000000;
    height: 1px;
    width: 40px;
    margin-top: 8px;
}
.bt_heading_13 .line_2{
    display: inline-block;
    vertical-align: middle;
    height: 17px;
    margin-left: 16px;
}
.bt_heading_13 .line_2_inside{
      background: #000000;
    height: 1px;
    width: 40px;
    margin-top: 8px;
}
/* Style 14 */
.bt_heading_14{text-align:center;}
.bt_heading_14 .text{margin-bottom:12px;}
.bt_heading_14 .line_1{
  height:1px;
  width:47px;
  background-color: #dadada;
  display: inline-block;vertical-align: middle;
  margin-right:9px;
}
.bt_heading_14 .line_2{
  height:1px;
  width:47px;
  background-color: #dadada;
  display: inline-block;vertical-align: middle;
  margin-left:9px;
}
.bt_heading_14 .icon{display: inline-block;vertical-align: middle;font-size:16px;}
/* Style 15 */
.bt_heading_15{text-align:center;}
.bt_heading_15 .text{
  display: inline-block;
  border-bottom:2px solid #000000;
  padding-bottom:10px;
}
.bt_heading_15 .description{margin: 0 auto;width:520px;margin-top:10px;}
/* Style 16 */
.bt_heading_16{text-align:center;}
.bt_heading_16 .text{margin-bottom:10px;}
.bt_heading_16 .icon{font-size:50px;margin-bottom:25px;}
/* Style 17 */
.bt_heading_17{text-align:center;}
.bt_heading_17 .text{margin-bottom:10px;}
.bt_heading_17 .icon{font-size:30px;border-radius:50%;background-color: #000000;line-height: 84px;width:84px;text-align: center;margin:0 auto;margin-bottom:30px;}
/* Style 18 */
.bt_heading_18{text-align:center;}
.bt_heading_18 .text{margin-bottom:10px;}
.bt_heading_18 .line_1{
  height:2px;
  width:10px;
  background-color: #181818;
  display: inline-block;
  margin-bottom:20px;
}
.bt_heading_18 .line_2{
  height:2px;
  width:83px;
  background-color: #000000;
  display: inline-block;
  margin-top:26px;
}
/* Style 19 */
.bt_heading_19{text-align:center;}
.bt_heading_19 .text{margin-bottom:15px;}
.bt_heading_19 .image{display: inline-block;margin-top:7px;}
.bt_heading_19 .description{margin: 0 auto;width:520px;margin-top:13px;}
/* Style 20 */
.bt_heading_20{text-align:center;}
.bt_heading_20 .text{margin-bottom:10px;}
.bt_heading_20 .line_1{
  height:1px;
  width:47px;
  background-color: #dadada;
  display: inline-block;vertical-align: middle;
  margin-right: -5px;
  margin-top: 2px;
}
.bt_heading_20 .line_2{
    height: 1px;
    width: 47px;
    background-color: #dadada;
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px;
    margin-top: 2px;
}
.bt_heading_20 .icon{
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    margin-left: -3px;
    }
.bt_heading_20 .icon_2{margin-top: -2px;}

/***** 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: #000000 transparent transparent transparent;
    z-index:1;
}

/************************/
/*    IMAGEBOX Kuverta  */
/************************/
/* Style 1 */
.bt_imagebox_1 .bt_image_content .bt-imagebox-button .bt-imagebox-button-style a{
    font-size: 14px;
    color: #000000;
    border: none;
    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);
}
.bt_imagebox_1 .bt_image_content .bt-imagebox-button .bt-imagebox-button-style a:after{
    font-family: "FontAwesome"; content: "\f0da"; font-size: 12px;margin-left:5px;}  
.bt_imagebox_1 .bt_image_content .bt-imagebox-button .bt-imagebox-button-style a:hover{
  color:inherit;
  background-color: inherit;
  border-color:#000000;
  
}
.bt_imagebox_1 .bt_image_content h4{font-weight:400;margin-bottom: 30px;font-size:20px;}
.bt_imagebox_1 .bt_image{overflow:hidden;}
.bt_imagebox_1 .bt_image img{ -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_imagebox_1:hover .bt_image img{transform: scale(1.1);}
.bt_imagebox_1 .bt_image_content .bt-imagebox-button {
  margin-top:27px;
  line-height:39px;
}
.bt_imagebox_1 .bt_image{
  margin-bottom:27px;
}
  .bt_imagebox_1{margin-bottom:30px!important;}

.bt_imagebox_1 .bt_image_content .bt-imagebox-button{margin-top:0px;}
/* Style 2 */
.bt_imagebox_2{
  margin-bottom: 30px!important;
}
.bt_imagebox_2 .bt_image{
  float:left;
  margin-right:30px;
  overflow:hidden;
}
.bt_imagebox_2 .bt_image img{ -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_imagebox_2:hover .bt_image img{transform: scale(1.1);}
.bt_imagebox_2 .bt_image_content{
    background-color: #fff;
    border: 1px solid #f1f1f1;
    padding: 4.5% 26px;
}
/* Style 3 */
.bt_imagebox_3 {
  margin-bottom: 30px!important;
}
.bt_imagebox_3 .bt-img-icon{min-height: 202px;}
.bt_imagebox_3 .bt-img-icon .icon{
    float: left;
    height: auto;
    width: 23%;
    text-align: center;
    line-height: 202px;
    color: #fff;
    font-size: 30px;}
.bt_imagebox_3 .bt-img-icon .bt_image{float:right;width:77%;}
.bt_imagebox_3 .bt-img-icon .icon span{    
    -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_imagebox_3:hover .bt-img-icon .icon span{
  transform: scale(0.8, 0.8);
-webkit-transform: scale(0.8, 0.8);
-moz-transform: scale(0.8, 0.8);
-o-transform: scale(0.8, 0.8);
-ms-transform: scale(0.8, 0.8);}
/* Style 4 */
.bt_imagebox_4 {
  margin-bottom: 30px!important;
}
.bt_imagebox_4 .bt_image_content{
    background-color: #fff;
    border: 1px solid #f1f1f1;
    padding: 4px 30px 11px 30px;
}
.bt_imagebox_4 .bt_image{overflow:hidden;}
.bt_imagebox_4 .bt_image img{ -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_imagebox_4:hover .bt_image img{transform: scale(1.1);}
/* Style 5 */
.bt_imagebox_5 {
  margin-bottom:30px!important;
}
.bt_imagebox_5 .bt_image{overflow:hidden;}
.bt_imagebox_5 .bt_image img{ -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_imagebox_5:hover .bt_image img{transform: scale(1.1);}
.bt_imagebox_5 .bt_image_content .bt-imagebox-button .bt-imagebox-button-style a{
  color:#000000;
  font-size: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);
}
.bt_imagebox_5 .bt_image_content .bt-imagebox-button .bt-imagebox-button-style a:after{
content: "\f105";
    font-family: "FontAwesome";
    font-size: 12px;
    border: 1px solid #000000;
    border-radius: 50%;
    width: 20px;
    line-height: 20px;
    height: 20px;
    margin-top: 3px;
    position: absolute;
    text-align: center;
    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);
}
.bt_imagebox_5 .bt_image_content .bt-imagebox-button .bt-imagebox-button-style a:hover{
  color:#181818;
}
.bt_imagebox_5 .bt_image_content .bt-imagebox-button .bt-imagebox-button-style a:hover:after{
  border-color:#181818;
  color:#181818;
}
.bt_imagebox_5 .bt_image_content .bt-imagebox-button{margin-top:22px;}
/* Style 6 */
.bt_imagebox_6 {
  margin-bottom:30px!important;
}
.bt_imagebox_6 .bt_image{
    width: 194px;
    height: 194px;
    margin: auto;
    border-radius: 50%;
  -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_imagebox_6:hover .bt_image{
transform: scale(0.8, 0.8);
-webkit-transform: scale(0.8, 0.8);
-moz-transform: scale(0.8, 0.8);
-o-transform: scale(0.8, 0.8);
-ms-transform: scale(0.8, 0.8);
}
/* Style 7 */
.bt_imagebox_7 {
  margin-bottom:30px!important;
}
.bt_imagebox_7 .bt_image{
    width: 194px;
    height: 194px;
    margin: auto;
    float: right;
    border-radius: 50%;
  -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_imagebox_7:hover .bt_image{
transform: scale(0.8, 0.8);
-webkit-transform: scale(0.8, 0.8);
-moz-transform: scale(0.8, 0.8);
-o-transform: scale(0.8, 0.8);
-ms-transform: scale(0.8, 0.8);
}
.bt_imagebox_7 .bt_image_content .bt-imagebox-button .bt-imagebox-button-style a{
  color:#000000;
  font-size: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);
}
.bt_imagebox_7 .bt_image_content .bt-imagebox-button .bt-imagebox-button-style a:after{
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 12px;
  border: 1px solid #000000;
  border-radius: 50%;
  width: 20px;
  line-height:20px;
  margin-top:2px;
  position: absolute;
  text-align: center;
  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);
}
.bt_imagebox_7 .bt_image_content .bt-imagebox-button .bt-imagebox-button-style a:hover{
  color:#181818;
}
.bt_imagebox_7 .bt_image_content .bt-imagebox-button .bt-imagebox-button-style a:hover:after{
  border-color:#181818;
  color:#181818;
}
.bt_imagebox_7 .bt_image_content .bt-imagebox-button{margin-top:22px;}
.bt_imagebox_7 .bt_image_content {padding-top:3px;}
/* Style 8 */
.bt_imagebox_8{
  margin-bottom: 30px!important;
}
.bt_imagebox_8 .bt_image{
  float:left;
  margin-right:20px;
  overflow:hidden;
}
.bt_imagebox_8 .bt_image_content{
    background-color: #f5f5f5;
    padding: 4% 26px;
}
.bt_imagebox_8 .bt_image img{ -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_imagebox_8:hover .bt_image img{transform: scale(1.1);}
/* Style 9 */
.bt_imagebox_9 {
  margin-bottom: 30px!important;
}
.bt_imagebox_9 .bt_image{overflow:hidden;}
.bt_imagebox_9 .bt_image img{ -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_imagebox_9:hover .bt_image img{transform: scale(1.1);}
.bt_imagebox_9 .bt_image_content{
    background-color: #fff;
        padding: 24px 50px 30px 50px;
}
/*******************/
/*   Count Widget  */
/*******************/
.bliccaThemes-count { text-align: center; }

.bt_count_1 .timer { font-size: 50px; font-weight:700; color: #181818; }
.bt_count_1 .bt-count-title { font-size: 15px; border-top: 1px solid #f2f2f2; margin-top: 15px; padding-top: 8px; }

.bt_count_2 .bt-count-icon { font-size: 80px; margin-bottom: 30px; }
.bt_count_2 .bt-count-title { margin-bottom: 23px; }
.bt_count_2 .timer { font-size: 50px; font-weight: 700; color: #181818; }

.bt_count_3 .bt-count-icon span { color: #fff; width: 94px; height: 94px; line-height: 94px; font-size: 30px; border-radius: 100%; margin-bottom: 29px; }
.bt_count_3 .bt-count-title { margin-bottom: 23px; }
.bt_count_3 .timer { font-size: 50px; font-weight: 700; color: #181818; }


/*****************************/
/*    Image Gallery Kuverta  */
/*****************************/
.kuvertagrid3{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: #000000; 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: #000000; 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 p { margin-bottom: 0; line-height: 22px;font-size:14px; }
.twitter_grids p.tweet_date { line-height: 10px; font-size: 10px; margin-top: 5px; color:#6b6b6b;}
.twitter_grids > div { border-bottom: 1px solid #383838; padding: 22px 0 22px 34px; position: relative; }
.twitter_grids > div:nth-child(1) { padding-top: 0; }
.twitter_grids > div:before { content:"\f099"; font-family: "FontAwesome"; font-size: 20px; line-height: 1; color: #4a4a4a; margin-right: 16px; position: absolute; top: 24px; left: 0; }
.twitter_grids > div:nth-child(1):before { top: 2px; }
.twitter_grids > div:last-child{border:none; padding-bottom:0;}
  .twitter_grids a { color: #fff; }
/* 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:#000000;}


/** Side Menu **/
.kuverta .widget_nav_menu ul li{float: none; width: 100%; margin-bottom: 2px;}
.kuverta .widget_nav_menu ul li a:before{display:none;}
.kuverta .widget_nav_menu ul li a{
    display: block;
    padding-left: 30px;
    line-height: 60px;
    background: #eeeeee;
    font-weight:400;
border-right: 5px solid transparent;
    -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);
}
.kuverta .widget_nav_menu .current-menu-item a{color:#181818; border-right:5px solid #000000;  
    -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);}
.kuverta .widget_nav_menu ul li:hover{padding-left:0px;}
.kuverta .widget_nav_menu ul li a:hover{border-right:5px solid #000000;color:#181818!important;}


/***************************************/
/* Portfolio / Photography Grid Widget */
/***************************************/

.portfolio-filter { text-align: center; margin-bottom: 40px;}
.portfolio-filter ul li { display: inline; margin: 0 10px; }
.portfolio-filter ul li a {     color: #999;
    border-bottom: 1px solid transparent;
    padding: 0 2px 2px 2px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    font-size: 13px;
    transition: all 0.4s;}
.portfolio-filter ul li.active a { color: #000; padding: 0 2px 2px 2px;}
.portfolio-filter ul li a:hover { color: #000; padding: 0 2px 2px 2px;}
.portfolio-filter ul{padding:0px;}

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

.csstransitions .anim-in[data-anim="true"] {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.button_disable { display: none; }
.next_prev_portfolio { cursor: pointer; }
.portfolio_navigation{width: 100%;
    font-size: 12px;
    margin-top: 27px;
    border-top: 1px dashed;
    padding-top: 22px;
    text-transform: uppercase;}
.bt-grid__item { overflow: hidden; cursor: pointer;}
.previous_portfolio{float:left;}
.next_portfolio{float:right;}
.previous_portfolio:hover, .next_portfolio:hover{color:#000;}

.portfolio-single-nav{padding-top:50px;font-size:12px;}
.portfolio-single-nav a{color:#999;}
.portfolio-single-nav a:hover{color:#000;}
.portfolio-single-nav .prev-project{float:left;}
.portfolio-single-nav .next-project{float:right;}
.portfolio-single-nav .prev-project i{margin-right:4px;}
.portfolio-single-nav .next-project i{margin-left:4px;}

/*********************/
/* hover animation 1 */
/*********************/
.portfolio-item-hover.hover-anim1 { 
top: 0; left: 0; background: rgba(255,255,255, 0.7); width: 100%; height: 100%; position: absolute; overflow: hidden; 
-moz-transform: scale(0);
-webkit-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

.bt-grid__item:hover .portfolio-item-hover.hover-anim1 { 
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}

.portfolio-item-hover.hover-anim1 .portfolio-hover-title {
position: absolute;
width: 100%;
color: #000;
font-weight: 700;
text-align: center;
top: 50%;
margin-top: -12px;
}

/*********************/
/* hover animation 2 */
/*********************/
.portfolio-item-hover.hover-anim2 { 
top: 0; left: 0; bottom: 0; right:0; background:#fff;position: absolute; overflow: hidden; 
opacity: 0;
-webkit-transition: opacity 500ms ease, top 300ms 300ms ease, right 300ms 300ms ease, bottom 300ms 300ms ease, left 300ms 300ms ease;
-moz-transition: opacity 500ms ease top 300ms 300ms ease, right 300ms 300ms ease, bottom 300ms 300ms ease, left 300ms 300ms ease ;
-ms-transition: opacity 500ms ease top 300ms 300ms ease, right 300ms 300ms ease, bottom 300ms 300ms ease, left 300ms 300ms ease;
-o-transition: opacity 500ms ease top 300ms 300ms ease, right 300ms 300ms ease, bottom 300ms 300ms ease, left 300ms 300ms ease;
transition: opacity 500ms ease top 300ms 300ms ease, right 300ms 300ms ease, bottom 300ms 300ms ease, left 300ms 300ms ease;  
}
.bt-grid__item:hover .portfolio-item-hover.hover-anim2 { 
opacity: 1;
top: 15px; right: 15px; bottom: 15px; left: 15px;
}
.portfolio-item-hover.hover-anim2 .portfolio-hover-title {
position: absolute;
width: 100%;
color: #000;
font-weight: 700;
text-align: center;
top: 50%;
  font-size:19px;
margin-top: -12px;
opacity: 0;
-webkit-transition: all 300ms 300ms ease;
-moz-transition: all 300ms 300ms ease;
-ms-transition: all 300ms 300ms ease;
-o-transition: all 300ms 300ms ease;
transition: all 300ms 300ms ease;  
}
.bt-grid__item:hover .portfolio-item-hover.hover-anim2 .portfolio-hover-title {
opacity: 1;  
}

/*********************/
/* hover animation 3 */
/*********************/
.portfolio-item-hover.hover-anim3 { 
top: 0; left: 0; bottom: 0; right:0; background: rgba(255,255,255, 0.7);position: absolute; overflow: hidden; 
opacity: 0;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;  
}
.bt-grid__item:hover .portfolio-item-hover.hover-anim3 { 
opacity: 1;
}
.portfolio-item-hover.hover-anim3 .portfolio-hover-title {
position: absolute;
width: 100%;
color: #000;
font-size: 16px;
font-weight: 700;
text-align: left;
padding-left: 30px;
bottom: 50px;
left: -50%;
opacity: 0;
-webkit-transition: all 300ms 150ms ease;
-moz-transition: all 300ms 150ms ease;
-ms-transition: all 300ms 150ms ease;
-o-transition: all 300ms 150ms ease;
transition: all 300ms 150ms ease;  
}
.bt-grid__item:hover .portfolio-item-hover.hover-anim3 .portfolio-hover-title {
opacity: 1;
left:0%;  
}
.portfolio-item-hover.hover-anim3 .portfolio-hover-title span { font-size: 12px;}
.portfolio-item-hover.hover-anim3 .portfolio-hover-title:before { display: block; width: 12px; height: 2px; background: #363333; content: ""; margin: 0 0 5px; }
/*********************/
/* hover animation 4 */
/*********************/
.portfolio-item-hover.hover-anim4 { 
top: 0; left: -100%; background: rgba(255,255,255, 0.7); width: 100%; height: 100%; position: absolute; overflow: hidden; 

-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

.bt-grid__item:hover .portfolio-item-hover.hover-anim4 { 
left: 0;
}

.portfolio-item-hover.hover-anim4 .portfolio-hover-title {
position: absolute;
width: 100%;
color: #000;
font-weight: 700;
text-align: center;
top: 50%;
margin-top: -12px;
}

/* disable */
.hover-disable { display:none !important; }
/*************************************/
/* portfolio item image hover effect */
/*************************************/
.bt-grid__item:hover img { 
-webkit-transition: all 1300ms ease;
-moz-transition: all 1300ms ease;
-ms-transition: all 1300ms ease;
-o-transition: all 1300ms ease;
transition: all 1300ms ease;
}
.portfolio-hover-title span { display: block; font-size: 12px;line-height:26px;font-weight:400; }

.bt-grid__item:hover img {
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
} 

/* portfolio style 1*/
.bliccaThemes_portfolio_widget.bt_portfolio-style1 .bt-grid {
  position: relative;
  margin: 0 auto;
}

.js .bliccaThemes_portfolio_widget.bt_portfolio-style1 .bt-grid::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background: #252323 url(../img/loading.svg) no-repeat 50% 75px;
  background-size: 60px auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.js .bliccaThemes_portfolio_widget.bt_portfolio-style1 .bt-grid--loaded::after {
  opacity: 0;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style1 .bt-grid__item {
  width: 270px;
  float: left;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style1 .bt-grid__item--current {
  opacity: 0 !important;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style1 .img-wrap {
  display: block;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style1 .img-wrap:focus,
.bliccaThemes_portfolio_widget.bt_portfolio-style1 .img-wrap:hover {
  outline: none;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style1 .img-wrap img {
  display: block;
  max-width: 100%;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style1 .preview {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  height: 100%;
  pointer-events: none;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style1 .preview::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #1f1d1d;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style1 .preview--open {
  pointer-events: auto;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style1 .preview--open::before {
  opacity: 1;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style1 .clone {
  position: fixed;
  z-index: 110;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-backface-visibility: hidden;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style1 .original {
  position: relative;
  z-index: 120;
  display: block;
  object-fit: contain;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-backface-visibility: hidden;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style1 .preview--open .animate {
  /* open */
  -webkit-transition: -webkit-transform 0.6s, opacity 0.2s;
  transition: transform 0.6s, opacity 0.2s;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style1 .animate {
  /* close */
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style1 .description {
  color: #fff;
}

.js .bliccaThemes_portfolio_widget.bt_portfolio-style1 .description--bt-grid {
  display: none;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style1 .description--preview {
  font-size: 2em;
  position: absolute;
  z-index: 140;
  width: 100%;
  left: 100%;
  top: 0;
  height: 100%;
  padding: 0 1em;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

.bliccaThemes_portfolio_widget.bt_portfolio-style1 .preview--open .description--preview {
      opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #999;
    font-size: 16px;
    padding-right: 25%;
  line-height:30px;
}
.bliccaThemes_portfolio_widget.bt_portfolio-style1 .description--preview h3{margin-bottom:25px;}
.bliccaThemes_portfolio_widget.bt_portfolio-style1 .description--preview h3 a{
    font-weight: bold;
    margin: 0;
    font-size: 40px;
  color:#000;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style1 .description--preview p {
  font-size: 16px;
  max-width: 100%;
}
.bliccaThemes_portfolio_widget.bt_portfolio-style1 .description--preview a{
  margin-top: 20px;
    color: #999;
    font-size: 15px;  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);}
.bliccaThemes_portfolio_widget.bt_portfolio-style1 .description--preview a:hover {color:#000;}

.bliccaThemes_portfolio_widget.bt_portfolio-style1 .description--preview p em {
  color: #5D5D5D;
  display: block;
  padding: 0.4em 0 0 0;
}


/* Close button */

.bliccaThemes_portfolio_widget.bt_portfolio-style1 .action {
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  cursor: pointer;
  vertical-align: top;
  color: #000000;
  border: none;
  background: none;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style1 .action:hover,
.bliccaThemes_portfolio_widget.bt_portfolio-style1 .action:focus {
  color: #000000;
  outline: none;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style1 .action--close {
  position: fixed;
  z-index: 150;
  top: 0;
  right: 0;
  padding: 1em;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
}

.bliccaThemes_portfolio_widget.bt_portfolio-style1 .preview--image-loaded .action--close {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.bliccaThemes_portfolio_widget.bt_portfolio-style1 .text-hidden {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  color: transparent;
}

@media screen and (max-width: 40em) {
  .bliccaThemes_portfolio_widget.bt_portfolio-style1 .description--preview h3 {
    font-size: 0.5em;
  }
  .bliccaThemes_portfolio_widget.bt_portfolio-style1 .description--preview p {
    display: none;
  }
}
/*********/
/*style 2*/
/*********/
.bliccaThemes_portfolio_widget.bt_portfolio-style2 .bt-grid {
  position: relative;
  margin: 0 auto;
}

.js .bliccaThemes_portfolio_widget.bt_portfolio-style2 .bt-grid::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background: #252323 url(../img/loading.svg) no-repeat 50% 75px;
  background-size: 60px auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.js .bliccaThemes_portfolio_widget.bt_portfolio-style2 .bt-grid--loaded::after {
  opacity: 0;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style2 .bt-grid__item {
  width: 270px;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style2 .bt-grid__item--current {
  opacity: 0 !important;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style2 .img-wrap {
  display: block;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style2 .img-wrap:focus,
.bliccaThemes_portfolio_widget.bt_portfolio-style2 .img-wrap:hover {
  outline: none;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style2 .img-wrap img {
  display: block;
  max-width: 100%;
}
.bliccaThemes_portfolio_widget.bt_portfolio-style2 .portfolio-title { margin-top: 60px; }
.bliccaThemes_portfolio_widget.bt_portfolio-style2 .portfolio_navigation { border-color: #000; color: #000; margin: 30px auto 0; width: 50%; }
.bliccaThemes_portfolio_widget.bt_portfolio-style2 .preview {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 75%;
  pointer-events: none;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style2 .preview::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  background: #1f1d1d;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style2 .preview--open {
  pointer-events: auto;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style2 .preview--open::before {
  opacity: 1;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style2 .clone {
  position: fixed;
  z-index: 110;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-backface-visibility: hidden;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style2 .original {
  position: relative;
  z-index: 120;
  display: block;
  margin: auto 0;
  object-fit: contain;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-backface-visibility: hidden;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style2 .preview--open .animate {
  /* open */
  -webkit-transition: -webkit-transform 0.6s, opacity 0.2s;
  transition: transform 0.6s, opacity 0.2s;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style2 .animate {
  /* close */
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style2 .description {
  color: #fff;
}

.js .bliccaThemes_portfolio_widget.bt_portfolio-style2 .description--bt-grid {
  display: none;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style2 .description--preview {
  font-size: 1.5em;
  position: absolute;
  height: 25vh;
  width: 100%;
  left: 0;
  bottom: 100%;
  z-index: 140;

  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

.bliccaThemes_portfolio_widget.bt_portfolio-style2 .preview--open .description--preview {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


/* Close button */

.bliccaThemes_portfolio_widget.bt_portfolio-style2 .action {
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  cursor: pointer;
  vertical-align: top;
  color: #000000;
  border: none;
  background: none;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style2 .action:hover,
.bliccaThemes_portfolio_widget.bt_portfolio-style2 .action:focus {
  color: #000000;
  outline: none;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style2 .action--close {
  position: fixed;
  z-index: 150;
  top: 0;
  right: 0;
  padding: 1em;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
}

.bliccaThemes_portfolio_widget.bt_portfolio-style2 .preview--image-loaded .action--close {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.bliccaThemes_portfolio_widget.bt_portfolio-style2 .text-hidden {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  color: transparent;
}
/***********/
/* style 3 */
/***********/
.bliccaThemes_portfolio_widget.bt_portfolio-style3 .bt-grid {
  position: relative;
  margin: 0 auto;
}

.js .bliccaThemes_portfolio_widget.bt_portfolio-style3 .bt-grid::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background: #252323 url(../img/loading.svg) no-repeat 50% 75px;
  background-size: 60px auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.js .bliccaThemes_portfolio_widget.bt_portfolio-style3 .bt-grid--loaded::after {
  opacity: 0;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style3 .bt-grid__item {
  width: 270px;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style3 .bt-grid__item--current {
  opacity: 0 !important;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style3 .img-wrap {
  display: block;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style3 .img-wrap:focus,
.bliccaThemes_portfolio_widget.bt_portfolio-style3 .img-wrap:hover {
  outline: none;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style3 .img-wrap img {
  display: block;
  max-width: 100%;
}
.bliccaThemes_portfolio_widget.bt_portfolio-style3 .portfolio-title { width: 100% ;}
.bliccaThemes_portfolio_widget.bt_portfolio-style3 .portfolio_navigation { color: #000; border-color: #000; width: 50%; margin: 30px auto 0; }
.bliccaThemes_portfolio_widget.bt_portfolio-style3 .preview {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 75%;
  pointer-events: none;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style3 .preview::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  background: #1f1d1d;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style3 .preview--open {
  pointer-events: auto;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style3 .preview--open::before {
  opacity: 1;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style3 .clone {
  position: fixed;
  z-index: 110;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-backface-visibility: hidden;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style3 .original {
  position: relative;
  z-index: 120;
  display: block;
  margin: auto 0;
  object-fit: contain;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-backface-visibility: hidden;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style3 .preview--open .animate {
  /* open */
  -webkit-transition: -webkit-transform 0.6s, opacity 0.2s;
  transition: transform 0.6s, opacity 0.2s;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style3 .animate {
  /* close */
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style3 .description {
  color: #fff;
}

.js .bliccaThemes_portfolio_widget.bt_portfolio-style3 .description--bt-grid {
  display: none;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style3 .description--preview {
  font-size: 2em;
  font-size: 1.5em;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 140;
  width: 100%;
  height: 25vh;
  text-align: center;
  padding: 1em 3vw;
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}

.bliccaThemes_portfolio_widget.bt_portfolio-style3 .preview--open .description--preview {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


/* Close button */

.bliccaThemes_portfolio_widget.bt_portfolio-style3 .action {
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  cursor: pointer;
  vertical-align: top;
  color: #000000;
  border: none;
  background: none;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style3 .action:hover,
.bliccaThemes_portfolio_widget.bt_portfolio-style3 .action:focus {
  color: #000000;
  outline: none;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style3 .action--close {
  position: fixed;
  z-index: 150;
  top: 0;
  right: 0;
  padding: 1em;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
}

.bliccaThemes_portfolio_widget.bt_portfolio-style3 .preview--image-loaded .action--close {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.bliccaThemes_portfolio_widget.bt_portfolio-style3 .text-hidden {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  color: transparent;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style3 .button {
  font-size: 0.5em;
  font-weight: bold;
  margin: 0;
  padding: 1em 2em;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 2em;
  background: none;
}

.bliccaThemes_portfolio_widget.bt_portfolio-style3 .button--view {
  margin-top: 2em;
}
/** finished shortcodes **/

/**************/
/* 8. Footer */
/**************/

.footer_bliccaThemes ul li { list-style: none; }
.footer-widget { color: #666666; }


/*************************/
/* 9. Slick Slider */
/*************************/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../fonts/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/************************/
/* 10. WooCommerce CSS  */
/************************/
.bliccaThemes-shop {}

.woocommerce .summary .product_meta { clear: both; }
/* loop page css */
.bliccathemes-shop-thumb { position: relative; }
/* Sidebar Search */
.woocommerce.widget_product_search .search-field{position: relative; width: 75%; padding-left: 20px; font-size: 13px!important; height: 50px; color: #5f5f5f; line-height: 50px; background-color: #f9f9f9; border: none; border-radius: 0!important;}
.woocommerce.widget_product_search .screen-reader-text{display:none;}
.woocommerce.widget_product_search input[type=submit]{background: #181818; border: none; line-height: 52px; width: 17.8%; position: absolute; padding: 0px; color: #fff; font-size: 12px;}
.woocommerce.sidebar-widget .quantity{border:none;}
/* Woocommerce Product List Page */
.woocommerce form.woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select{font-size: 13px; color: #181818; border: none; background: none;}
.woocommerce .woocommerce-result-count{color: #181818; float: left; width: 50%; display: inline; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; line-height: 68px;}
.woocommerce .woocommerce-ordering {width: 50%; text-align: right; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; padding-top: 24px; padding-bottom: 20px;}
.woocommerce span.onsale{min-height: 50px; min-width: 59px; line-height: 50px; text-transform: uppercase; font-weight: 700;-ms-transform: rotate(26deg); -webkit-transform: rotate(26deg); transform: rotate(26deg);    background-color: #dadada;padding:0px;border:5px solid #fff;}
.woocommerce ul.products li.product .onsale{margin: -.9em -.9em 0 0;}
.woocommerce .bliccaThemes-shop-grid3 ul.products li.product, .woocommerce-page .bliccaThemes-shop-grid3 ul.products li.product { width: 30.8%; }
/* button style on loop page */
.woocommerce .bliccathemes-shop-thumb a.button, .woocommerce .bliccathemes-shop-thumb a.compare, .woocommerce .bliccathemes-shop-thumb a.added_to_cart { 
    position: absolute; 
    width: 100%; 
    height: 33px;
    left: 0; 
    font-size: 10px;
    padding: 13px 0;
    border-radius: 0;
    color: #fff;
    background: #181818;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height:1; 
    text-transform: uppercase; 
    text-align: center;
    margin: auto;
    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);
}

.woocommerce .bliccathemes-shop-thumb a.button { bottom: 34px; }
.woocommerce .bliccathemes-shop-thumb a.compare { bottom: 0; background: #181818; }
.woocommerce .bliccathemes-shop-thumb a.added_to_cart { bottom: 78px; }
.woocommerce .bliccathemes-shop-thumb:hover a.button, .woocommerce .bliccathemes-shop-thumb:hover a.compare, .woocommerce .bliccathemes-shop-thumb a.added_to_cart { opacity: 1; }

/* Woocommerce Single */
.single-product.woocommerce div.product form.variations_form.cart { float: none; } 
.woocommerce .quantity { border: 1px solid #f1f1f1; width: 80px; font-weight: 600; }
.woocommerce #bliccaThemes-layout .quantity .qty, #bliccaThemes-layout .woocommerce .quantity .qty { height: 54px; width: 50px; border: 1px solid #f1f1f1; float: left;  padding-left: 14px; }
.woocommerce .wrap-quantity { float: left; width: 28px; height: 54px; }
.woocommerce .quantity .minus, .woocommerce .quantity .plus {
    width: 28px;
    height: 27px;
    background: #fff;
    border: 1px solid #f1f1f1;
    display: block;
}

.woocommerce .woocommerce-breadcrumb{color:#5f5f5f;font-size:12px;margin-bottom:0px;}
.woocommerce .woocommerce-breadcrumb a{color:#5f5f5f; font-size:12px;}
.woocommerce div.product .product_title{font-size:24px; color:#181818;padding-bottom: 23px; border-bottom: 1px solid #f1f1f1;}
.woocommerce div.product p.price, .woocommerce div.product span.price{float: left; font-size: 18px; color: #181818; font-weight: 600; margin-right: 20px;line-height:70px;margin-bottom:0px;}
.woocommerce .star-rating span{color: #eabe12;}
.woocommerce-review-link{color:#5f5f5f;font-size:12px;}
.woocommerce div[itemprop="description"]{padding-top: 24px; border-top: 1px solid #f1f1f1;clear: both;}
.woocommerce div.product .woocommerce-product-rating{margin-bottom:0px;line-height:70px;}
.woocommerce div.product .woocommerce-product-rating .star-rating{margin-top:29px;}
.woocommerce div.product form.cart .button{background: transparent; color: #181818; border: 2px solid #181818; padding: 19px 30px;margin-right:20px;}
.woocommerce div.product form.cart div.quantity{margin-right:20px;}
.woocommerce div.product form.cart .button:hover{background:#181818;border-color:#181818;color:#fff;}
.woocommerce div.product form.cart{float:left;}
.yith-wcwl-add-button a.add_to_wishlist{color: #181818; border: 2px solid #181818; padding: 16px 30px; border-radius: 0; line-height: 55px; text-transform: uppercase; font-weight: bold;-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);}
.yith-wcwl-add-button a.add_to_wishlist:hover{background:#181818; color:#fff;border-color:#181818;}
.woocommerce .product_meta { clear: both; }
.woocommerce .product_meta span{display:block;}
.woocommerce .product_meta span a{color:#5f5f5f;}
.bt-shop-share { border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; line-height:75px;margin-top:25px;}
.bt-shop-share-text { float: left; font-size: 14px; color: #181818; } 
.bliccaThemes-shop .socials-share { display: block; position: relative; top: auto; left: auto; width: auto; text-align: right;  }
.bt-shop-share .facebook-share, .bt-shop-share .twitter-share, .bt-shop-share .pinterest-share, .bt-shop-share .google-share, .bt-shop-share .tumblr-share, .bt-shop-share .linkedin-share, .bt-shop-share .stumbleupon-share, .bt-shop-share .mail-share {border: none; font-size: 16px; width: auto; margin-left: 15px;color:#dadada;}
.woocommerce .woocommerce-tabs .bt-product-information h2{font-weight:600;font-size:16px; color:#181818;border-top:1px solid #f1f1f1; border-bottom:1px solid #f1f1f1;line-height:75px;}
.woocommerce .woocommerce-tabs {padding-top:74px;margin-bottom:80px}
.woocommerce .woocommerce-tabs #additional_information{margin-top:30px;}
.woocommerce .woocommerce-tabs .bt-product-information h2{margin-bottom:30px;}
.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td p{line-height:32px;}
.woocommerce table.shop_attributes .alt td, .woocommerce table.shop_attributes .alt th{background:transparent;}
.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th{border-top: 1px solid transparent; font-style: normal; font-weight: 400;}
.woocommerce table.shop_attributes {border-bottom:1px solid transparent;}
.woocommerce table.shop_attributes th{color:#181818;text-align:left;padding-left:0px;}

.woocommerce div.product .woocommerce-tabs ul.tabs { margin: 0 !important; }
.woocommerce .woocommerce-Tabs-panel h2 { font-size: 24px; color: #181818; margin-bottom: 30px;  }
.woocommerce div.product .woocommerce-tabs .panel { padding: 30px !important; }
.woocommerce #reviews #comments ol.commentlist li{border-bottom: 1px solid #f1f1f1; margin-bottom: 30px; padding-bottom: 20px;}
.woocommerce #reviews #comments ol.commentlist li:last-child{border-bottom:none;margin-bottom:0px;}
.woocommerce #reviews #comments ol.commentlist li img.avatar{border:none;width:100px;padding:0px;}
.woocommerce #reviews #comments ol.commentlist li .comment-text{margin-left:132px;border:none;padding:0;padding-bottom:10px;}
.woocommerce #reviews div[itemprop="description"]{border-top:none;}
.woocommerce #reviews .comment-text strong[itemprop="author"]{font-size:13px;color:#181818;font-weight:600;}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:12px;}
.woocommerce h3.comment-reply-title{margin-bottom:45px!important;}
.woocommerce #reviews .star-rating{margin-top:6px;}

.woocommerce .bt-review-shop{background:#f9f9f9;padding-top:95px; padding-bottom:70px;margin-bottom:95px;}
.woocommerce .comment-respond input{ margin-top: 10px; margin-bottom: 15px;}
.woocommerce .comment-respond label{color:#181818;}
.woocommerce #reviews p.stars{margin-top: 10px!important; margin-bottom: 25px!important;}
.woocommerce #review_form #respond textarea{margin-top:15px;min-height:130px;}
.woocommerce #review_form #respond .form-submit input{line-height: 46px; border: 2px solid #181818; background: transparent; color: #181818;}
.woocommerce #review_form #respond .form-submit input:hover{background:#181818;border-color:#181818;color:#fff;}
.woocommerce p.stars a.star-1, .woocommerce p.stars a.star-2, .woocommerce p.stars a.star-3,.woocommerce p.stars a.star-4, .woocommerce p.stars a.star-5{color:#5f5f5f;}
.woocommerce .upsells h2, .woocommerce .related h2 {color:#181818;font-size:24px;margin-bottom:30px;}
.woocommerce ul.products li.product h3{color:#5f5f5f;margin-top:10px;}
.woocommerce ul.products li.product .price{color:#181818;font-size:13px;}
.woocommerce .related.products ul.products li.product .price { width: 100%; }
.woocommerce div.product form.cart .variations td.label { padding-right: 0px; width: 16%; }
.woocommerce div.product form.cart .variations label{color:#181818;line-height:50px;font-weight:600;}
.woocommerce div.product form.cart .variations select{-webkit-appearance: none; border-radius: 0; background: #f9f9f9; border: none; line-height: 50px; padding-left: 20px;margin-right:0px;}
.woocommerce div.product form.cart .reset_variations{font-size: 10px; text-transform: uppercase; background: #181818; padding: 17px 37px; color: #fff;}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover{background:transparent;color:#181818;}

/* Woocommerce Pagination */
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li{border:none;}
.woocommerce nav.woocommerce-pagination ul{border:none;}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{border: 1px solid #dadada; background: none; border-radius: 50%; color: #181818;}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{border-radius: 50%;  padding: 0px;line-height:36px;margin: 0px 5px;color:#181818;border:1px solid transparent;}
.woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li a.prev{border: 1px solid #dadada;}
.woocommerce nav.woocommerce-pagination ul li a.next:hover, .woocommerce nav.woocommerce-pagination ul li a.prev:hover{border-color:#181818;}
.woocommerce nav.woocommerce-pagination{text-align: center; margin-bottom: 90px; border-top: 1px solid #f1f1f1; padding-top: 30px;}

/* Cart Page */
.woocommerce-shipping-calculator {
    width: 48.8%;
    text-align: left;
    clear: none;
    float: left;
}
.shipping-calculator-form {
    display: block !important;
}

.woocommerce-cart table.cart img{width:100px; padding: 19px;}
.woocommerce-cart table.cart td{padding:30px 0px; border-bottom:1px solid #f1f1f1; padding-top: 0 !important;}
.woocommerce-cart tbody tr:first-child .product-name a{color:#5f5f5f;}
.woocommerce a.remove{color:#5f5f5f!important;-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);}
.woocommerce-cart table.cart td.actions, .woocommerce-cart table.cart td.actions{background:#f9f9f9;padding-left:70px;padding-right:70px;}
.woocommerce-cart table.cart td.actions .coupon .input-text{line-height: 53px; border: none; padding: 0px 25px; width: 240px; margin-right: 10px;}
.woocommerce-cart .cart input.button{background:#181818;}
.woocommerce-cart .cart input.button:hover{background:#181818;}
.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2{font-size:16px;line-height:50px;color:#464646;}
.woocommerce a.remove:hover{background:none;color:#181818!important;}
.woocommerce-cart .woocommerce-shipping-calculator h2{font-size:16px;color:#464646;line-height:50px;}
.woocommerce-cart .shipping-calculator-form select {line-height: 51px; background: #f9f9f9; border: none; padding-left: 20px; color: #5f5f5f; display: block; border-radius: 0; -webkit-appearance: none;position:relative;}
.woocommerce-cart form .form-row{padding:0px;margin-bottom:10px;}
.woocommerce-cart .cart-collaterals .cart_totals{background:#f9f9f9;padding:32px 50px;}
.woocommerce-cart .cart-collaterals .cart_totals tr th{font-weight:400;}
.woocommerce-cart .cart-collaterals .cart_totals table tr td{padding-left:50px;}
.woocommerce-cart table.shop_table{margin-bottom:50px;}

.bt-customisation #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart.bt-customisation .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout.bt-customisation .wc-proceed-to-checkout a.checkout-button
{
  font-size: 16px;
}
/* Woocommerce Checkout */
.woocommerce-checkout .woocommerce{padding-top:100px;}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message{background:#eeeeee;color:#5f5f5f;margin-bottom:50px!important;}
.woocommerce .woocommerce-message a.button { width: auto; }
.page-single-title {color:#181818;font-size:24px;margin-top:50px;margin-bottom:45px;}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{border: none; padding: 0px; margin: 0px;margin-bottom:50px;}
.woocommerce-checkout .checkout .col-2 h3, .woocommerce-checkout .checkout .col-1 h3 {font-size:24px;color:#181818;margin-bottom:42px;}
.woocommerce form .form-row input.input-text{line-height:51px;background:#eeeeee;border:none;padding-left:20px;}
.woocommerce form .form-row input.input-text::-webkit-input-placeholder{line-height:51px;color:#5f5f5f;font-size:14px;}
.woocommerce form .form-row input.input-text:-moz-placeholder{line-height:51px;color:#5f5f5f;font-size:14px;}
.woocommerce form .form-row input.input-text::-moz-placeholder{line-height:51px;color:#5f5f5f;font-size:14px;}
.woocommerce form .form-row input.input-text:-ms-input-placeholder{line-height:51px;color:#5f5f5f;font-size:14px;}
.woocommerce form .form-row input.input-text::-ms-input-placeholder{line-height:51px;color:#5f5f5f;font-size:14px;}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{width:49.6%;}
.select2-container .select2-choice {line-height:51px; background:#eeeeee; border:none;padding-left:20px;color:#5f5f5f;border-radius:0;}
.select2-container .select2-choice::-webkit-input-placeholder{line-height:51px;color:#5f5f5f;font-size:14px;}
.select2-container .select2-choice:-moz-placeholder{line-height:51px;color:#5f5f5f;font-size:14px;}
.select2-container .select2-choice::-moz-placeholder{line-height:51px;color:#5f5f5f;font-size:14px;}
.select2-container .select2-choice:-ms-input-placeholder{line-height:51px;color:#5f5f5f;font-size:14px;}
.select2-container .select2-choice::-ms-input-placeholder{line-height:51px;color:#5f5f5f;font-size:14px;}
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices{color:#5f5f5f;}
.woocommerce form .form-row{margin: 0 0 4px;}
.woocommerce form .form-row textarea{border: none; background: #eeeeee; padding-left: 20px; padding-top: 17px; font-size: 13px; color: #5f5f5f;}
.woocommerce form .form-row textarea#order_comments{min-height:170px;}
.woocommerce #order_review_heading{color:#181818;font-size:24px;margin-bottom:45px;}
.woocommerce #customer_details{margin-bottom:85px;}
.woocommerce table.shop_table{border-radius:0;border:none;}
.woocommerce table.shop_table thead th {font-weight: 400; padding: 0px; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; color: #181818;line-height:68px;}
.woocommerce table.shop_table td{border: none; padding: 0px; vertical-align: middle;line-height: 50px;}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{border:none;font-weight:400;padding:0px;}
.woocommerce .order-total .amount{font-weight:400;color:#181818;}
.woocommerce .shipping p{margin-bottom:0px;}
.woocommerce .product-quantity{font-weight:400;}
.woocommerce tbody tr:first-child .product-name, .woocommerce tbody tr:first-child .product-total {padding-top:20px;}
.woocommerce-checkout #payment{background:transparent;border-radius:0;}
.woocommerce-checkout #payment ul.payment_methods{border:1px solid #f1f1f1;padding:40px 50px 20px;background:#eeeeee;}
.woocommerce-checkout #payment div.payment_box{background:transparent;color:#5f5f5f;padding-left:29px;margin:0px;margin-top:13px;}
.woocommerce-checkout #payment div.payment_box:before{display:none;}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal{line-height:inherit;}
.woocommerce-checkout #payment ul.payment_methods li{margin-bottom:30px;color:#181818;}
.woocommerce-checkout #payment ul.payment_methods li img{display:inline;}
.woocommerce-checkout #payment div.form-row{padding: 30px 0px; border-bottom: 1px solid #f1f1f1;}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{background-color: #181818; color: #fff; border-radius: 0; padding: 20px 30px; 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);}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{background:#181818;}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{background-color: #181818;color: #fff;font-size: 12px;border-radius: 0;padding: 13px 17px;text-align: center;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);}
.woocommerce a.button { width: 100% ; }

.woocommerce #respond input#submit:hover, .woocommerce a.button, .woocommerce button.button:hover, .woocommerce input.button:hover{background:#f5f5f5;color:#000;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{border:1px solid #fdfdfd;background:#fafafa;text-align:center;}

/* Woocommerce Sidebar */



.bliccaThemes-shop .sidebar-widget h5{font-size: 18px; text-transform: uppercase; font-weight: 600;position:relative;}
.bliccaThemes-shop .sidebar-widget h5:after{content: ""; width: 20px; height: 1px; position: absolute; bottom: -8px; left: 0px; background: #181818;}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{background-color:#181818;border-radius:0px;}
.woocommerce .widget_price_filter .ui-slider-horizontal{height:4px;}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{width:4px;height:14px;border-radius:0;background-color:#181818;margin-left:0px;}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{margin-left:0px;margin-right:4px;background-color:#f1f1f1;margin-bottom:20px;}
.woocommerce .widget_price_filter .price_label{float:left;font-size:13px;}
.woocommerce .widget_price_filter .price_slider_amount .button{float: right; border: 2px solid #dadada; background-color: transparent; color: #5f5f5f; font-size: 10px; font-weight: bold; padding: 10px 17px;}
.woocommerce .widget_price_filter .price_slider_amount .button:hover{background:#181818;border-color:#181818;color:#fff;}
.woocommerce .widget_price_filter .price_slider_wrapper{padding-top:13px;}
.sidebar-widget.woocommerce ul.product_list_widget li{padding-bottom: 20px; border-bottom: 1px solid #f1f1f1; margin-bottom: 20px;position:relative;}
.sidebar-widget.woocommerce ul.product_list_widget li:last-child{padding-bottom: 0px; border-bottom:none; margin-bottom: 0px;}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{width:100px;}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a{font-weight:400;}
.woocommerce .widget_layered_nav ul li{padding-bottom: 13px; border-bottom: 1px solid #f1f1f1; margin-bottom: 13px;}
.woocommerce .widget_layered_nav ul li:last-child{padding-bottom: 0px; border-bottom: none; margin-bottom:0px;}
.woocommerce .sidebar-widget{margin-bottom:45px;}
.woocommerce.widget_shopping_cart .total{border:none;line-height:50px;}
/* Sidebar Search */
.woocommerce .widget_product_search .search-field{position: relative; width: 75%; padding-left: 20px; font-size: 13px!important; height: 50px; color: #5f5f5f; line-height: 50px; background-color: #f9f9f9; border: none; border-radius: 0!important;}
.woocommerce .widget_product_search .screen-reader-text{display:none;}
.woocommerce .widget_product_search input[type=submit]{background: #181818; border: none; line-height: 52px; width: 17.8%; position: absolute; padding: 0px; color: #fff; font-size: 12px;}
.woocommerce .sidebar-widget .quantity{border:none;}
/* Woocommerce Account */
.woocommerce-account form .form-row label{color:#181818;line-height:50px;}
.woocommerce-account h3, .woocommerce-account h2{font-size:16px;font-weight:600;color:#181818;line-height:50px;}
.woocommerce-account input.button{margin-top:10px;}
.woocommerce-account .woocommerce, .woocommerce-cart .woocommerce{padding-top:100px;padding-bottom:100px;}
.woocommerce-account.page-template-default .woocommerce, .woocommerce-cart.page-template-default .woocommerce {
    padding-top: 0px;
}
.woocommerce-cart .woocommerce .return-to-shop{margin-bottom:100px;}
.woocommerce-account .myaccount_user{padding: 30px; text-align: center; background: #f9f9f9; color: #5f5f5f;}
.woocommerce .addresses .title .edit, .woocommerce-page .addresses .title .edit{line-height: 46px; padding: 0px 25px; background: #181818; color: #fff; text-transform: uppercase; font-weight: 600; }
.woocommerce .addresses .title .edit:hover, .woocommerce-page .addresses .title .edit:hover{background:#181818;}

/********************/
/* Responsive Query */
/********************/
@media (max-width: 1480px) {
.bliccaThemes-waypoint { margin-left: 0 !important; }
.bliccaThemes-header.header-leftside { left: -290px; }
.bliccaThemes-header.header-leftside.opened { left:0; }
.left-menu-button { display: block; }
}

@media (max-width: 1200px) {
.bliccaThemesBox { width: 992px; }  
.minimal-menu-scroll {  max-height: 600px; } 
.minimal-menu-button { right: 60px; }    
}

@media (min-width: 768px) and (max-width: 992px) {
.bliccaThemesBox { width: 768px; }
.bt-freelance-title { font-size: 50px; line-height: 60px; }  
/* 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: 23px!important; padding-bottom: 23px !important; position: relative; width: 100%; }
.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; height: auto !important; }
.headerwidget-text { width: auto !important; padding: 11px !important; font-size: 12px; }
/* portfolio */
.bliccaThemes_portfolio_widget.bt_portfolio-style1 .bt-grid__item, .bliccaThemes_portfolio_widget.bt_portfolio-style2 .bt-grid__item, .bliccaThemes_portfolio_widget.bt_portfolio-style3 .bt-grid__item  { max-width: 100% !important; }
.bliccaThemes_portfolio_widget.bt_portfolio-style1 .description--preview h3 a { font-size: 30px;}

/* Blog */
.bt-recent-blog-widget .bt_recent_blog-style3 .bt_blog_widget_footer { padding: 0px 7px; }
.bt-recent-blog-widget .bt_recent_blog-style4, .bt-recent-blog-widget .bt_recent_blog-style5, .bt-recent-blog-widget .bt_recent_blog-style6, .bt-recent-blog-widget .bt_recent_blog-style7, .bt-recent-blog-widget .bt_recent_blog-style9 { width: 48.62%; }
.bt-recent-blog-widget .bt_recent_blog-style4:nth-child(2n), .bt-recent-blog-widget .bt_recent_blog-style5:nth-child(2n), .bt-recent-blog-widget .bt_recent_blog-style6:nth-child(2n), .bt-recent-blog-widget .bt_recent_blog-style7:nth-child(2n), .bt-recent-blog-widget .bt_recent_blog-style9:nth-child(2n) { margin-right: 0%; }
.bt-recent-blog-widget .bt_recent_blog-style4:nth-child(3n), .bt-recent-blog-widget .bt_recent_blog-style9:nth-child(3n)  { margin-right: 2.75%; }  
.bt-recent-blog-widget .bt_recent_blog-style4:nth-child(6n), .bt-recent-blog-widget .bt_recent_blog-style9:nth-child(6n) { margin-right: 0; }
.bt-recent-blog-widget .bt_recent_blog-style8, .bt-recent-blog-widget .bt_recent_blog-style10 { width: 100%; margin-right: 0;}
.blog .blog-style3 .post-item { width: 47.25%; margin-right: 2.75% !important;}
}

@media (max-width: 767px) {
#bliccaThemes-layout { width: 100%; overflow: hidden; }  
.bliccaThemesBox { width: auto; margin-right: auto; margin-left: auto; padding: 0 10px; }
.bt-freelance-title { font-size: 50px; line-height: 60px; }    
/* 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: 23px!important; padding-bottom: 23px !important; position: relative; width: 100%; } 
.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%; display: none; }
.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;}

/* blog */
.bt-recent-blog-widget .bt_recent_blog-style3 .bt_blog_widget_footer { padding: 0px 7px; }
.bt-recent-blog-widget .bt_recent_blog-style4, .bt-recent-blog-widget .bt_recent_blog-style5, .bt-recent-blog-widget .bt_recent_blog-style6, .bt-recent-blog-widget .bt_recent_blog-style7, .bt-recent-blog-widget .bt_recent_blog-style9 { width: 48.62%; }
.bt-recent-blog-widget .bt_recent_blog-style4:nth-child(2n), .bt-recent-blog-widget .bt_recent_blog-style5:nth-child(2n), .bt-recent-blog-widget .bt_recent_blog-style6:nth-child(2n), .bt-recent-blog-widget .bt_recent_blog-style7:nth-child(2n), .bt-recent-blog-widget .bt_recent_blog-style9:nth-child(2n) { margin-right: 0%; }
.bt-recent-blog-widget .bt_recent_blog-style4:nth-child(3n), .bt-recent-blog-widget .bt_recent_blog-style9:nth-child(3n)  { margin-right: 2.75%; }  
.bt-recent-blog-widget .bt_recent_blog-style4:nth-child(6n), .bt-recent-blog-widget .bt_recent_blog-style9:nth-child(6n) { margin-right: 0%; }
.bt-recent-blog-widget .bt_recent_blog-style8, .bt-recent-blog-widget .bt_recent_blog-style10 { width: 100%; margin-right: 0;}
.blog .blog-style3 .post-item { width: 100%; }
.comments-wrapper .children { padding: 0 !important; }  
/*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; } 
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-cart .cart input.button  { width: 100% !important;}   
}

@media (max-width: 480px) {
#bliccaThemes-layout { width: 100%; overflow: hidden; }
.bliccaThemesBox { width: auto; margin-right: auto; margin-left: auto; padding: 0; }
.bt-freelance-title { font-size: 40px; line-height: 48px; }
/* 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: 23px!important; padding-bottom: 23px !important; position: relative; width: 100%; }
.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%; display: none; }
.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;}
/* portfolio */
.bliccaThemes_portfolio_widget.bt_portfolio-style1 .bt-grid__item, .bliccaThemes_portfolio_widget.bt_portfolio-style2 .bt-grid__item, .bliccaThemes_portfolio_widget.bt_portfolio-style3 .bt-grid__item  { width: 320px !important; max-width: 100% !important; }
.bliccaThemes_portfolio_widget.bt_portfolio-style1 .description--preview h3 a { font-size: 30px;}
/* blog */
.bt-recent-blog-widget > li { width: 100% !important; margin-right: 0 !important; }
/*misc*/
.social-container { text-align: center; } .social-container > div { margin: 0 auto; margin-bottom: 10px; }  
}
@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; } } 

.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left{float:left;}
.imagegridblicca .wpb_image_grid .wpb_image_grid_ul img{padding-right:40px;padding-bottom:40px;}