/*
Theme Name: Blocker
Theme URI: http://www.uiueux.com
Author:  Bwsm (uiueux)
Author URI: http://www.uiueux.com
Text Domain: blocker
Domain Path: /languages
Description: Responsive Creative Portfolio / Magazine WordPress Theme
Version: 1.0
License: GNU General Public License
License URI: license.zip
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, fluid-layout, fixed-layout


Designed & Handcrafted by Bwsm team
All files, unless otherwise stated, are released under the GNU General Public License
version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)
  
Change log:
1.0 20160308

-------------------------------------------
  CSS MAP
-------------------------------------------

  0. General & Reset for bootstrp 
    0.1 Reset, set default style, css3 general...
    0.2 page loading

  1. Header 
    1.1 General 
    1.2 Logo
    1.3 WPML, Social icons
    1.4 Menubar layout
    1.5 Responsive Layout

  2. Footer
    2.1 general

  3. Main / List
    3.1 ganeral space / Search popup
    3.2 Top Slider & Feature list
    3.3 Main list
    3.4 archive
    3.5 sidebar 
    3.6 Widgets

  4. Post / content template
    4.0 Title wrap
    4.1 post types
    4.2 Portfolio post Template
    4.3 Post meta
    4.4 Comment / contact form
     
  
  5. General Mods and 3rd party plugin override

  6. Theme Default Color

  7. Tinymce/Editor Compatible 
  
  8. Responsive (media query)
  
--------------------------------
*/



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

           General & Reset for bootstrp  

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

/* 0.1 Reset, set default style... */
* { 
  box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing: border-box; 
}
html { 
  font-size:62.5%; 
}
body { 
  position: relative; margin: 0; line-height: 1.5; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; 
}
/*body:not(.ux-mobile) {
  height: auto!important;
}*/
a, a:hover, a:focus, select:focus,textarea:focus, input[type="text"]:focus,input[type=email]:focus,input[type="search"]:focus,input[type="password"]:focus,input[type="submit"]:focus,button:focus { 
  text-decoration:none; outline:none; 
} 
ol, ul { 
  list-style: none;outline:none; 
}
ul{ 
  margin-left:0;
}
li{ 
  list-style:none
}

.middle-ux {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

/*font*/
.logo-h1 { 
  font-family: 'Courgette', cursive; font-style: normal; font-weight: normal; font-size: 28px;
}
body, legend, label, input, button, select, textarea, select { 
  font-size: 15px; font-size: 1.5rem; letter-spacing: 0.5px; 
}
/*Main font*/
body, input, textarea, select, legend, .text_block,.author-tit-a,input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], 
input[type="time"], select, input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], 
input[type="color"], .uneditable-input { 
  font-family: 'Alike',serif; font-style: normal; font-weight: normal;
}
/* Headding font*/
h1,h2,h3,h4,h5,h6,#content_wrap .infrographic p,.archive-custom-list-ul a,.tptn_title,.widget_archive li, .widget_categories li, .widget_pages li, .widget_nav_menu li, .widget_recent_entries li, .widget_recent_comments li, 
.tw-style-a, .loading-item,.ux-btn, input[type="submit"], button { 
  font-family: 'Oxygen', sans-serif; font-style: normal; font-weight: 700;
}
/* Menu, meta font style */
#navi-mobile a,input[type="text"].search-overlay-input-text, .article-tag-label a,.blog-unit-meta-bottom,.mainlist-meta,.related-posts-meta,.comment-meta,#mobile-panel .languages-shortname, .tw_style,.article-meta, .gallery-info-property-item,.block-item-meta,.article-tag-label-tit,.arrow-item,.social-bar-tit {
  font-family: 'Oxygen', sans-serif; font-style: normal; font-weight: normal;
}
#navi-mobile a {
  font-size: 36px; font-size: 3vw;
}
#content_wrap .entry,.entry li,.text_block li,.article-meta-unit { 
  line-height: 1.8; 
}
.entry {
  font-size: 20px; font-size: 2rem;
}
.title-wrap-tit {
  font-size: 56px; font-size: 5.6rem; line-height: 1;
}
.block-item h2 {
  font-size: 28px; font-size: 2.4vw; font-weight: 700; font-style: normal;
}
.half-full h2.block-item-with-img-tit {
  font-size: 72px; font-size: 6vw; 
} 
.block-item-meta {
  font-size: 18px; font-size: 1.5vw;
}
.block-item-des {
  font-size: 18px; font-size: 1.2vw;
}
.blog-unit-meta, .article-meta, .mainlist-meta, .gallery-info-property-item, .social-bar-tit,
.article-tag,.gallery-info-property-li,.arrow-item {
  font-size: 18px; font-size: 1.8rem;
}
.comm-reply-title,.comment-box-tit {
  font-family: 22px; font-family: 2.2rem;
}
.post-navi-unit-tit {
  font-size: 16px; font-size: 1.6rem;
}
.comment,#respondwrap textarea,.comment-respond input[type="text"] {
  font-size: 15px; 
}
.comment {
  line-height: 1.4;
}
.widget-title,
.widget-container,.widget-container a,.widget-container input,.widget-container textarea,.widget-container select,.widget-container button { 
  font-size: 14px; font-size: 1.4rem;
}


/*  Form Style */

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], 
input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], 
input[type="color"], .uneditable-input  { 
  width:100%; border-radius:0; border:none; border-bottom-width: 1px;border-bottom-style: solid; padding: 0;  margin-bottom:20px; font-size: 18px; font-size: 1.8rem;
  height: 40px; width: 100%; letter-spacing: 0px; 
  box-shadow:none; -webkit-appearance: none; background:none; 
}
input,select,textarea{-moz-border-radius: 0px; -webkit-border-radius:0px; border-radius:0px; }
input[type="text"],input[type="search"],input[type="password"],textarea { -webkit-appearance: none; }
legend,iframe{ border:none; }
p,form,ul,ol,h1, h2, h3, h4, h5, h6,input[type="radio"], input[type="checkbox"]{ margin:0; padding:0;}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], 
input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], 
input[type="tel"], input[type="color"], .uneditable-input { margin:0; }
select { -webkit-appearance: none; -moz-appearance: none; appearance: none; text-indent: 1px; text-overflow: ''; width: 100%; height: 40px; line-height: 40px; font-size: 16px; font-size: 1.6rem; padding: 0; background: none; background-image: url(img/select.png); background-position: 100% 50%; background-repeat: no-repeat; background-size: 6px 12px; color:#333; border: none; border-bottom: 1px solid #313139; }
input[type="email"]:focus {
  box-shadow: none; color: inherit;
}
textarea { 
  height:75px; 
}
.ux-btn,input[type="submit"],button { 
  float: none; font-size: 14px; width:auto; cursor:pointer; height:40px; line-height: 40px; border-radius: 0; margin-bottom:0; margin-top: 25px; padding: 0 20px; border:none;background: none;
}

/* Buttons */

.ux-btn { 
  display: inline-block; position: relative; vertical-align: middle; width: auto; max-height: 50px; padding: 0; cursor:pointer; background:none; box-shadow:none; text-shadow:none; 
}
.btn-mod-wrap .ux-btn {
  max-height: none; background: none; border-width: 1px; border-style: solid; 
}
.ux-btn.button-small {
  line-height: 40px; height: 40px; padding: 0 14px; font-size: 16px; font-size: 1.6rem;
}
.ux-btn.button-small .ux-btn-inn {
  line-height: 38px;
}
.ux-btn.button-medium {
  line-height: 50px; height: 50px; font-size: 16px; font-size: 1.6rem; padding: 0 25px; 
}
.ux-btn-inn ,
.ux-btn.button-medium .ux-btn-inn {
  display: block; line-height: 48px;
}
.ux-btn.button-large {
  line-height: 60px; height: 60px; padding: 0 30px; font-size: 18px; font-size: 1.8rem; 
}
.ux-btn.button-large .ux-btn-inn {
  line-height: 58px;
}
.text_block.withbg .ux-btn,.text_block .ux-btn { 
  text-decoration:none;  
}
.ux-btn.btn-dark .ux-btn-inn,
.ux-btn.btn-light .ux-btn-inn {
  line-height: 38px; padding: 0 20px;
}
.ux-btn.btn-dark,
.ux-btn.btn-dark:hover {
  background-color: #333; color: #f0f0f0;
}
.ux-btn.btn-light,
.text_block.withbg a.ux-btn.btn-light {
  color:#333; background-color:#eee!important; 
}

/* Button in list: read more*/
.block-item-more.ux-btn,
.moudle .iterblock-more.ux-btn,
.moudle .liquid-more-icon.ux-btn {
  height: 30px; line-height: 28px; font-size: 13px; font-size: 1.3rem; padding: 0 10px; border-width: 1px; border-style: solid; text-decoration:none; background: none!important; opacity: .6;
}
.block-item-more.ux-btn:hover,
.moudle .iterblock-more.ux-btn:hover,
.moudle .liquid-more-icon.ux-btn:hover  {
  opacity: 1;
}
.moudle .iterblock-more.ux-btn .fa,
.moudle .liquid-more-icon.ux-btn .fa {
  display: none; 
}
.pagenums .tw-style-a {
  padding: 0 25px;
}


/* theme's wrap */
.container {
  width: 100%; padding-left: 40px; padding-right: 40px;
}
.no-scroll {
  overflow: hidden;
}
#wrap-outer { 
  position: relative; left: 0; z-index: 100; width: 100%; overflow: hidden; min-height: 100vh
}
body:not(.show_mobile_menu) #wrap-outer {
}
#wrap { 
  max-width: 100%; overflow:hidden; 
}
body.single-format-audio #wrap { 
  overflow: visible;
}
.container { 
  position:relative; 
}
.fullwidth-ux #wrap { 
  max-width:100%; 
}
.clear { clear:both; }
.container-inn,
.brick-post-opened .content_wrap_outer.fullwrap-layout #content_wrap {
  width: 800px; margin-left: auto; margin-right: auto;
}
.fullscreen-wrap {
  position: relative; height: 100%; min-height: 280px; background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; overflow: hidden;
}


/* General css3*/
.preload * {
  -webkit-transition: none !important;
     -moz-transition: none !important;
      -ms-transition: none !important;
       -o-transition: none !important;
          transition: none !important;
}
#block-list .owl-dot,
.search-top-btn-class,
.socialmeida-a,
.brick-post-opened,
li.menu-item-has-children>a:before,
.post-meta-social-li .fa,
.tagcloud a,
#sidebar .social_active i,
.icons-unit,
.pagenums a,
.gallery-images-img,
.ux-hover-icon-wrap,
.ux-hover-img-wrap,
.post-carousel-pagination a,
.tp-bullets.simplebullets.round .bullet,
.flex-slider-wrap .flex-control-paging li a, 
.carousel-indicators li, 
.icon-post-type,#search-overlay, 
.tw-style-a,
.blog-unit-tit a,.blog-unit-meta a, .share .icon,.sidebar_widget a,
textarea,.blog-unit-link-li, 
.navi-trigger-inn:after,.navi-trigger-inn:before,.navi-trigger-inn, .shortcode-img-caption,
.no-touch .owl-prev,.no-touch .owl-next, 
.ux-btn,input[type="submit"],button
{
  -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s; 
}
#header,
.block-item-bg,
.video-overlay,
.product-img-wrap img.wp-post-image, 
#title-hidden,
.collage-caption,
.hover-scale,
.article-meta-unit-link a:after,
.article-tag-label a:after {
  -webkit-transition: -webkit-transform .6s;
        -moz-transition: -moz-transform .6s; 
                  transition: transform .6s;
}
.btn-back,.submenu-icon,
.post-navi-inn,.post-navi-inn:after,.post-navi-inn:before,
.submenu-back-inn:before, 
.submenu-back-inn:after,
.menu-item-back .fa:after,
.ux-mobile .submenu-icon,
.head-meta-icon, #sidebar .post_social a, 
button, input[type="submit"] {
-webkit-transition: background-color 0.5s;
   -moz-transition: background-color 0.5s; 
        transition: background-color 0.5s; 
}
.block-item-bg:before,
.carousel-des-wrap-inn,
.team-item-con-back,
.single-image-mask,
#mobile-panel .wpml-translation a {
-webkit-transition: opacity 0.5s;
   -moz-transition: opacity 0.5s; 
        transition: opacity 0.5s;
}
#woocomerce-cart-side .fa,
.arrow-item,
#navi-wrap-mobile a,
.blog-item-main h2 a,.blog_meta a,
.portfolio-standatd-tit-a, .portfolio-standatd-tags a[rel*="tag"],
.post-navi-unit-tit-a,
.author-tit-a,
.gallery-info-property-item a,
.comment-author-a,
.comment-reply-link,
#cancel-comment-reply-link,
.comment-reply-title a,
.article-meta-unit a,
.related-posts-item-tit,
.comment-form .logged a, 
.block-item h2 > a,
.blog-unit-link-li a,
.blog-unit-video-play {
-webkit-transition: color 0.5s;
   -moz-transition: color 0.5s; 
        transition: color 0.5s; 
}
 

/*  0.2 page loading */

.page-loading {
  position: fixed; z-index: -1; left: 0; top: 0px; right: 0px; bottom: 0px; 
}
.page-loading.visible { 
  z-index: 9999;
}
.page-loading-inn { 
  position: relative; width: 100%; height: 100%;
}
.page-loading-transform,
.ux-loading-transform {
  position: absolute; top: 50%; left: 50%;
  line-height: 36px; text-align: center; 
  -webkit-transform: translate(-50%,-50%);
     -moz-transform: translate(-50%,-50%); 
      -ms-transform: translate(-50%,-50%); 
       -o-transform: translate(-50%,-50%); 
          transform: translate(-50%,-50%);
}
.page-loading ~ #wrap-outer #wrap {
  opacity: 1;
  -webkit-transition: all .5s;
     -moz-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
}
.page-loading.visible ~ #wrap-outer #wrap {
  opacity: 0;
}
.page-loading .loading-transform {
 margin-top: 0;
}
.page-loading .site-loading-logo img {
  max-height: 120px; max-width: 200px; width: auto; height: auto;
}
.site-loading-logo .logo-h1 {
  font-size: 24px; 
}
.search-loading {
  position: relative;
}
.search-loading:after,
.search-loading:before {
  content: '.'; position: absolute; left: -5px;
  -webkit-animation:SearchLoadingBrething 1s infinite ease-in-out;
     -moz-animation:SearchLoadingBrething 1s infinite ease-in-out; 
          animation:SearchLoadingBrething 1s infinite ease-in-out;
}
.search-loading:before{
  left: 5px; animation-delay: .2s;
}
@-webkit-keyframes SearchLoadingBrething {
  0%{ opacity: .1; }
  50%{ opacity: 1; }
  100%{ opacity: .2; }
}
@-moz-keyframes SearchLoadingBrething {
  0%{ opacity: .1; }
  50%{ opacity: 1; }
  100%{ opacity: .2; }
}
@keyframes SearchLoadingBrething {
  0%{ opacity: .1; }
  50%{ opacity: 1; }
  100%{ opacity: .2; }
}
.site-loading-logo .logo-h1 {
  font-size: 24px; 
}

.page-loading-transform .loading-item {
  display: inline-block; margin-left: -2px; font-size: 24px;  
}
@-webkit-keyframes rays{
  0% { -webkit-transform: scale(0); }
  12.5% { -webkit-transform: scale(1); }
  25% { -webkit-transform: scale(1); }
  33% { -webkit-transform: scale(0); }
  100% { -webkit-transform: scale(0); }
}

@-moz-keyframes rays{
  0% { -moz-transform: scale(0); }
  12.5% { -moz-transform: scale(1); }
  25% { -moz-transform: scale(1); }
  33% { -moz-transform: scale(0); }
  100% { -moz-transform: scale(0);}
}
@keyframes rays{
  0% { transform: scale(0); }
  12.5% { transform: scale(1); }
  25% { transform: scale(1); }
  33% { transform: scale(0); }
  100% { transform: scale(0);}
}
.page-loading-transform .loading-item {
  -webkit-animation: rays 1.75s ease-in-out 0s infinite;
     -moz-animation: rays 1.75s ease-in-out 0s infinite;
          animation: rays 1.75s ease-in-out 0s infinite;          
}
.page-loading-transform .o {
  -webkit-animation-delay: 0.21875s;
      -moz-animation-delay: 0.21875s;
      animation-delay: 0.21875s;
}
.page-loading-transform .a {
  -webkit-animation-delay: 0.4375s;
      -moz-animation-delay: 0.4375s;
      animation-delay: 0.4375s;
}
.page-loading-transform .d {
  -webkit-animation-delay: 0.65625s;
       -moz-animation-delay: 0.65625s;
       animation-delay: 0.65625s;
}
.page-loading-transform .i {
  -webkit-animation-delay: 0.875s;
      -moz-animation-delay: 0.875s;
      animation-delay: 0.875s;
}
.page-loading-transform .n {
  -webkit-animation-delay: 1.09375s;
      -moz-animation-delay: 1.09375s;
      animation-delay: 1.09375s;
}
.page-loading-transform .g {
  -webkit-animation-delay: 1.3125s;
      -moz-animation-delay: 1.3125s;
      animation-delay: 1.3125s;
}


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

                Navigation   

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

/*  1.1 General  */

.navi-main,
.navi-logo {
  display: inline-block; 
}


/*  1.2 Logo  */

.navi-over .navi-logo {
  float: left;
}
#logo { 
  display: inline-block; z-index: 10; font-size: 0; line-height: 80px; height: 80px;
}
.logo-not-show-txt {
  display: none;
}
.logo-a {
  position: relative; white-space: nowrap; display: inline-block; overflow: hidden; height: 80px; line-height: 80px;
}
.logo-a > * {
  vertical-align: middle;
}
.mobile_active .logo-a {
  top:0;
}
.logo-image { 
  height:auto; width: auto; max-width: 300px; max-height: 80px; vertical-align: middle;
}
.logo-on-top #logo {
  top: 0; margin-top: 0;
}

 


/* 1.4 Menubar layout */


/*  Header & Menu  */
#header {
  position: fixed; top: 0; left: 0; z-index: 1000; width: 100%;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
body.admin-bar #header {
  top: 32px;
}
#header.nav-up {
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
}
#wrap {
  margin-top: 80px;
}
.navi-over .logo-wrap,
.navi-over #header-main > .container,
.navi-over #header,
.navi-over #logo,
.navi-over .logo-a {
  height: 80px; line-height: 80px; 
}
.header-main-inn {
  float: right; position: relative; z-index: 10; height: 80px;
}
#navi-trigger {
  display: none; position: relative; float: right; top: 50%; margin-top: -8px; cursor: pointer; height: 16px; width: 18px; 
}
#woocomerce-cart-side {
  display: inline-block; margin-right: 20px;
}
#woocomerce-cart-side .woocomerce-cart-number {
  position: absolute; top: 0; right: -6px; width: 12px; height: 12px; line-height: 12px;text-align: center; font-size: 7px; border-radius: 100%;
 background-color: #ff4617; color: #fff;
}
#woocomerce-cart-side .fa {
  position: relative;
}
.navi-trigger-inn {
  border-radius: 3px; width: 100%; height: 2px; position: absolute; top: 50%; right: 0; margin-top: -1px;
}
#mobile-panel-close:before,#mobile-panel-close:after,
.mobile-panel-close:before,.mobile-panel-close:after, 
.navi-trigger-inn:after,.navi-trigger-inn:before,
.video-close:after,.video-close:before,
.close-btn:after,.close-btn:before,
.btn-back-inn:after,.btn-back-inn:before {
  content: ''; font-size: .1px; position: absolute; height: 2px; width: 100%; top: -6px; left: 0; border-radius: 3px;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.navi-trigger-inn:after {
  top:6px;
}
#mobile-panel-close:before,#mobile-panel-close:after,
.mobile-panel-close:before,.mobile-panel-close:after,
.video-close:after,.video-close:before,
.close-btn:before,.close-btn:after,
.btn-back-inn:after,.btn-back-inn:before {
  background-color: #333;
  -webkit-transform: translateY(14px) rotate(-45deg);
     -moz-transform: translateY(14px) rotate(-45deg);
      -ms-transform: translateY(14px) rotate(-45deg);
          transform: translateY(14px) rotate(-45deg);
  
}

#mobile-panel-close:after,
.mobile-panel-close:after,
.video-close:after,.close-btn:after,
.btn-back-inn:after {
  -webkit-transform: translateY(14px) rotate(45deg);
     -moz-transform: translateY(14px) rotate(45deg);
      -ms-transform: translateY(14px) rotate(45deg);
          transform: translateY(14px) rotate(45deg);
}
body:not(.show_mobile_menu) #navi-trigger:hover .navi-trigger-inn:before {
  -webkit-transform: translateY(-2px);transform: translateY(-2px);
}
body:not(.show_mobile_menu) #navi-trigger:hover .navi-trigger-inn:after {
  -webkit-transform: translateY(2px);transform: translateY(2px);
}
.show_mobile_menu .navi-trigger-inn:before {
  -webkit-transform: translateY(6px) rotate(-45deg);
     -moz-transform: translateY(6px) rotate(-45deg);
      -ms-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
.show_mobile_menu .navi-trigger-inn:after {
  -webkit-transform: translateY(-6px) rotate(45deg);
     -moz-transform: translateY(-6px) rotate(45deg);
      -ms-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}
.show_mobile_menu .navi-trigger-inn {
  background-color: transparent;
}


/* Navi show */
.navi-main {
  float: right; height: 80px;
}
.navi-show:not(.ux-mobile) #navi-trigger {
  display: none;
}
.head-meta {
  float: right; margin-left: 15px;
}
.head-meta .socialmeida-li {
  float: left;
}
.head-meta .socialmeida {
  float: left; margin-left: 10px;
}
.head-meta .socialmeida-li {
  line-height: 80px;
}
.header-bar-social {
  float: left;
}


/*  
 1.5 Responsive layout
*/

.ux-mobile #wrap-outer {
  padding-top: 0;
}
.mobile-panel-header {
  z-index: 9;
}
.ux-mobile .nav-container {
  width: 90%; margin: auto;
}
.ux-mobile .logo-wrap .mobile-panel-logo {
  display: inline-block;  
}
.ux-mobile .navi-main {
  height: auto!important;
}
.mobile-panel-in li.menu-item > a { 
  position: relative;
}
.submenu-icon {
  display: inline-block; width: 6px; height: 6px; border-radius: 100%; margin-left: 4px;
}
.submenu-back {
  position: relative; font-size: .65em; padding-left: 25px; margin-bottom: 20px; opacity: .4;
}
.submenu-back-inn {
  position: absolute;top: 50%;left: -22px;height: 25px;width: 34px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.submenu-back .submenu-back-inn:before {
  top: 2px; height: 12px;
}
.submenu-back .submenu-back-inn:after {
  top: 9px; height: 12px;
}
.ux-mobile .submenu-icon {
  position: absolute; bottom: 9px; right: -10px; width: 6px; height: 6px; border-radius: 100%; 
}
.ux-mobile .submenu-icon:before {
  display: none;
}
.ux-mobile #header-main > .container,
.ux-mobile .nav-container {
  position:static; height: 80px;
}
.menu-item {
  opacity: 1;
}
#mobile-panel .menu .sub-menu {
  display: none;
}
#mobile-panel .menu .submenu-shown {
  display: block!important;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
.menu-item-hide {
  display: none;
}

/*  Body Responsive */
.ux-mobile .theme-parallax {
  -webkit-transform: translate3d(0px, 0px, 0px)!important;
     -moz-transform: translate3d(0px, 0px, 0px)!important;
      -ms-transform: translate3d(0px, 0px, 0px)!important;
          transform: translate3d(0px, 0px, 0px)!important;
}
.ux-mobile .fullscreen-wrap {
  height: auto!important;
}

/* Menu Panel on mobile */
#mobile-panel {
  position: absolute; z-index: 999; top: -100%; left: 0; width: 100%; height: 100%; overflow: hidden;
   -webkit-transition: all .9s;
      -moz-transition: all .9s;
        -o-transition: all .9s;
           transition: all .9s;
}
.show_mobile_menu #mobile-panel { 
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
}
body:not(.show_mobile_menu) #mobile-panel {
  height: 100%!important;
}
.mobile-panel-in,.pop-social,.mobile-panel-corner-wrap {
  opacity: 0;
  -webkit-transition: opacity .4s 0s; transition: opacity .4s 0s;
}

.show_mobile_menu .mobile-panel-in,.show_mobile_menu .pop-social,.show_mobile_menu .mobile-panel-corner-wrap {
  opacity: 1;
  -webkit-transition: opacity .4s .7s; transition: opacity .4s .7s;
}
.show_mobile_menu .mobile-panel-corner-wrap,.show_mobile_menu .pop-social {
  -webkit-transition: opacity .4s 1.1s; transition: opacity .4s 1.1s;
}
#mobile-panel-close,.mobile-panel-close,.video-close,.close-btn,.btn-back-inn {
  position: absolute; z-index: 999; right: 30px; top: 50%; margin-top: -9px; width: 16px; height: 18px; cursor: pointer;
}
.mobile-panel-close {
  right: 0;
}
.modal-header .close {
  position: relative;
}
.mobile-panel-in {
  text-align: center;
}
.mobile-panel-inn {
  display: inline-block; text-align: left; 
}
#navi-mobile a {
  cursor: pointer;
}
.mobile-panel-inn a,
#navi-mobile li {
  font-size: 42px; line-height:1;
}
.mobile-panel-logo,
.mobile-panel-logo .logo-a {
  height: 80px; line-height: 80px;
}
.mobile-panel-main {
  height: 100%; 
}
.pop-social {
  position: absolute; bottom: 30px; right: 30px; 
}
.pop-social .socialmeida {
  margin-top: 20px;
}
.socialmeida-li {
  display: inline-block;
}
.pop-social .socialmeida-a {
  width: auto; margin-left: 5px; font-size: 42px; 
}
.pop-social .socialmeida-a,
#pop-search-btn,
#mobile-panel .wpml-translation a {
  opacity: .3;
}
.pop-social .socialmeida-a:hover,
#pop-search-btn:hover,
#mobile-panel .wpml-translation .current-language,
#mobile-panel .wpml-translation a:hover {
  opacity: 1;
}
.mobile-panel-corner-wrap {
  position: absolute; left: 30px; bottom: 30px; 
}
#pop-search-btn {
  display: inline-block; cursor: pointer; margin-right: 10px;
}
#pop-search-btn .fa {
  font-size: 20px;
}
.ux-mobile #navi,
.ux-mobile .head-meta {
  display: none;  
}
.ux-mobile #navi-trigger,
.navi-over #navi-trigger,
#mobile-panel .wpml-translation {
  display: inline-block;
}
#mobile-panel .wpml-translation li {
  display: inline-block; height: 80px; line-height: 80px; margin-right: 10px;
}
#mobile-panel .wpml-translation li {
  line-height: 20px; height: auto; font-size: 22px;
}
#mobile-panel .wpml-translation img,.languages-name {
  display: none;
}
#mobile-panel .languages-shortname {
 text-transform: uppercase;
}
#mobile-panel .wpml-tip {
  margin-top: 20px; padding: 0 10px;
}




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

  2. Footer 

-------------------------------------------------*/
/* 2.1 General*/

#footer {
  width: 100%; position: relative; 
}
#footer.footer-cols-layout {
  text-align: left;
}
.copyright-centered {
  text-align: center; line-height: 100px; 
}
.copyright-inn {
  line-height: 1.5em;
}
.ux-mobile #footer .footer-info {
  text-align: center; 
}
#footer.footer-cols-layout .footer-info .container {
  display: table; height: 100px;
}
#footer:not(.footer-cols-layout) .footer-info .container .copyright {
  line-height: 100px; text-align: center;
}
.footer-info .container > [class*="span"] {
  display: table-cell; float: none; vertical-align: middle; margin-bottom: 0; 
}
.ux-mobile #footer.footer-cols-layout .footer-info .container {
  height: auto;padding: 20px 0;
}
.ux-mobile .footer-cols-layout .row-fluid .span6.footer-info-unit {
  display: block; width: 100%; margin-left: 0; margin-top: 10px;
}
#footer.footer-cols-layout .footer-info .container > [class*="span"]:last-child {
  text-align: right;
}
.ux-mobile #footer.footer-cols-layout .footer-info .container > [class*="span"]:last-child {
  text-align: center;
}
.logo-footer-img {
  max-width: 200px; max-height: 60px;
}
.footer-cols-layout .footer-info-unit:nth-child(2) .footer-menu li {
  margin-right: 0;
}
.footer-cols-layout .footer-info-unit:nth-child(1) .footer-menu li {
  margin-left: 0;
}
.footer-cols-layout .row-fluid .span6.footer-info-unit {
    width: 50%;
}
#footer .socialmeida-li {
  margin-left: 10px;
}


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

      3. Main / list page

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

/* 3.1 ganeral space,Search popup,General Title Style  */


[class*="span"]#content_wrap{
  margin-bottom: 0;
}
#content_wrap .entry p,
.shortcode-img-wrap-out { 
  margin-bottom: 10px; margin-bottom: 2rem; 
}
#sidebar-widget .textwidget p {
  margin-bottom: 24px; margin-bottom: 2.4rem;
}
#sidebar-widget .textwidget p.wp-caption-text {
  margin-bottom: 0;
}
body.error404 #content_wrap {
  margin-top: 120px;
}
body.error404 #content_wrap {
  margin-bottom: 120px;
}
.page-title-wrap .title-wrap-tit,
.post-title-wrap-inn,
.feature-list,
.content_wrap_outer,
.pagenums,
.pagenums .tw-style-a,
.content-author,
.widget_main,
#search-overlay .pagenums,
.pagenums .pagination, 
#footer, 
.body.single.single-product #footer,
input[type="text"].search-overlay-input-text {
  margin-top: 80px;
} 
.post-featured-img, 
#respondwrap {
  margin-top: 60px;
}
.commentlist  {
  margin-top: 20px; 
}
#comments {
  margin-bottom: 100px;
}
.page-excerpt,
.post-title-wrap-inn .title-wrap-tit,
.entry,
.gallery-property.span4,
.pagenums .tw-style-a,
.gallery-post-wrap,
.blog-unit-quote,
.blog-unit-link,
.blog-unit-soundcloud,
.blog-unit-meta-bottom .social-bar,
.post-navi-unit[class*="span"] {
  margin-bottom: 60px;
}
.list-author-unit,
.article-tag {
  margin-bottom: 40px;
}
.top-space,
.list-author,
.list-author-unit  {
  padding-top: 80px;
}
.list-author-unit {
  padding-bottom: 80px;
}
body.single #footer,
.no-top-space .content_wrap_outer,
.pagenums.tw_style,
.no-bottom-space #footer {
  margin-top: 0;
}

/*  Search popup */
#search-overlay {
  position: fixed; z-index: 999; left: 0; top: 0; width: 100%; height: 100%; min-height: 100vh; padding: 100px 0; visibility: hidden; opacity: 0; 
  overflow-y: auto; 
}
#search-overlay.search-fadein,
#wrap-outer.slider-down { 
  opacity: 1; visibility: visible;
}
#search-overlay-close {
  position: absolute; z-index: 1; right: 20px; top: 20px; width: 30px; height: 30px; cursor: pointer; font-size: 24px;
}
#search-overlay-close .mobile-panel-close {
  right: 10px; top: 20px;
}
.search-overlay-form {
  border-bottom-width:2px;  border-bottom-style: solid;
}
input[type="text"].search-overlay-input-text {
  border: none; font-size: 26px; font-size: 2.6rem; margin-bottom: 0; padding: 5px 0; height: auto; padding-left: 0; background: none;
}
.search-overlay-form { 
  position: relative; top:-30px;
-webkit-transition: all .3s .3s;
-moz-transition: all .3s .3s;
transition: all .3s .3s;
}
#search-overlay.search-fadein .search-overlay-form {
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  transform: translateY(30px);
}
.search-result-unit {
  margin-top: 40px; padding-top:40px; border-top-style: solid; border-top-width:1px;  
}
.search-result-unit:first-child {
  border-top: none;
}
#search-overlay .blog-unit-tit,
.search-loading {
  font-size: 30px; font-size: 3rem;
}
#search-loading {
  min-height: 200px; display: inline-block; width: 100%; margin-top: 60px; padding-left: 5px;
}
.search-result-unit .blog-unit-meta>span {
  margin: 0 12px 0 0; 
}
#search-overlay .pagenums {
  text-align: left;
}
#search-result .pagenums .tw-style-a {
  width: auto; margin-top: 0;
}
#search-overlay .pagenums .tw-style-a {
  font-size: 18px; font-size: 1.8rem;
}

/* search result */
.search-result-default form {
  margin-bottom: 80px;
}
.search-result-default input[type="text"].search-overlay-input-text {
  border-bottom: 2px solid currentColor; 
}


/*  3.2 page title */
 
.page-title-wrap[class*="bg-theme-color-"] .page-title,
.page-title-wrap[class*="bg-theme-color-"] .page-excerpt {
  color: #fff;
}

/* 3.3 Main list */

.body-block-template,body.archive {
  overflow-y: hidden!important;
}
#block-list {
  min-height: 460px;
}
#block-list-contont {
	display: none; height: 0; width: 0; overflow: hidden;
}
#block-list.owl-carousel .owl-stage-outer {
  min-height: 420px; 
}
.owl-carousel .owl-item {
    -webkit-backface-visibility: visible;
}
#block-list.owl-carousel .owl-stage {
  height: 100%;
}
#block-list.owl-carousel .owl-item {
  height: 100%;
}
.block-group {
  width: 100%; height: 100%; float: left;
}
.block-item {
  width: 100%; height: 50%; float: left; padding-top: 1px;
}
.block-group.block-group-layout-3 > section:nth-child(2) {
  padding-left: 1px;
}
.block-group.block-group-layout-4 > section:nth-child(3) {
  padding-left: 1px;
}
#block-list .owl-stage {
  padding-bottom: 1px; 
}
.block-item.half-full {
  width: 100%; height: 100%;
}
.block-item.small {
  width: 50%;
}
.block-item .insider {
  position: relative; width: 100%; height: 100%; padding: 40px; overflow: hidden;
  -webkit-transform: scale(.85);
     -moz-transform: scale(.85);
      -ms-transform: scale(.85);
       -o-transform: scale(.85);
          transform: scale(.85);
  -webkit-transition: -webkit-transform 1s .2s;
        -moz-transition: -moz-transform 1s .2s;
         -ms-transition: -moz-transform 1s .2s;
          -o-transition: -moz-transform 1s .2s;
                  transition: transform 1s .2s;
}
.owl-item.active .block-item .insider {
  -webkit-transform: scale(1) translateX(0px);
     -moz-transform: scale(1) translateX(0px);
      -ms-transform: scale(1) translateX(0px);
       -o-transform: scale(1) translateX(0px);
          transform: scale(1) translateX(0px);
}
.owl-item.active:nth-child(1) .block-item .insider {
  -webkit-transition-delay:.4s;
  -moz-transition-delay:.4s;
  -ms-transition-delay:.4s;
  -o-transition-delay:.4s;
  transition-delay:.4s;
}
.block-item-con {
  position: relative; z-index: 9;
}
.block-item-tit {
  font-size: 22px; padding: 9px 0;
}
.block-item-tit > a {
  display: block; line-height: 1; 
}
.block-item-bg {
  position: absolute; z-index: -1; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; background-position: 50% 50%; background-repeat: no-repeat; background-size:cover; cursor: pointer;
}
.block-item:hover .block-item-bg {
  transform: scale(1.05); -webkit-transform: scale(1.05);
}
.block-item-with-img-tit a {
  display: block; line-height: 1.1;
}
.block-item-des {
  margin: 20px 0; 
}
.block-item-meta a {
  margin-right: 5px;
}
.block-item-meta .fa {
  font-size: 12px; transform: scaleX(.8); -webkit-transform: scaleX(.8);
}
.block-item.small .block-item-more {
  display: none;
}
.block-item div[class*="bg-theme-color-"] .block-item-con, 
.block-item div[class*="bg-theme-color-"] .block-item-con a,
.block-item div[class*="bg-theme-color-"] .block-item-con .block-item-meta,
.block-item div[class*="bg-theme-color-"] .block-item-con .block-item-des,
.block-item h2[class*="bg-theme-color-"] a {
  color: #fff;
}
#block-list .owl-dots {
  text-align: center; height: 40px; padding-top: 16px; font-size: 0; 
}
#block-list .owl-dot {
  display: inline-block; width: 8px; height: 8px; border-radius: 100%; margin: 0 4px;
}
#block-list .owl-dot.active {
   margin: 0 8px;
  -webkit-transform: scale(1.5); transform: scale(1.5); 
}
#block-list .owl-nav {
  position: absolute; top: 50%; left: 0; margin-top: -50px; width: 100%;
}
#block-list .owl-prev,
#block-list .owl-next {
  position: absolute; left:0; width: 60px; height: 60px; box-shadow: 0 0 1px rgba(0,0,0,.3); 
}
#block-list .owl-next {
  right: 0; left: auto;
}
.no-touch #block-list .owl-prev,
.no-touch #block-list .owl-next {
  opacity: 0;
}
.owl-prev:before,.owl-next:before,
.owl-prev:after,.owl-next:after,
.submenu-back-inn:before,.submenu-back-inn:after,
.post-navi-inn:after,.post-navi-inn:before {
  content: ""; position: absolute; left:30px; top: 26px; width: 1px; height: 15px; border-radius: 2px; background-color: #666; 
  -webkit-transform: rotate(55deg);
  -moz-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
}
.owl-prev:after,
.owl-next:before,
.submenu-back-inn:after,
.post-navi-next:before,
.post-navi-prev:after {
  top: 18px;
  -webkit-transform: rotate(-55deg);
  -moz-transform: rotate(-55deg);
  -ms-transform: rotate(-55deg);
  transform: rotate(-55deg);
}
.owl-next:before,
.post-navi-prev:before {
  top: 19px;
}
.owl-next:after,
.post-navi-prev:after {
  top: 27px;
}
.blog-unit-link-li {
  line-height: 1.4; font-size: 20px; font-size: 1.6vw;
}
.blog-unit-quote cite {
  display: block; padding-top: 20px;
}
.blog-unit-video-play {
  position: absolute; z-index: 1000; left: 50%; top: 50%; width: 70px; height: 70px; border-radius: 35px; margin-left: -35px; margin-top: -35px; display: block; opacity: .8; font-size: 20px; text-align: center; line-height: 70px;
  background-color: #eee; color: #333;
}
.blog-unit-video-play .fa {
  margin-left: 4px;
}
.blog-unit-quote p {
  font-size: 20px;
}
.block-item-more.ux-btn {
  display: none;
}
.block-item-meta-unit {
  margin-right: 15px; text-transform: uppercase;
}
.block-item.small .block-item-meta-unit {
  display: none;
}
.block-item-with-img-tit-wrap {
  display: block; position: absolute; z-index: 9; bottom: 0; left: 0; padding: 0 40px 40px 40px;
}
.block-item-with-img-tit-wrap .block-item-meta {
  display: block;  
}
.block-item-with-img-tit {
  padding: 9px 0;
}
.block-hot {
  display: block; position: absolute; z-index: 999; left: 0; right: 0; top: 0; bottom: 0; 
}
.block-item-bg:before {
  content: ''; position: absolute; z-index: 0; bottom:0; left:0; right:0; height: 100%; opacity: .1; background-color: #000;
}
.block-hot:hover + .block-item-bg:before {
  opacity: .2;
}

/*post opened*/
.brick-post-opened {
  position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 200; overflow-y: scroll; overflow-x: hidden; -webkit-overflow-scrolling: touch;
}
.brick-post-opened,
.page-loading {
  opacity: 0;
  -webkit-transform: scale(.9) rotateX(10deg) translateZ(100px); 
  -moz-transform: scale(.9) rotateX(10deg) translateZ(100px); 
  -ms-transform: scale(.9) rotateX(10deg) translateZ(100px); 
  -o-transform: scale(.9) rotateX(10deg) translateZ(100px); 
  transform: scale(.9) rotateX(10deg) translateZ(100px);  
}
.brick-post-opened.brick-fadedin,
.page-loading.visible {
  opacity: 1; 
  -webkit-transform: perspective(400px) scale(1) rotateX(0deg) translateZ(0px);
  -moz-transform: perspective(400px) scale(1) rotateX(0deg) translateZ(0px);
  -ms-transform: perspective(400px) scale(1) rotateX(0deg) translateZ(0px);
  -o-transform: perspective(400px) scale(1) rotateX(0deg) translateZ(0px);
  transform: perspective(400px) scale(1) rotateX(0deg) translateZ(0px); 
  -webkit-transition: -webkit-transform .5s .4s, opacity .5s 0s;
  -moz-transition: -moz-transform .5s .4s, opacity .5s 0s;
  -ms-transition: -ms-transform .5s .4s, opacity .5s 0s;
  -o-transition: -o-transform .5s .4s, opacity .5s 0s;
  transition: transform .5s .4s, opacity .5s 0s;
}
.brick-post-opened-inn {
  opacity: 0; margin-top: -80px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; 
}
.brick-post-opened-inn.brick-inn-fadedin {
  opacity: 1;
}
.btn-back {
  display: none; position: fixed; left: 30px; top: 40px; z-index: 999; width: 60px; height: 60px; cursor: pointer; 
}
.submenu-back.btn-back {
  position: relative; left: auto;; top: -20px;
}
.btn-back-inn { 
   right: auto;  left: 22px;
}


/* footer in block list */
#block-list.footer-2col .owl-dots {
  text-align: right; margin-right: 30px;
}
#block-list.footer-2col ~ .copyright,
#block-list.footer-2col ~ .socialmeida {
  position: absolute; z-index: 999; bottom: 0; left: 30px; line-height: 40px; 
}
#block-list ~ .socialmeida .socialmeida-li {
  margin-right: 5px;
}

/* sidebar in block list*/
.brick-post-opened .post-title-wrap-inn,
.brick-post-opened #sidebar-widget {
  margin-top: 280px;
}



/* 3.4 archive */

.archive-tit {
  position: fixed; z-index: 999; left: 0; bottom: 0; line-height: 40px; padding-left: 30px; 
}


/*Pagebumner*/
.page-numbers,.pagenums-a {
  text-align: left; padding-left: 0;
}
.prev.page-numbers {
  float: right;
}
.page-numbers.next {
  float: right; padding-right: 0;
}
.page-numbers.dots {
  font-size: 0;
}
.page-numbers.dots:before {
  content: '—'; font-size: 17px;
}
.page-numbers,
#search-result .page-numbers {
  text-align: left; padding: 0;
}

/* password pertected */
.post-password-form input[type="password"] {
  width: auto; margin-bottom: 0;
}

/* Author */
.list-author-unit {
  min-height: 80px; position: relative; padding: 0;
}
.author-unit-inn {
  padding: 20px; border-top-style: solid; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px; min-height: 100px; 
}
.author-avatar {
  border-radius: 60px; overflow: hidden; width: 120px; height: 120px; position: absolute;
}
.author-tit {
  font-size: 20px; font-size: 2rem; line-height: 2; margin:0 0 10px 80px;
}
.author-excerpt {
  font-size: 14px; font-size: 1.4rem; margin:0 0 10px 80px;
}
.list-author-unit .socialmeida {
  margin-left: 80px;
}
.list-author-unit .socialmeida-a { 
  width: auto; height: 20px; line-height:20px; margin-right: 5px; text-align: left; font-size: 18px; display: block;
}
body.single .list-author-unit {
  min-height: inherit;
}
.author-avatar {
  width: 60px; height: 60px;
}
.author-tit {
  font-size: 16px; font-size: 1.6rem; line-height: 1; margin: 0 0 10px 80px
}
body.single .author-excerpt {
  margin: 10px 0 0 80px
}
body.single .list-author-unit .socialmeida {
  margin: 10px 0 0 80px
}
.list-author-unit .socialmeida-li {
  display: inline-block; margin-right: 4px;
}
body.single .list-author-unit .socialmeida-a {
 height: 30px; line-height: 30px;
}

/* Tags */
.article-tag-label-tit {
  display: block; line-height: 40px; 
}



/*  Video */
.video-wrap { 
  position: relative; width:100%; height:100%; padding-bottom:56.25%; height:0; 
}
.video-wrap iframe{ position: absolute;top: 0;left: 0; width:100%; height:100%; }
.video-wrap.video-16-9{ padding-bottom:56.25%; }
.video-wrap.video-4-3{ padding-bottom:75%; }
.video-wrap.vimeo{
  padding-bottom: 48.9%;
}
.video-wrap.youtube{
  padding-bottom: 48.8%;
}
.video-face {
  position: relative;
}
.video-play-btn {
  position: absolute; left: 50%; top: 50%; margin-left: -30px; margin-top: -20px; display: block; width: 60px; height: 40px; text-align: center; line-height: 43px; 
  font-size: 20px; border-radius: 5px; cursor: pointer;
  background-color: #28282e; color: #eee;
}
.video-play-btn:hover {
  opacity: .8;
}
.video-face-img { 
  width: 100%; 
}
.video-overlay {
    box-shadow: none; left: 0; top: -100%; width: 100%; height: 100%; padding: 50px; opacity: 0; margin-left: 0; border-radius: 0; border: none; background-color: rgba(0,0,0,.9);
}
.video-close {
  position: absolute; right: 30px!important; top: 30px!important; margin-top: 0!important; display: block; text-align: center; cursor: pointer;  
}
.video-close:before,.video-close:after {
  background-color: #fff!important;
}
.video-overlay.video-slidedown {
  opacity: 1;
 -webkit-transform: translateY(100%);
 -moz-transform: translateY(100%);
 -ms-transform: translateY(100%);
 -o-transform: translateY(100%);
 transform: translateY(100%);   
}
body.admin-bar .video-overlay.video-slidedown {
  margin-top: 30px;
}

/* 3.5 sidebar layout */

body:not(.ux-mobile) .sidebar-layout .container {
  width: auto; padding-left: 0; padding-right: 0;
}
body.single #sidebar-widget {
  padding-top: 80px;
}
#content_wrap[class*="span"].pull-right {
  padding-right: 0;
}
.row-fluid #content_wrap.pull-right + aside[class*="span"] {
  margin-left: 0;
}
.sidebar-layout .container-inn {
  width: 100%;
}
ul.sidebar_widget {
  margin-top: -60px;
}
ul.sidebar_widget > li { 
  margin-top: 60px; 
}
ul.sidebar_widget > li .widget-title {
  position: relative; margin-bottom: 20px; text-align: center; line-height: 40px;  
}


/* 3.6 Widgets */

.tagcloud a { background:rgba(0,0,0,0.03); }

/*recent posts*/
.post-date {  
  font-size: 0.8em; letter-spacing: 0; margin-left: 10px; opacity: .8;
}

/*Search*/
ul.sidebar_widget li.widget_search { 
  padding-bottom:41px; 
}
ul.sidebar_widget li.widget_search form {
 margin-top:3px; position: relative;
}
.sidebar_widget .widget_search input[type="text"],
.sidebar_widget .widget_display_search input[type="text"]{ 
  max-width: none; width: 100%; height:35px; 
}
.screen-reader-text{ display:none; }
.sidebar_widget .widget_search input[type="submit"],
.sidebar_widget .widget_display_search input[type="submit"] {
  height:35px; position: absolute; right: 0; top: 0;
}

.widget_search input[type="text"],
.widget_display_search input[type="text"] { margin-bottom:0; }

/*Calendar*/

#wp-calendar { width:100%;  }
#wp-calendar caption{ text-align:left; margin-bottom:20px; }
#wp-calendar tfoot td{ padding-top:20px; }
#wp-calendar tfoot #next{ text-align:right; }
.widget_calendar tbody td,
.widget_calendar thead th{
  text-align: center;border: 1px solid #e8e8e8;  
}

/*Tag*/

.tagcloud a { display: inline-block; font-size: 10px; font-size: 1rem; margin-bottom: 8px; margin-right: 3px; padding:0 8px; height:32px; line-height: 32px; }

/*rss*/
.widget_rss .rsswidget:first-child {
  display: none;
}
.widget_rss .rsswidget {
  position: relative;
}
.widget_rss .rsswidget:after {
  content: "\f09e"; margin-left: 10px; font-size: .9em; font-family: 'FontAwesome'; color: #FF6600;
}
.widget_rss>ul>li { 
  margin-top: 20px; padding-bottom: 20px;
}
a.rsswidget img { 
  margin-bottom:-1px; margin-right:10px; 
}
.rss-date,.widget_rss cite {
    font-size: .8em; opacity: .8; display: block;
}
.rssSummary {
    line-height: 20px;
}

/*Social icons*/
.widget-container .social_active  i {
  font-size: 32px; 
}
.widget-container .social_active {
  display: block; margin-right: 7px; margin-top: 8px; width: 32px; height: 32px; float: left;
}
.widget-container .widget_uxsocialnetworkinons .icon {
  margin-top: -8px; overflow: hidden;
}

/* archive */
.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_nav_menu li,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_meta li,
.widget_rss li {
  line-height: 40px; border-bottom: 1px solid #eee;
}
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child,
.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child,
.widget_meta li:last-child,
.widget_rss li:last-child {
  border-bottom: none;
}
.widget_archive a,
.widget_categories a,
.widget_pages a,
.widget_nav_menu a,
.widget_recent_entries a,
.widget_recent_comments a,
.widget_meta a {
  margin-right: 5px; display: inline-block; line-height: 20px;
}



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

      4. Post - content template

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

/*  4.0 Title wrap  */

.post-feature-img {
  height: 280px; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat;  
}
.article-meta-unit {
  display: inline-block; margin-right: 10px; line-height: 20px;
}
.article-meta {
  font-size: 14px; padding: 10px 0;
}
.brick-post-opened .post-title-wrap {
  height: auto;
}
.brick-post-opened .post-feature-img {
  margin-bottom: -140px;
}
.article-meta-unit-hide {
  display: none;
}
.article-meta-unit-link a,
.article-tag-label a {
  position: relative; margin-right: 10px; display: inline-block; line-height: 30px;
}
.article-meta-unit-link a:last-child,
.article-tag-label a:last-child {
  margin-right: 0;
}
.article-meta-unit-link a:after,
.article-tag-label a:after {
  content: ''; position: absolute; left: 0; bottom: 2px; width: 100%; height: 1px; background-color: currentColor;
  -webkit-transform-origin: 100% 0; 
  -moz-transform-origin: 100% 0; 
  -ms-transform-origin: 100% 0; 
  transform-origin: 100% 0;
}
.article-meta-unit-link a:hover:after,
.article-tag-label a:hover:after {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0); 
  transform: scaleX(0);
}

/* 4.1 post types */

/*video*/
.video-post-wrap{ margin-bottom:40px;}

/*audio*/
.content-audio {
  margin-bottom: 40px;
}
.audio-unit { height:60px; position:relative; line-height: 60px; }
.audio-unit span.audiobutton{ display:inline-block; width:60px; height: 60px; cursor:pointer; float: left; text-align: center; }
.audio-unit span.audiobutton:before{ 
  font-family: 'FontAwesome'; font-size:12px; content: "\f04c"; position: absolute; top: 50%; margin-top: -6px; margin-left: -4px;
}
.audio-unit span.audiobutton.pause:before { content: "\f04b";}
.audio-unit span.songtitle { 
  display:inline-block; overflow:hidden; 
}
.audio_player_list.audio_content { 
  background:none; margin-bottom:40px; 
}
.audiopost-soundcloud-wrap { 
  width:100%; height:auto; margin-bottom:20px; 
}
.brick-post-opened .audio-unit,
.format-audio .audio-unit { 
  height:60px; position:relative; border-top-width:1px; border-top-style: solid;
}
.brick-post-opened .audio-unit:first-child,
.format-audio .audio-unit:first-child {
  border-top: none;
}
.brick-post-opened .audio-unit span.audiobutton,
.format-audio .audio-unit span.audiobutton { 
  display:inline-block; width:59px; height:59px; cursor:pointer; 
}
.brick-post-opened .audio-unit span.audiobutton:before,
.format-audio .audio-unit span.audiobutton:before { 
  font-size:12px; position:absolute;  margin-top: -30px;
}
.brick-post-opened .audio-unit span.songtitle,
.format-audio .audio-unit span.songtitle { 
  display:inline-block; position: absolute; top:0; margin-left:10px; padding-right:20px; overflow:hidden; 
}
.audio-unit span.songtitle {
  font-size: 16px; line-height: 60px;
}
.content-audio-artist {
  margin-bottom: 20px; display: block;
}

/*link*/
.single .blog-unit-link {
  display: block; margin-top: 0; margin-bottom: 40px;  font-size: 2em;
}
.single .blog-unit-link  li {
  line-height: 1.5em;
}

/*quote*/
.single .blog-unit-quote {
  margin-bottom: 40px; font-size: 2em; text-align: center; line-height: 1.3;
}
.single .blog-unit-quote cite {
  font-size: .5em; margin-top: 20px;
}

/*image*/
.image-post-wrap { width:100%; margin-bottom:40px; }
.image-post-wrap img { width:100%; height:auto; } 

/*404*/
body.error404 #content { min-height: 300px; }
body.error404 .title-wrap { display: none; }
.fourofour-wrap { text-align:center; }
.fourofour-wrap h4 { font-size: 62px; font-size: 6.2rem;}
.fourofour-wrap h4 { font-size: 31px; font-size: 3.1rem; margin-top: 20px; margin-bottom: 60px; }
.fourofour-wrap p { max-width:400px; margin:0 auto; }

/* Custom post type: team */
.team-photo { 
  width: 100%; height:auto; 
}
.single-team .gallery-wrap-sidebar .gallery-info-wrap {
  padding-right: 0; margin-bottom: 0; margin-left: 0; padding-left: 60px;
}

/* Custom post type: client*/
.client { text-align:center}
.client a { display:block; margin-bottom:20px; }

/* Custom post type: job*/
.job-location { margin-right:10px; }


/* 4.2 Portfolio post Template */
body.single .post.format-gallery {
  margin-top: 0;
}
body.single-format-gallery .title-wrap-con {
 width: 100%; background: none!important;  
}
.gallery-info-property {
  margin-top: -20px;
}
.gallery-info-property-li {
  margin-top: 20px; 
}
.gallery-info-property-tit {
  line-height: 40px;
}
.gallery-info-property-item {
  vertical-align: top; 
}
.gallery-images-wrap .mouse-over:hover .gallery-images-img,
.post-carousel-img-a:hover .post-carousel-img,
.standard-list-item:hover .standard-list-item-img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.gallery-wrap-fullwidth .gallery-images-wrap .list-layout .mouse-over:hover .gallery-images-img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* list layout */
article.format-gallery .list-layout {
  margin-top: 0;
}
article.format-gallery .list-layout {
  margin-top: -20px;
}
.list-layout-col {
  margin: 20px 0 0 -20px;
}
.gallery-wrap-sidebar .list-layout-col {
  margin-left: -20px; margin-bottom: 20px;
}
.list-layout-inside {
    padding-left: 20px;
}
.list-layout>div:last-child {
  margin-bottom: 0;
}
.list-layout-item {
  display: inline-block; float: left; 
}
.list-layout-col1-item {
  width: 100%; 
}
.list-layout-col2-item {
  width: 50%; 
}
.list-layout-col3-item {
  width: 33.33333%; 
}
.list-layout-col4-item {
  width: 25%; 
}
.gallery-wrap-sidebar .list-layout-inside {
  padding-left: 20px;
}
.gallery-images-img {
  width: 100%;
}

/*  4.3 Post meta */
/*  Social Bar */
.social-bar-tit {
  line-height: 40px;
}
.post-meta-social {
  position: relative; display: inline-block; margin-left: -10px; margin-top: -10px;
}
.post-meta-social-li {
  display: inline-block; display: none; width: 0; opacity: 0; margin-top: 10px;
}
.post-meta-social-li .fa,
.social-icon-triggle {
  font-size: 28px; width: 60px; height: 60px; line-height: 60px; text-align: center; border-radius: 100%;
}
.social-icon-triggle:hover {
  letter-spacing: 3px; -webkit-transition: letter-spacing .5s; transition: letter-spacing .5s; 
}
.post-meta-social.post_social_show ~ .social-icon-triggle {
  display: none;
}
.post-meta-social .post-meta-social-li:nth-child(2),
.post-meta-social .post-meta-social-li:nth-child(1) {
  display: inline-block; width: 60px; margin-left: 10px; opacity: 1;
}
.post-meta-social.post_social_show .post-meta-social-li:nth-child(3),
.post-meta-social.post_social_show .post-meta-social-li:nth-child(4),
.post-meta-social.post_social_show .post-meta-social-li:nth-child(5),
.post-meta-social.post_social_show .post-meta-social-li:nth-child(6),
.post-meta-social.post_social_show .post-meta-social-li:nth-child(7),
.post-meta-social.post_social_show .post-meta-social-li:nth-child(8),
.post-meta-social.post_social_show .post-meta-social-li:nth-child(9),
.post-meta-social.post_social_show .post-meta-social-li:nth-child(10) {
  animation: social-icon-show .6s ease-in-out both;
  display: inline-block;
}
@keyframes social-icon-show {
  0% {
    opacity: 0; width: 0; margin-left: 0;
  } 
  100% {
    opacity: 1; width: 60px; margin-left: 10px;
  }
}
.post-meta-social.post_social_show .post-meta-social-li:nth-child(3),
.post-meta-social.post_social_show .post-meta-social-li:nth-child(4) {
  animation: social-icon-show .6s ease-in-out both;
  display: inline-block;
}
.post-meta-social-li .share  {
  display: block;  
}
.social-icon-triggle {
  display: inline-block; margin-left: 10px; cursor: pointer;
}
.social-icon-triggle:after {
  content: '...'; display: inline-block; font-family: serif; 
  -webkit-transform: translateY(-7px); transform: translateY(-7px);
}
.social-bar-center,
.social-bar-center .post-meta-social {
  text-align: center;
}
.post-meta-social-li .share:hover .postshareicon-facebook {
  background-color: #3b5998;
}
.post-meta-social-li .share:hover .postshareicon-twitter {
  background-color: #00aced;
}
.post-meta-social-li .share:hover .postshareicon-googleplus {
  background-color: #dd4b39;
}
.post-meta-social-li .share:hover .postshareicon-pinterest {
  background-color: #cb2027;
}
.post-meta-social-li .share:hover .postshareicon-linkedin {
  background-color: #007bb6;
}
.post-meta-social-li .share:hover .postshareicon-digg {
  background-color: #000;
}
.post-meta-social-li .share:hover .postshareicon-reddit {
  background-color: #cee3f8;
}
.post-meta-social-li .share:hover .postshareicon-stumbleupon {
  background-color:#eb4924;
}
.post-meta-social-li .share:hover .postshareicon-tumblr {
  background-color: #35465c;
}

/*Post navis*/
.btn-back + #post-navi {
  position: fixed; display: none; z-index: 999; right: 40px; top: 40px;
}
.post-navi-inn {
  position: relative; display: inline-block; float: left; width: 60px; height: 60px; margin-left: 10px; cursor: pointer; text-align: right;
}
.post-navi-inn:hover:after,.post-navi-inn:hover:before {
  background-color: #fff;
}
.brick-post-opened #post-navi-single {
  display: none;
}


/*  Author in post  */
.content-author-unit {
  margin-top: 20px;
}
.content-author .author-avatar {
  width: 60px; height: 60px; border-radius: 30px; margin-top: 12px;
}
.content-author .author-tit {
  margin: 0 0 0 80px
}
.content-author .author-excerpt {
  margin-left: 80px;
}


/*  Related posts */

.related-posts-list{
  margin-left: -1px;
}
.related-posts-item {
  width: 20%; height: 120px; float: left; padding-left: 1px;
}
.related-posts-item-inside {
  position: relative; width: 100%; height: 100%; overflow: hidden;
}
.related-posts-item-img {
  position: relative; z-index: 0; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat;
  transition: transform 3s; -webkit-transition: transform 3s;
}
.related-posts-item-tit {
  position: absolute; z-index: 9; bottom: 0; width: 100%; font-size: 12px; padding:10px; color: #fff; background-color: #333;
}
.related-posts-item-tit-inn {
  display: block; line-height: 20px;
}
.related-posts-item-img {
  transform: scale(1); -webkit-transform: scale(1);
}
body:not(.rtl) .related-posts-item:hover .related-posts-item-img {
  transform: scale(1.1); -webkit-transform: scale(1.1);
}
.related-posts-item-a {
  display: block; position: absolute; z-index: 99; left: 0; right: 0; top: 0; bottom: 0;
}

/* 4.4 Comment / contact form */
#comments {
  width: 80%;
}
#item-wrap li.item #respond{ 
  display:none; margin-top:40px; margin-bottom:20px; 
}
.item_respondbtn { 
  display:none 
}
#item-wrap li.item .item_respondbtn{ 
  display:inline-block; margin:20px; 
}
#comments_box .avatar,
.commlist-unit .avatar { 
 position: absolute; left: 0; width: 50px;
}
.commlist-unit .avatar {
  border-radius: 100%;
}
.commentlist li.commlist-unit { 
  margin-top:-1px; position: relative; padding-top: 20px; padding-bottom: 20px; min-height: 60px;  
}
.commentlist li.commlist-unit:last-child {
  padding-bottom: 0;
}
.comm-u-wrap { 
  margin-left: 80px; min-height: 60px; 
}
.comment-meta {
  margin-top: 10px; font-size: 16px; 
}
.comment-author {
  position: relative; display: inline-block; 
}
#respondwrap li.commlist-unit {
  margin-top:0; margin-bottom: 100px; 
}
.comment-meta .reply { 
  padding-left:10px;
}
ol.commentlist { 
  min-height:40px; height:auto; margin-left:0; margin-bottom:0; clear: both; 
}
.commnetsnavi {
  margin: 40px 0;
}
.paginated-comments-links .page-numbers{
  float: none; display: 
}
#reply-title-wrap .logged { 
  opacity:0;  display:inline-block; font-size:12px; height:40px; line-height:40px; padding-left: 25px;
  position: absolute;left: 100%;top: 0px;min-width: 250px;
}
.respondbtn{ padding-right:10px }
.respondbtn-open{background-position: 100% -13px;}
.respondbtn-close{background-position: 100% 3px;}
.comm-u-wrap ~ p{ margin-top: 40px;}
.sucess-tip{ display:block;margin-top: 20px; }
#comment-sending{ margin-bottom:10px;}
#commentform #error{margin-bottom:10px;}
#comments_box #comments a{ font-size:14px; }
#comments_box .children{  margin-left:20px;}
#commentform,.entry p.btnarea { margin-bottom:0; }
#respondwrap .span6,
.contact_form .span6 { margin-bottom: 0;}
.sending { float:left; display:block;width:80px; height:27px;line-height:27px;}
h3#reply-title,
.comment-box-tit { 
  position: relative;  
}
.comment-box-tit {
  line-height: 40px;
}
h3#reply-title {
 padding-right: 12px; margin-bottom: 20px;
}
h3#reply-title small {
  display: inline-block;;
}
.comment-reply-title {
  display: inline-block; width: auto; line-height: 40px;
}
#comments_inlist { 
  display:inline-block; font-size:20px; height:40px; line-height:40px; font-weight: 300; 
}
#commentform {
  position: relative; 
}
.logged {
  margin-bottom: 20px;
}
#mc4wp-checkbox {
  margin-top: 20px;
}
#respondwrap textarea {
  height:60px;
}
.form-submit {
  position: relative; display: inline-block; margin-top: 20px; margin-left: -7px; 
}
.form-submit input[type="submit"]  {
 position: relative; margin-top: 0; background: none; height: 45px;
}
.form-submit input[type="submit"]:hover {
  background: none; color:#28282E;
}
.form-submit:before {
  content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: inherit; z-index: -1;
  box-shadow: inset 0 0 0 35px #28282E;
}
body:not(.rtl) .form-submit:before {
  -webkit-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
  -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
  transition: box-shadow 0.3s, transform 0.3s;
}
.form-submit:hover:before {
  box-shadow: inset 0 0 0 1px #28282E; 
}
body:not(.rtl) .form-submit:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* Contant form*/

.entry .contactform,.respondwrap { 
  padding-top:10px;
}
.entry .contactform h2 { 
  display:block; font-size:14px; margin-top:-10px; margin-bottom:20px; 
}
.respondbtn { 
  margin-top:0;
}
.respond-half { 
  width:48%; display:inline-block; float:left; 
}
.respond-name { 
  margin-right:4%; 
}
.respond-full {
  width:100%; 
}
.sending { 
  float:left; display:block;width:80px; height:27px;line-height:27px;
}
input[type="text"],input[type="password"] { 
  width:100%; max-width:none; 
}
.comment-respond input[type="text"],.contactform input[type="text"] {
  height: 40px;
}
#reply-title small{ 
  margin-left: 10px; font-size:12px; 
}
input[type="text"],input[type="password"], textarea {
  background: none; border-radius: 0;  
}
textarea { 
  width:100%; max-width:none; height: 98px; overflow:auto; resize:none; 
}
#respondwrap input[type="text"], #respondwrap textarea,
.moudle input[type="text"], .moudle textarea {
  margin-bottom: 20px;
}


/*Contact form 7*/
.wpcf7 input {
  margin-bottom: 10px;
}
div.wpcf7-mail-sent-ok,div.wpcf7-validation-errors { 
  border:none;
}
div.wpcf7-response-output { 
  margin:0; padding:0;
}
.wpcf7-form img.ajax-loader { 
  opacity:0.5; background-color:#fff; border-radius:2px;
}
span.wpcf7-not-valid-tip { 
  left:10px; top:-8px; border:none; background:none; color:#FF0000; 
}







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

    5. General Mods and 3rd party plugin override

-------------------------------------------------
 
 
/* Quote*/
.entry blockquote { 
  margin:20px; padding-left:20px; border-left:none; opacity: .3;
}
.entry blockquote p {
  font-family: 1.2em;
}

/* clear */
.ux_blank { height: 20px; }


/*  Social Networks Share button */
.social-share-button {
  width: 20%; min-width: 62px; height: 30px; font-size: 13px; float: left; padding: 0; margin-top: 13px; margin-left: 5%; border-radius: 2px; background-color: #5975b1; color:#fff;
}
.social-share-button:hover {
  opacity: .8;
}
.social-share-buttons {
  margin-left: -5%; margin-top: -13px; clear: both;
}
.social-share-twitter.social-share-button {
  background-color: #53c3ee;
}
.social-share-google-plus.social-share-button {
  background-color: #d54e55;
}
.social-share-pinterest.social-share-button {
  background-color: #de4d35;
}
.social-share-linkedin.social-share-button {
  background-color: #007bb6;
}
.social-share-vk.social-share-button {
  background-color: #45668e;
}

/* lightbox */
button.pswp__button.pswp__button--arrow--right,button.pswp__button.pswp__button--arrow--left {
  background: none!important;
}
 
 
/* General image hover effect */
.ux-hover-wrap { 
  width:100%; height:100%; position:relative; text-align: center; display: block; 
}
.ux-hover-icon-wrap {
  position: absolute; z-index: 1; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; opacity: 0;
}
.ux-hover-wrap:hover .ux-hover-icon-wrap { 
  opacity: .5;
}
.ux-hover-wrap:hover .ux-hover-img-wrap {
  -webkit-transform: scale(1.1); 
}
.ux-hover-wrap:hover i { 
  opacity:1; visibility: visible; color:#eee; color:rgba(255,255,255,0.4);
}
.single-image.mouse-over .ux-hover-wrap i {
  font-size:24px; position:absolute; z-index: 1; left:50%; top:50%; height:80px; width:80px; line-height: 80px; margin:-40px 0 0 -40px; 
  opacity:0; visibility: hidden; color:#eee; color:rgba(255,255,255,0.6);border-radius: 40px;
}
.single-image.mouse-over .ux-hover-wrap i {
  font-size: 72px;
}

/* slider bullet general */
.flex-slider-wrap .flex-control-paging li a,
.carousel-indicators li { 
  display:inline-block; padding:6px; margin:0 5px; width:12px; height: 12px; border-radius:100%;  
  background-color:#eee; border-radius: 1px solid #eee;
}
.flex-slider-wrap .flex-control-paging li a.flex-active,
.carousel-indicators li.active { 
  background-color: #fff; border-radius: 1px solid #fff;
}

/* slider arrow general */
.flexslider {
  position: relative;
}
.flex-direction-nav,
.carousel-control-wrap {
  height: 60px; width: 100%; position: absolute; z-index: 9; left: auto; right: auto; bottom:0; 
}
.flex-direction-nav {
  bottom: 60px;
}
.flex-direction-nav a[class*="flex-"],
.carousel-control {
  width: 70px; height:50px; display: block;  text-align: center; line-height: 58px; opacity: 1; position: absolute; left: 20px; font-size: 0px; 
}
.flex-direction-nav a[class*="flex-"]:hover,
.carousel-control:hover {
  background-color: transparent; 
}
.flex-direction-nav a.flex-next  {
  right: 20px; left: auto; 
}
.tp-rightarrow.custom, .tp-leftarrow.custom,.custom.tparrows {
  background: none!important;
}
.flex-direction-nav a[class*="flex-"]:before,.flex-direction-nav a[class*="flex-"]:after,
.carousel-control:before, .carousel-control:after,
.tp-rightarrow.custom:after,.tp-rightarrow.custom:before,
.tp-leftarrow.custom:after,.tp-leftarrow.custom:before {
  content: ""; position: absolute; top: 50%; margin-top: -9px; right: 15px; width: 1px; height: 35px; background-color: #333; 
}
.flex-direction-nav a[class*="flex-"]:before,
.tp-leftarrow.custom:before,
.tp-rightarrow.custom:before {
  font-family: 'FontAwesome'!important; content: "\f04b"!important; font-size: 12px!important; background: none!important;
  transform: translateX(4px); -webkit-transform: translateX(4px);
}
.custom.tparrows:before {
  margin-top: -19px!important;
}
.flex-direction-nav a[class*="flex-"]:after,
.tp-rightarrow.custom:after,
.tp-leftarrow.custom:after { 
   right: 28px;  margin-top: -18px;
}
.owl-prev,
.flex-direction-nav a.flex-prev,
.tp-leftarrow.custom {
  -webkit-transform: rotate(180deg); 
  -moz-transform: rotate(180deg); 
  -ms-transform: rotate(180deg); 
  -o-transform: rotate(180deg); 
  transform: rotate(180deg); 
}
.flex-direction-nav a[class*="flex-"]:after,
.tp-leftarrow.custom:after,
.tp-rightarrow.custom:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.flex-direction-nav a[class*="flex-"]:before {
  margin-top: -29px;
}


/* password form */
body.page #content_wrap>.post-password-form {
  width: 50%; margin: 60px auto;
}

/* BM PageBuilder */
.single-feild input#idi_send {
  top: -14px;
}

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

    6. Theme Default Color

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


/*
Heighlight color
*/
#header .socialmeida-a:hover, #header .search-top-btn-class:hover,#header .wpml-translation li a:hover,#header .wpml-translation li .current-language,.mainlist-meta a, .related-posts-item:hover .related-posts-item-tit,.comment-form .logged a:hover, 
.blog-unit-tit a:hover,.count-box, .post-meta-social .count, .list-author-unit .socialmeida-a:hover,.height-light-ux,.post-categories a,.widget_archive li,.widget_categories li,.widget_nav_menu li,.widget_pages li, 
a:hover,.entry p a,.sidebar_widget a:hover,#footer a:hover,.archive-tit a:hover,.text_block a,.post_meta > li a:hover, #sidebar a:hover, #comments .comment-author a:hover,#comments .reply a:hover,.fourofour-wrap a,.archive-meta-unit a:hover,.post-meta-unit a:hover,.heighlight,.archive-meta-item a,.author-name,.archive-unit-h2 a:hover,
.carousel-wrap a:hover,.blog-item-main h2 a:hover,.related-post-wrap h3:hover a,.ux-grid-tit-a:hover,.iconbox-a .iconbox-h3:hover,.iconbox-a:hover,.iocnbox:hover .icon_wrap i.fa,.blog-masony-item .item-link:hover:before,.clients_wrap .carousel-btn .carousel-btn-a:hover:before, 
.blog_meta a:hover,.breadcrumbs a:hover,.link-wrap a:hover,.archive-wrap h3 a:hover,.more-link:hover,.post-color-default,.latest-posts-tags a:hover,.pagenums .current,.page-numbers.current,.fullwidth-text-white .fullwrap-with-tab-nav-a:hover,.fullwrap-with-tab-nav-a:hover,.fullwrap-with-tab-nav-a.full-nav-actived,.fullwidth-text-white .fullwrap-with-tab-nav-a.full-nav-actived, 
.woocommerce .woocommerce-message:before,.cart-summary .order-total .amount,.woocommerce .woocommerce-info:before,#woocomerce-cart-side .fa:hover 
{ 
  color:#C9B69D; 
}
.tagcloud a:hover,.related-post-wrap h3:before,.single-image-mask, input[type="submit"]:hover,button:hover,.pagenums .tw-style-a:hover,.ux-btn.btn-dark:hover,.post-navi-inn:hover,
input.idi_send:hover,.ux-hover-icon-wrap,.iconbox-content-hide .icon_text,.process-bar,.nav-tabs > li > a:hover,.portfolio-caroufredsel-hover,#block-list .owl-prev:hover, #block-list .owl-next:hover
{ 
  background-color:#C9B69D; 
}
select:focus:invalid:focus {
  border-color: #C9B69D; 
}

/* Auxiliary  e.g. pressbar bg ... */
.tagcloud a, .mainlist-img-wrap,.archive-text-wrap, ul.sidebar_widget > li .widget-title,.social-icon-triggle,
.slider-panel,#main_title_wrap,.nav-tabs > li,.promote-wrap,.process-bar-wrap,.post_meta,.pagenumber a,.standard-blog-link-wrap,.blog-item.quote,.portfolio-standatd-tit-wrap:before,.quote-wrap,.entry pre,.text_block pre,.isotope-item.quote .blog-masony-item,.blog-masony-item .item-link-wrap,
.pagenumber span,.testimenials,.testimenials .arrow-bg,.accordion-heading,.testimonial-thum-bg,.single-feild,.fullwidth-text-white .iconbox-content-hide .icon_wrap,
.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info, .woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error,.woocommerce-checkout #payment div.payment_box
{ 
  background-color: #F5F5F5; 
}
.progress_bars_with_image_content .bar .bar_noactive.grey 
{
  color: #F5F5F5; 
}
.widget_archive li,.widget_categories li,.widget_nav_menu li,.widget_pages li,.widget_recent_entries li,.widget_recent_comments li,.widget_meta li,.widget_rss li,
.border-style2,.border-style3,.nav-tabs > li > a,.tab-content,.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus,.tabs-v,.single-feild,.archive-unit, 
.list-author-unit 
{ 
  border-color: #F5F5F5; 
}
.nav.nav-tabs, .tabs-v .nav-tabs > li:last-child.active>a,.sidebar_widget .widget-title,.woocommerce-checkout #payment div.payment_box:after {
  border-bottom-color: #F5F5F5; 
}
.tab-content.tab-content-v,blockquote {
  border-left-color: #F5F5F5; 
}
.blog-unit,.search-result-unit, .tabs-v .nav-tabs > .active > a,ul.sidebar_widget > li .widget-title:before {
  border-top-color: #F5F5F5; 
}

/* Page body BG */
#header-inn-main, .navi-top-layout:not(.ux-mobile) #main-navi, .btn-back-inn:after, .btn-back-inn:before,.brick-post-opened,.post-navi-inn,
body,#wrap-outer,#top-wrap,#main,.separator h4, #login-form.modal .modal-dialog,
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus,.tab-content,.filters.filter-floating li a:before,.standard-list-item:hover .portfolio-standatd-tit-wrap:before,.ux-mobile #main-navi-inn 
{ 
  background-color: #fff;
}
.testimenials span.arrow,.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus 
{ 
  border-bottom-color: #fff;
}
.tabs-v .nav-tabs > .active > a
{ 
  border-right-color: #fff;
}
.quote-wrap, .mouse-icon, #search-result .pagenums .tw-style-a:hover,.post-meta-social-li .fa,
.moudle .ux-btn:before, .countdown_amount,.countdown_section,
.ux-btn,input[type="submit"],button,.tw-style-a.ux-btn:hover ,#search-result .pagenums .tw-style-a
{
  color: #fff;
}

/* Block List */
#block-list .owl-stage 
{
  background-color: #313139
}
.block-item .insider:not([class*="bg-theme-color-"]) .block-item-con, 
.block-item .insider:not([class*="bg-theme-color-"]) .block-item-con a,
.block-item .insider:not([class*="bg-theme-color-"]) .block-item-con .block-item-meta,
.block-item .insider:not([class*="bg-theme-color-"]) .block-item-con .block-item-des,
.block-item h2.block-item-with-img-tit:not([class*="bg-theme-color-"]) > a,
.block-item h2.block-item-with-img-tit:not([class*="bg-theme-color-"]) ~ .block-item-meta,
.block-item h2.block-item-with-img-tit:not([class*="bg-theme-color-"]) ~ .block-item-meta a   
{
  color: #fafafa; 
}
#block-list .owl-prev:before, #block-list .owl-next:before, 
#block-list .owl-prev:after, #block-list .owl-next:after 
{
  background-color: #313139; 
}
#block-list .owl-prev, #block-list .owl-next
{
  background-color: #fff; 
}
#block-list .owl-controls 
{
  background-color: #fff; 
}
#block-list .owl-prev:hover:before, #block-list .owl-next:hover:before, 
#block-list .owl-prev:hover:after, #block-list .owl-next:hover:after {
  background-color: #fff; 
}
#block-list .owl-dot 
{
  background-color: #d5d5d7; 
}
.archive-tit, #block-list ~ .socialmeida-a, #block-list ~ .copyright 
{
  color: #d5d5d7; 
}
#block-list .owl-dot.active
{
  background-color: #838388;
}

/* Header */
#header, #mobile-panel, #search-overlay {
  background-color:#fff;
}

/* Logo on Header */
#header .logo-h1, #mobile-panel .logo-h1 { 
  color: #313139;
}

/* Menu icon color */
#mobile-panel-close:before, #mobile-panel-close:after, .mobile-panel-close:before, .mobile-panel-close:after, .navi-trigger-inn,.navi-trigger-inn:after, .navi-trigger-inn:before, .video-close:after, .video-close:before, .close-btn:after, .close-btn:before 
{
  background-color: #313139;
}

/*Menu Item Text Color*/
#navi-mobile a, .pop-social .socialmeida-a,.social-header-triggle,.pop-social .search-top-btn-class, #header .wpml-translation a,#woocomerce-cart-side .fa,
#navi-wrap-mobile a, #pop-search-btn, .languages-shortname,input[type="text"].search-overlay-input-text,.search-overlay-form,#search-overlay .blog-unit-tit a,.search-loading
{ 
  color: #313139; 
}
.submenu-icon,.submenu-back-inn:before,.submenu-back-inn:after {
  background-color: #313139; 
}

/*Menu Item Text Color Mouseover*/
#navi-wrap-mobile a:hover,.pop-social .socialmeida-a:hover, #pop-search-btn:hover 
{
  color:#EBDCC1;
}
.menu-item-back a:hover .fa:after, #navi-wrap-mobile a:hover > .submenu-icon,
#navi-wrap-mobile a:hover .submenu-back-inn:before,#navi-wrap-mobile a:hover .submenu-back-inn:after 
{
  background-color:#EBDCC1;
}

/*Activated Item Text Color*/
#navi-wrap-mobile .current-menu-item > a, 
#navi-wrap-mobile > ul li.current-menu-parent>a, 
#navi-wrap-mobile > ul>li.current-menu-ancestor>a, 
#navi-wrap-mobile .sub-menu li.current-menu-item>a
{
  color: #EBDCC1;
}
#navi-wrap-mobile .current-menu-item > a > .submenu-icon,
#navi-wrap-mobile .current-menu-ancestor > a > .submenu-icon,
#navi-wrap-mobile .current-menu-parent > a > .submenu-icon
{
  background-color: #EBDCC1;
}

/*Logo Text Color on Footer*/
#footer .logo-h1  { 
  color: #9B9B9E;
}

/*Footer Text Color*/
.footer-bar,.footer-bar a,.copyright, .copyright a { 
  color: #9B9B9E; 
}

/*Footer bg Color*/
#footer {
  background-color: #fff; 
}

/*Page Loader Bg Color*/
.page-loading {
  background-color: #fff
}

/*Logo Text Color for Page Loader*/
.page-loading .logo-h1 {
  color: #313139;
}


/* Posts & Pages */
/*Heading*/
.blog-unit-tit a,.main-title, h1,h2,h3,h4,h5,h6,.archive-tit a,.blog-item-main h2 a,.item-title-a,#sidebar .social_active i:hover,.ux-grid-tit-a,.filters.filters-nobg li a:hover,.filters.filters-nobg li.active a,.portfolio-standatd-tit-a,.portfolio-standatd-tags a[rel*="tag"],.archive-unit-h2 a,.archive-date,
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus,.accordion-heading .accordion-toggle,.post-navi-a, .social-icon-triggle,.title-wrap-tit,
.jqbar.vertical span,.team-item-con-back a,.team-item-con-back i,.team-item-con-h p,.slider-panel-item h2.slider-title a,.bignumber-item.post-color-default,.blog-item .date-block,
.clients_wrap .carousel-btn .carousel-btn-a,.gallery-info-property-item, .moudle .iterblock-more.ux-btn,.moudle .liquid-more-icon.ux-btn,.btn-mod-wrap .ux-btn 
{ 
  color:#28282e; 
}
.woocommerce a.remove,.woocommerce a.remove:hover {
  color:#28282e!important; 
}
.post_social:before, .post_social:after, 
.accordion-heading,.title-ux.line_under_over,.gallery-wrap-sidebar .entry, .social-share,
.woocommerce form .form-row.woocommerce-validated .select2-container
{ 
border-color: #28282e; 
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select
{
  border-bottom-color:#28282e; 
}
h1.main-title:before,.team-item-con,.ux-btn:before,.title-ux.line_both_sides:before,.title-ux.line_both_sides:after,.galleria-info,#float-bar-triggler,.float-bar-inn,.short_line:after, .btnarea:before, .ux-btn,input[type="submit"],button,
.accordion-style-b .accordion-heading a:before,.accordion-style-b .accordion-heading a:after,.separator_inn.bg- ,.countdown_section,.btn-back,.post-meta-social-li .fa
{
  background-color:#28282e;
}

/*content font color*/
body,a,.entry p a:hover,.text_block a:hover,#content_wrap,#comments,.blog-item-excerpt,.archive-unit-excerpt,.archive-meta-item a:hover,.entry code,.text_block code,.gallery-info-property-con,.text_block,
.article-meta-unit-link.article-meta-unit,.article-meta-unit-link.article-meta-unit a, .article-meta-unit-link.article-meta-unit a:hover,.article-tag-label,.article-tag-label a,.article-tag-label a:hover,
h3#reply-title small, #comments .nav-tabs li.active h3#reply-title .logged,#comments .nav-tabs li a:hover h3 .logged,.testimonial-thum-bg i.fa,.article-meta-unit a:hover,.comment-form .logged a:hover,
.header-info-mobile,.carousel-wrap a.disabled:hover,.stars a:hover,
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus
{ 
  color: #313139; 
}
.filters.filters-nobg li a:before,.blog-item-more-a:hover
{
  background-color: #313139; 
}
.blog-item-more-a:hover,.audio-unit  {
  border-color: #313139; 
}


/*Auxiliary Text Color*/
.article-tag-label-tit, .comment-meta, .comment-meta a, .gallery-info-property-tit, .article-meta-unit a, .article-meta-unit a:hover, .article-meta-unit, .social-bar-tit, .arrow-item, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input
{ 
  color: #C7C7C7; 
}
.author-unit-inn {
  border-color:#C7C7C7; 
}

/*Selected Text Bg Color*/
::selection { background:#EBDCC1; color:#fff;}
::-moz-selection { background:#EBDCC1; color:#fff;}
::-webkit-selection { background:#EBDCC1; color:#fff;}



/* Sidebar*/

/*Sidebar Widget Title Color*/
.sidebar_widget h3.widget-title,
.sidebar_widget h3.widget-title a  { 
  color:#28282e;
}

/*Sidebar Widget Content Color*/
.sidebar_widget,
.sidebar_widget a { 
  color:#999; 
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #999;
}
 

/* button font color */
 
#sidebar .sidebar_widget .tagcloud a:hover,
.widget-container .user-submit:hover,
.sidebar_widget .widget_display_search input[type="submit"]:hover,
button#bbp_reply_submit:hover,
#comments .nav-tabs > li:hover span,
#comments .nav-tabs > li.active span,
#hidden-triggler,
.mask-hover-caption-block a,.mask-hover-caption-block a:hover,
.tooltip-inner,
.tagcloud a[class*="tag-link-"]:hover  { 
  color:#fff; 
}

.bg-theme-color-1,.promote-hover-bg-theme-color-1:hover,.list-layout-con.bg-theme-color-1 { background-color:#DE5F4C;}
.bg-theme-color-2,.promote-hover-bg-theme-color-2:hover,.list-layout-con.bg-theme-color-2 { background-color:#be9ecd;}
.bg-theme-color-3,.promote-hover-bg-theme-color-3:hover,.list-layout-con.bg-theme-color-3 { background-color:#f67bb5;}
.bg-theme-color-4,.promote-hover-bg-theme-color-4:hover,.list-layout-con.bg-theme-color-4 { background-color:#8FC4E0;}
.bg-theme-color-5,.promote-hover-bg-theme-color-5:hover,.list-layout-con.bg-theme-color-5 { background-color:#5a6b7f;}
.bg-theme-color-6,.promote-hover-bg-theme-color-6:hover,.list-layout-con.bg-theme-color-6 { background-color:#858687;}
.bg-theme-color-7,.promote-hover-bg-theme-color-7:hover,.list-layout-con.bg-theme-color-7 { background-color:#2ECC80;}
.bg-theme-color-8,.promote-hover-bg-theme-color-8:hover,.list-layout-con.bg-theme-color-8 { background-color:#fbd44d;}
.bg-theme-color-9,.promote-hover-bg-theme-color-9:hover,.list-layout-con.bg-theme-color-9 { background-color:#c9b69d;}
.bg-theme-color-10,.promote-hover-bg-theme-color-10:hover,.navi-bgcolor-default,.list-layout-con.bg-theme-color-10 { background-color:#28282E;}

/*Override wp default*/

.wp-caption{}
.wp-caption-text {}
.sticky {}
.gallery-caption {}
.bypostauthor {}


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

         7. Tinymce/Editor Compatible 

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

/* title */
.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6,
.text_block h1,.text_block h2,.text_block h3,.text_block h4,.text_block h5,.text_block h6 {
  font-size:40px; font-size: 4rem; line-height: 1.2;  margin-bottom: 20px;
}
.entry h2,.text_block h2 { font-size:36px; font-size: 3.6rem; }
.entry h3,.text_block h3 { font-size:32px; font-size: 3.2rem; }
.entry h4,.text_block h4 { font-size:28px; font-size: 2.8rem; }
.entry h5,.text_block h5 { font-size:24px; font-size: 2.4rem; }
.entry h6,.text_block h6 { font-size:22px; font-size: 2.2rem; }

/* img & align  */
.comment-content img, 
.entry-content img, 
.entry-summary img, 
#site-header img, 
.widget img, 
.wp-caption {
  max-width: 100%;
}
.alignleft{ float:left; margin-right:20px; margin-bottom:10px; } 
.alignright{ float:right; margin-left:20px; margin-bottom:10px;} 
.aligncenter{ margin-left:auto; margin-right: auto; display: block; } 

/* Image Caption */
.wp-caption {
  position: relative;
}
.wp-caption-text {
  position: absolute; display: inline-block; right: 0; bottom: 0; padding: 5px 10px; margin-bottom: 0; background-color: rgba(0,0,0,.4); color: #fff;
}
#content_wrap .entry p.wp-caption-text {
  margin-bottom: 0;
}
.wp-caption img {
  width: 100%;
}

/* bullet list */
.entry ul,
.entry ol,
.text_block ul, 
.text_block ol {
  margin-bottom: 20px;
}
.entry ul li,
.text_block ul li,
.icon_text ul li,
.tab-pane ul li,
.accordion-group ul li{
  list-style: disc; margin-left: 30px; 
}
.entry ol li,
.text_block ol li,
.icon_text ol li,
.tab-pane ol li,
.accordion-group ol li{
  list-style: decimal; margin-left: 30px;
}
#comments .tab-pane ol li,
#comments .tab-pane ul li{
  list-style: none; margin-left:0;
}
.entry table,.entry th,.entry td,
.text_block table,.text_block th,.text_block td,
.icon_text table,.icon_text th,.icon_text td,
.tab-pane table,.tab-pane th,.tab-pane td,
.accordion-group table,.accordion-group th,.accordion-group td {
  border: 1px solid #ccc; padding: 6px;
}
.entry th,.entry td,
.text_block th,.text_block td,
.icon_text th,.icon_text td,
.tab-pane th,.tab-pane td,
.accordion-group th,.accordion-group td{
  border-width: 0 1px 1px 0;
}
.entry table,
.text_block table,
.icon_text table,
.tab-pane table,
.accordion-group table{
  border-width: 1px 0 0 1px;
}

/* address, quote ... */
address{ 
  font-style:italic; 
}
blockquote {
  font-style: italic; line-height: 1.5;
}
blockquote em, blockquote i, blockquote cite {
  font-style: normal; font-weight: bold;
}
.entry dl {
  margin: 0 30px;
}
.entry dd {
  margin-bottom: 30px; margin-left: 0;
}
.entry dd.gallery-caption {
  margin-bottom: 0;
}
.entry dl.gallery-item {
  margin: 0; position: relative;
}
.entry dl.gallery-item img {
  width: 100%; border: none!important;
}
.entry pre,
.text_block pre {
  padding: 30px; border: none; width: 80%; margin: 0 auto 20px;
}


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

  8. Responsive

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

.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}

/*

    Table device

*/
@media (min-width: 1200px) {
.row{margin-left:-30px;*zoom:1;}
  [class*="span"]{float:left;min-height:1px;margin-left:30px;}
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container,
  .span12{width: 100%; }
  .span11{width: 971px;}
  .span10{width: 880px;}
  .span9{width: 789px;}
  .span8{width: 698px;}
  .span7{width: 607px;}
  .span6{width: 516px;}
  .span5{width: 425px;}
  .span4{width: 334px;}
  .span3{width: 243px;}
  .span2{width: 152px;}
  .span1{width: 61px;}
  .offset12{margin-left: 1172px;}
  .offset11{margin-left: 1076px;}
  .offset10{margin-left: 980px;}
  .offset9{margin-left: 884px;}
  .offset8{margin-left: 788px;}
  .offset7{margin-left: 692px;}
  .offset6{margin-left: 596px;}
  .offset5{margin-left: 500px;}
  .offset4{margin-left: 404px;}
  .offset3{margin-left: 308px;}
  .offset2{margin-left: 212px;}
  .offset1{margin-left: 116px;}


  /* header */

  /*Sidebar*/
  #content_wrap[class*="span"] { padding-right: 30px; }
  #content_wrap[class*="span"].pull-right { padding-right: 0; padding-left: 30px;}
  .facebook-widget { width: 290px!important; }

  /*Footer*/
 

  /* main */
  .archive-wrap .archive-unit { max-width: 80%; } 
  .gallery-property.span4 { padding-left: 30px;}

}

/*

    Table device smaller screen size

*/
@media (min-width: 980px) {
  .nav-collapse.collapse { height: auto !important; overflow: visible !important; }
}


/*

    Table device smaller screen size 2

*/
@media (max-width: 979px) {
  body{padding-top:0;}
  .navbar-fixed-top,.navbar-fixed-bottom{position:static;}
  .navbar-fixed-top{margin-bottom:20px;}
  .navbar-fixed-bottom{margin-top:20px;}
  .navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding:5px;}
  .navbar .container{width:auto;padding:0;}
  .navbar .brand{padding-left:10px;padding-right:10px;margin:0 0 0 -5px;}
  .nav-collapse{clear:both;}
  .nav-collapse .nav{float:none;margin:0 0 10px;}
  .nav-collapse .nav > li{float:none;}
  .nav-collapse .nav > li > a{margin-bottom:2px;}
  .nav-collapse .nav > .divider-vertical{display:none;}
  .nav-collapse .nav .nav-header{color:#777777;text-shadow:none;}
  .nav-collapse .nav > li > a,.nav-collapse .dropdown-menu a{padding:9px 15px;font-weight:bold;color:#777777;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
  .nav-collapse .btn{padding:4px 10px 4px;font-weight:normal;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
  .nav-collapse .dropdown-menu li + li a{margin-bottom:2px;}
  .nav-collapse .nav > li > a:hover,.nav-collapse .nav > li > a:focus,.nav-collapse .dropdown-menu a:hover,.nav-collapse .dropdown-menu a:focus{background-color:#f2f2f2;}
  .navbar-inverse .nav-collapse .nav > li > a,.navbar-inverse .nav-collapse .dropdown-menu a{color:#999999;}
  .navbar-inverse .nav-collapse .nav > li > a:hover,.navbar-inverse .nav-collapse .nav > li > a:focus,.navbar-inverse .nav-collapse .dropdown-menu a:hover,.navbar-inverse .nav-collapse .dropdown-menu a:focus{background-color:#111111;}
  .nav-collapse.in .btn-group{margin-top:5px;padding:0;}
  .nav-collapse .dropdown-menu{position:static;top:auto;left:auto;float:none;display:none;max-width:none;margin:0 15px;padding:0;background-color:transparent;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
  .nav-collapse .open > .dropdown-menu{display:block;}
  .nav-collapse .dropdown-menu:before,.nav-collapse .dropdown-menu:after{display:none;}
  .nav-collapse .dropdown-menu .divider{display:none;}
  .nav-collapse .nav > li > .dropdown-menu:before,.nav-collapse .nav > li > .dropdown-menu:after{display:none;}
  .nav-collapse .navbar-form,.nav-collapse .navbar-search{float:none;padding:10px 15px;margin:10px 0;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);}
  .navbar-inverse .nav-collapse .navbar-form,.navbar-inverse .nav-collapse .navbar-search{border-top-color:#111111;border-bottom-color:#111111;}
  .navbar .nav-collapse .nav.pull-right{float:none;margin-left:0;}
  .nav-collapse,.nav-collapse.collapse{overflow:hidden;height:0;}
  .navbar .btn-navbar{display:block;}
  .navbar-static .navbar-inner{padding-left:10px;padding-right:10px;}
  
  #header_wrap #header_inn-wrap{ width: auto; }
  
  .fullwrap-layout-inn { margin-right: auto; margin-left: auto; }
  .container-inn,
  .brick-post-opened .content_wrap_outer.fullwrap-layout #content_wrap { width: 100%; }
  .fullwrap-layout .wide-img-wrap .shortcode-img,
  .fullwrap-layout .wide-img-wrap .shortcode-img-caption {
    max-width: 100%;
  }

  .container-inn.search-overlay-form {
    width: 80%;
  }

  /*Block List*/
  .fullwrap-layout-inn #content_wrap > article.container-inn,
  .brick-post-opened .container-inn,
  .brick-post-opened .content_wrap_outer.fullwrap-layout #content_wrap {
    padding: 0 30px;
  }

}

/*

    Pad device

*/

@media (min-width: 769px) and (max-width: 979px) {
  .responsive-ux .row{margin-left:-20px;*zoom:1;}
  .responsive-ux .row:before,.row:after{display:table;content:"";line-height:0;}
  .responsive-ux .row:after{clear:both;}
  .responsive-ux [class*="span"]{float:left;min-height:1px;}
  .responsive-ux .pull-right[class*="span"],.responsive-ux .row-fluid .pull-right[class*="span"]{ float: right;}
   
  .responsive-ux .span12{width:724px;}
  .responsive-ux .span11{width:662px;}
  .responsive-ux .span10{width:600px;}
  .responsive-ux .span9{width:538px;}
  .responsive-ux .span8{width:476px;}
  .responsive-ux .span7{width:414px;}
  .responsive-ux .span6{width:352px;}
  .responsive-ux .span5{width:290px;}
  .responsive-ux .span4{width:228px;}
  .responsive-ux .span3{width:166px;}
  .responsive-ux .span2{width:104px;}
  .responsive-ux .span1{width:42px;}
  .responsive-ux .offset12{margin-left:764px;}
  .responsive-ux .offset11{margin-left:702px;}
  .responsive-ux .offset10{margin-left:640px;}
  .responsive-ux .offset9{margin-left:578px;}
  .responsive-ux .offset8{margin-left:516px;}
  .responsive-ux .offset7{margin-left:454px;}
  .responsive-ux .offset6{margin-left:392px;}
  .responsive-ux .offset5{margin-left:330px;}
  .responsive-ux .offset4{margin-left:268px;}
  .responsive-ux .offset3{margin-left:206px;}
  .responsive-ux .offset2{margin-left:144px;}
  .responsive-ux .offset1{margin-left:82px;}
  .responsive-ux .row-fluid{width:100%;*zoom:1;}
  .responsive-ux .row-fluid:before,
  .responsive-ux .row-fluid:after{display:table;content:"";line-height:0;}
  .responsive-ux .row-fluid:after{clear:both;}
  .responsive-ux .row-fluid [class*="span"]{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.7624309392265194%;*margin-left:2.709239449864817%;}
  .responsive-ux .row-fluid [class*="span"]:first-child{margin-left:0;}
  .responsive-ux .row-fluid .controls-row [class*="span"] + [class*="span"]{margin-left:2.7624309392265194%;}
  .responsive-ux .row-fluid .span12{width:100%;*width:99.94680851063829%;}
  .responsive-ux .row-fluid .span11{width:91.43646408839778%;*width:91.38327259903608%;}
  .responsive-ux .row-fluid .span10{width:82.87292817679558%;*width:82.81973668743387%;}
  .responsive-ux .row-fluid .span9{width:74.30939226519337%;*width:74.25620077583166%;}
  .responsive-ux .row-fluid .span8{width:65.74585635359117%;*width:65.69266486422946%;}
  .responsive-ux .row-fluid .span7{width:57.18232044198895%;*width:57.12912895262725%;}
  .responsive-ux .row-fluid .span6{width:48.61878453038674%;*width:48.56559304102504%;}
  .responsive-ux .row-fluid .span5{width:40.05524861878453%;*width:40.00205712942283%;}
  .responsive-ux .row-fluid .span4{width:31.491712707182323%;*width:31.43852121782062%;}
  .responsive-ux .row-fluid .span3{width:22.92817679558011%;*width:22.87498530621841%;}
  .responsive-ux .row-fluid .span2{width:14.3646408839779%;*width:14.311449394616199%;}
  .responsive-ux .row-fluid .span1{width:5.801104972375691%;*width:5.747913483013988%;}
  .responsive-ux .row-fluid .offset12{margin-left:105.52486187845304%;*margin-left:105.41847889972962%;}
  .responsive-ux .row-fluid .offset12:first-child{margin-left:102.76243093922652%;*margin-left:102.6560479605031%;}
  .responsive-ux .row-fluid .offset11{margin-left:96.96132596685082%;*margin-left:96.8549429881274%;}
  .responsive-ux .row-fluid .offset11:first-child{margin-left:94.1988950276243%;*margin-left:94.09251204890089%;}
  .responsive-ux .row-fluid .offset10{margin-left:88.39779005524862%;*margin-left:88.2914070765252%;}
  .responsive-ux .row-fluid .offset10:first-child{margin-left:85.6353591160221%;*margin-left:85.52897613729868%;}
  .responsive-ux .row-fluid .offset9{margin-left:79.8342541436464%;*margin-left:79.72787116492299%;}
  .responsive-ux .row-fluid .offset9:first-child{margin-left:77.07182320441989%;*margin-left:76.96544022569647%;}
  .responsive-ux .row-fluid .offset8{margin-left:71.2707182320442%;*margin-left:71.16433525332079%;}
  .responsive-ux .row-fluid .offset8:first-child{margin-left:68.50828729281768%;*margin-left:68.40190431409427%;}
  .responsive-ux .row-fluid .offset7{margin-left:62.70718232044199%;*margin-left:62.600799341718584%;}
  .responsive-ux .row-fluid .offset7:first-child{margin-left:59.94475138121547%;*margin-left:59.838368402492065%;}
  .responsive-ux .row-fluid .offset6{margin-left:54.14364640883978%;*margin-left:54.037263430116376%;}
  .responsive-ux .row-fluid .offset6:first-child{margin-left:51.38121546961326%;*margin-left:51.27483249088986%;}
  .responsive-ux .row-fluid .offset5{margin-left:45.58011049723757%;*margin-left:45.47372751851417%;}
  .responsive-ux .row-fluid .offset5:first-child{margin-left:42.81767955801105%;*margin-left:42.71129657928765%;}
  .responsive-ux .row-fluid .offset4{margin-left:37.01657458563536%;*margin-left:36.91019160691196%;}
  .responsive-ux .row-fluid .offset4:first-child{margin-left:34.25414364640884%;*margin-left:34.14776066768544%;}
  .responsive-ux .row-fluid .offset3{margin-left:28.45303867403315%;*margin-left:28.346655695309746%;}
  .responsive-ux .row-fluid .offset3:first-child{margin-left:25.69060773480663%;*margin-left:25.584224756083227%;}
  .responsive-ux .row-fluid .offset2{margin-left:19.88950276243094%;*margin-left:19.783119783707537%;}
  .responsive-ux .row-fluid .offset2:first-child{margin-left:17.12707182320442%;*margin-left:17.02068884448102%;}
  .responsive-ux .row-fluid .offset1{margin-left:11.32596685082873%;*margin-left:11.219583872105325%;}
  .responsive-ux .row-fluid .offset1:first-child{margin-left:8.56353591160221%;*margin-left:8.457152932878806%;}
  .responsive-ux input,
  .responsive-ux textarea,
  .responsive-ux .uneditable-input{margin-left:0;}
  .responsive-ux .controls-row [class*="span"] + [class*="span"]{margin-left:20px;}
  .responsive-ux input.span12,
  .responsive-ux textarea.span12,
  .responsive-ux .uneditable-input.span12{width:710px;}
  .responsive-ux input.span11,
  .responsive-ux textarea.span11,
  .responsive-ux .uneditable-input.span11{width:648px;}
  .responsive-ux input.span10,
  .responsive-ux textarea.span10,
  .responsive-ux .uneditable-input.span10{width:586px;}
  .responsive-ux input.span9,
  .responsive-ux textarea.span9,
  .responsive-ux .uneditable-input.span9{width:524px;}
  .responsive-ux input.span8,
  .responsive-ux textarea.span8,
  .responsive-ux .uneditable-input.span8{width:462px;}
  .responsive-ux input.span7,
  .responsive-ux textarea.span7,
  .responsive-ux .uneditable-input.span7{width:400px;}
  .responsive-ux input.span6,
  .responsive-ux textarea.span6,
  .responsive-ux .uneditable-input.span6{width:338px;}
  .responsive-ux input.span5,
  .responsive-ux textarea.span5,
  .responsive-ux .uneditable-input.span5{width:276px;}
  .responsive-ux input.span4,
  .responsive-ux textarea.span4,
  .responsive-ux .uneditable-input.span4{width:214px;}
  .responsive-ux input.span3,
  .responsive-ux textarea.span3,
  .responsive-ux .uneditable-input.span3{width:152px;}
  .responsive-ux input.span2,
  .responsive-ux textarea.span2,
  .responsive-ux .uneditable-input.span2{width:90px;}
  .responsive-ux input.span1,
  .responsive-ux textarea.span1,
  .responsive-ux .uneditable-input.span1{width:28px;}
  .responsive-ux .hidden-desktop{display:inherit !important;}
  .responsive-ux .visible-desktop{display:none !important;}
  .responsive-ux .visible-tablet{display:inherit !important;}
  .responsive-ux .hidden-tablet{display:none !important;}

  /* Custom ux */
  .responsive-ux.boxed-ux #wrap{ 
    max-width: 100%;
  }
  .responsive-ux .fivecolumns .span2 {
    width: 17.79005524861878448%;*width: 17.7155871635124022%;
  }
 

  /*Sidebar*/
  
  /*Footer*/
  

}

/*

    Pad device smaller screen size

*/
@media (max-width: 768px) {
  .responsive-ux .navbar-fixed-top,
  .responsive-ux .navbar-fixed-bottom,
  .responsive-ux .navbar-static-top { margin-left:-20px;margin-right:-20px; }
  .responsive-ux .container-fluid { padding:0; }
  .responsive-ux .dl-horizontal dt { float:none;clear:none; width:auto; text-align:left; }
  .responsive-ux .dl-horizontal dd { margin-left:0; }
  
   
  .responsive-ux .row-fluid { width:100%; }
  .responsive-ux .row,.thumbnails { margin-left:0; }
  .responsive-ux .thumbnails > li { float:none;margin-left:0; }
  .responsive-ux [class*="span"],
  .responsive-ux .uneditable-input[class*="span"],
  .responsive-ux .row-fluid [class*="span"]{float:none;display:block;width:100%;margin-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
  .responsive-ux .span12,
  .responsive-ux .row-fluid .span12{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
  .responsive-ux .row-fluid [class*="offset"]:first-child{margin-left:0;}
  .responsive-ux .input-large,
  .responsive-ux .input-xlarge,
  .responsive-ux .input-xxlarge,
  .responsive-ux input[class*="span"],
  .responsive-ux select[class*="span"],
  .responsive-ux textarea[class*="span"],
  .responsive-ux .uneditable-input{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
  .responsive-ux .input-prepend input,
  .responsive-ux .input-append input,
  .responsive-ux .input-prepend input[class*="span"],
  .responsive-ux .input-append input[class*="span"]{display:inline-block;width:auto;}
  .responsive-ux .controls-row [class*="span"] + [class*="span"]{margin-left:0;}
  .responsive-ux .modal{position:fixed; top:-100%;left:0;right:0;width:auto;margin:0;}
  .responsive-ux .modal.fade{top:-100px;}
  .responsive-ux .modal.fade.in{top:20px;}
  .responsive-ux .hidden-desktop{display:inherit !important;}
  .responsive-ux .visible-desktop{display:none !important;}
  .responsive-ux .visible-phone{display:inherit !important;}
  .responsive-ux .hidden-phone{display:none !important;}
  .responsive-ux .general_moudle.span6 .moudle.span3{ width:100%; }

  /* Custom ux */ 
  body.responsive-ux { overflow-x: hidden; }
  .responsive-ux.header-sticky.navi-over #title-hidden { display: none!important; }
  .responsive-ux #comments { width: 100%; }

  /* Block List */
  .responsive-ux .related-posts-item-tit { display: none;}
  .responsive-ux .related-posts-item { height: 80px; }
  .responsive-ux .half-full h2.block-item-with-img-tit { font-size: 32px; font-size: 8vw; }
  .responsive-ux .blog-unit-quote p,.responsive-ux .blog-unit-link-li { font-size: 16px;}
  .responsive-ux .block-item.small .block-item-meta { display: none; }
  .responsive-ux .block-item-des { margin: 10px 0 0 0; }
  .responsive-ux .block-item h2 { font-size: 16px; font-size: 4vw; }
  .responsive-ux .block-item-des,.responsive-ux .block-item-meta { font-size: 14px; font-size: 2.5vw; line-height: 1.2; } 
  .responsive-ux .brick-post-opened #content_wrap > .container { padding: 0; }
  .responsive-ux #post-navi { right: 30px; }
  
  /* Menu */
  .responsive-ux .mobile-panel-inn a, .responsive-ux #navi-mobile a {
    display: inline-block; font-size: 24px; line-height:24px; height: 28px; 
  }
  .responsive-ux.ux-mobile .submenu-icon {
    width: 3px; height: 3px; bottom: 8px;
  }

  /* Foot */

  /*Content*/
  .responsive-ux #content_wrap[class*="span"] { padding-left: 0!important;padding-right: 0!important; }
  .responsive-ux h1.title-wrap-tit {margin-right: auto; width: 80%; font-size: 28px; line-height: 1.1; }
  .responsive-ux .title-wrap {min-height: 180px; }
  .responsive-ux .title-wrap-des { height: 30px; line-height: 30px; white-space: nowrap; overflow: hidden; text-overflow:ellipsis }
  .responsive-ux .team-photo{ position:static;}
  .responsive-ux .team-info{ margin-left:0; }
  .responsive-ux .archive-wrap .pagenums{ margin-bottom:40px; }
  .responsive-ux.single-team .gallery-wrap-sidebar .gallery-info-wrap { padding-left: 0; margin-top: 30px; }
  .responsive-ux .gallery-property.span4 { margin-top: 60px; }

  /*sidebar*/
  .responsive-ux #sidebar-widget[class*="span"] { padding-top: 40px; margin-bottom: 60px; }
  
}

/*

    Mobile device 

*/
@media (max-width: 480px) {
  .responsive-ux .nav-collapse{-webkit-transform:translate3d(0,0,0);}
  .responsive-ux .page-header h1 small{display:block;line-height:20px;}
  .responsive-ux input[type="checkbox"],
  .responsive-ux input[type="radio"]{border:1px solid #ccc;}
  .responsive-ux .form-horizontal .control-label{float:none;width:auto;padding-top:0;text-align:left;}
  .responsive-ux .form-horizontal .controls{margin-left:0;}
  .responsive-ux .form-horizontal .control-list{padding-top:0;}
  .responsive-ux .form-horizontal .form-actions{padding-left:10px;padding-right:10px;}
  .responsive-ux .media .pull-left,
  .responsive-ux .media .pull-right{float:none;display:block;margin-bottom:10px;}
  .responsive-ux .media-object{margin-right:0;margin-left:0;}
  .responsive-ux .modal{top:-100%;left:0;right:0;}
  .responsive-ux .modal-header .close{padding:10px;margin:-10px;}
  .responsive-ux .carousel-caption{position:static;}

  /* Custom ux */ 
  .responsive-ux .container,
  .brick-post-opened .content_wrap_outer.fullwrap-layout #content_wrap { padding-left: 15px; padding-right: 15px; }
  .responsive-ux .block-item .insider { padding: 15px; }
  .responsive-ux #mobile-panel-close,.responsive-ux .mobile-panel-close,
  .responsive-ux .video-close,.responsive-ux .close-btn,.responsive-ux .btn-back-inn{ right:15px; }
  .responsive-ux .pop-social { bottom: 15px; right: 15px; }
  .responsive-ux .mobile-panel-corner-wrap { left: 15px; bottom: 15px; }
  .responsive-ux .block-item-with-img-tit-wrap { padding: 0 15px 15px 15px;}
  .responsive-ux .btn-back { left:15px; }
  .responsive-ux #block-list.footer-2col .owl-dots { margin-right:15px;}
  .responsive-ux #block-list.footer-2col ~ .copyright,
  .responsive-ux #block-list.footer-2col ~ .socialmeida { left:15px; }
  .responsive-ux .archive-tit { padding-left:15px; }
  .responsive-ux #post-navi { right: 15px; } 
  .page-loading { display: none; }
  .page-loading.visible { display: block; }


  /*Header*/
  .responsive-ux #logo img { max-width:120px; height:auto; }

  /* Content */
  /* h1-h6 */
  .responsive-ux .site-loading-logo .logo-h1 { font-size: 20px; }
  .responsive-ux h1 { font-size: 28px; font-size: 2.8rem; line-height: 1; }
  .responsive-ux h2 { font-size: 24px; font-size: 2.4rem; line-height: 1; }
  .responsive-ux h3 { font-size: 20px; font-size: 2rem; line-height: 1; }
  .responsive-ux h4 { font-size: 18px; font-size: 1.8rem; line-height: 1.25; }
  .responsive-ux h5 { font-size: 16px; font-size: 1.6rem; line-height: 1.25; }
  .responsive-ux h6 { font-size: 14px; font-size: 1.4rem; line-height: 1.25; }
  .responsive-ux .blog-unit-tit { font-size: 20px; font-size: 2rem; }  
  .responsive-ux h3#reply-title,.responsive-ux .comment-box-tit,
  .responsive-ux h3.widget-title, .responsive-ux .fourofour-wrap h2,.responsive-ux .latest-posts-tit,
  .responsive-ux .archive-title,.responsive-ux .author-tit,.responsive-ux .social-bar-tit { 
    font-size: 16px; font-size: 1.6rem; 
  }
  .responsive-ux .blog-unit-meta {
    font-size: 14px; font-size: 1.4rem;
  }

  /* Header */
  .responsive-ux .logo-h1 { line-height: 80px; }
  .responsive-ux #header .blog-unit-meta {
    white-space:nowrap; overflow:hidden; text-overflow:ellipsis; width: 90%;
  }
  .responsive-ux .mobile-panel-in .menu-item-back .fa {
    font-size: 16px;
  }

  /* Block list */
  .responsive-ux #block-list .owl-prev, .responsive-ux #block-list .owl-next {display: none!important;} 
  .responsive-ux .half-full h2.block-item-with-img-tit {font-size: 10vw; }
  .responsive-ux .block-item-des,.responsive-ux .block-item-meta { font-size: 3.2vw; } 
  .responsive-ux .related-posts-item { height: 80px; }

  /*single*/
  .responsive-ux .list-layout-col2-item,.responsive-ux .list-layout-col3-item,.responsive-ux .list-layout-col4-item { width: 100%; }
  .responsive-ux .list-layout-col { margin: 0 0 0 -20px; }
  .responsive-ux .list-layout-item { margin-top: 20px; }
  .responsive-ux .h3#reply-title::after { margin-top: -14px; } 
  .responsive-ux .post-meta-social {margin-left: -10px;}

  /*pagebuild*/

  /*foot*/
  .responsive-ux #footer .logo-h1 { line-height: 1; }


}
@media screen and (max-width: 600px) {
  #wpadminbar { position: fixed; }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {

}

@media (max-height: 460px) {
  .body-block-template, body.archive {
    overflow-y: auto!important;
  }
}
.f_col{clear:left;margin-left:0;}
.f_col[class*="span"]{margin-left:0;}
.fullwidth-wrap>.row-fluid .isotope.less-space { }