

.page-template-blog-masonry-gallery article .post_image, 
.page-template-blog-masonry-gallery article .post_image .flexslider, 
.page-template-blog-masonry-gallery article .post_image .flexslider .flex-viewport, 
.page-template-blog-masonry-gallery article .post_image .flexslider .slides, 
.page-template-blog-masonry-gallery article .post_image .flexslider .slides li, 
.page-template-blog-masonry-gallery article .post_image .flexslider .slides li a, 
.page-template-blog-masonry-gallery article .post_image .flexslider .slides li a img.attachment-portfolio_masonry_regular {
  height: 100% !important;
  object-fit: cover !important;
}

/* Method01: Hide Desktop Lang Menu (DON USE NOW) */
li#nav-menu-item-wpml-ls-142-en{
 display:none;
}
li#nav-menu-item-wpml-ls-142-fr{
 display:none;
}

li#nav-menu-item-wpml-ls-142-zh-hans{
 display:none;
}

/* Method 02 Lang inside Post -- Use ShortCode */
.wpml-ls-legacy-list-horizontal a {
    display: block;
    text-decoration: none;
    padding: 5px 5px;
    line-height: 1;
}

/* Method 03  - Attach to all post --- turn off underline */
.wpml-ls-statics-post_translations a {
    line-height: 1;
    text-decoration: none;
    display: inline-block;
    text-decoration: none!important;
}
.wpml-ls-statics-post_translations {
    text-align: right;
}

/* Word Size */

.blog_headlines article h2.show {
    opacity: 1;

    -webkit-transform: translateY(0) scale(0.7);
    -moz-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    -webkit-transform: translateX(0) scale(0.7);
    -moz-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
}
.blog_headlines article{
    margin-bottom: 0px;
}
.blog_headlines article h2 a:hover{
    color:#69abe0;
}

.blog_headlines article h2 a{
    line-height: 0.8em;
}
.blog_headlines article h2 {
    line-height: 0.8em;
}

@media only screen and (max-width: 480px) {
   .blog_headlines article h2 a {
	line-height: 1em;
 }
   .blog_headlines article h2  {
	line-height: 1em;
 }
}

/* First Lang Menu */
.vertical_menu_area .wpml-ls-current-language>a{
    color: #ffffff!important;
    background-color: #303030!important;
}

.vertical_menu_area .wpml-ls-current-language>a:focus {
    color: #ffffff!important;
    background-color: #303030!important;
}
.vertical_menu_area .wpml-ls-current-language>a:hover{
    color: #ffffff!important;
    background-color: #303030!important;
}

/* Second lang Menu */
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
     color: #ffffff;
    background-color: #303030!important;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
   color: #ffffff!important;
   background-color: #383737!important;
}



/* Fix Chrome li space problem - BIO Page */
ul {
    list-style-position: initial;
    margin-left: 20px;
}
.vertical_menu ul {
    list-style: none;
    margin-left: 0px;
}


/* Mobile Button Size */
.fa {
     font: normal normal normal 20px/1 FontAwesome;
}

/* Fix Second Menu -*/

.vertical_menu .second .inner {
    padding-left: 5px;
}
/* -- end --*/

nav.vertical_menu > ul > li > a i.menu_icon:before {
  padding-right: 8px;
}
.blog_single.blog_holder article .post_text .post_text_inner{
  background-color: #fff;
  padding: 23px 23px 35px 23px;
}
.projects_holder article .portfolio_description{
  padding: 20px 20px 22px;
}
.vertical_menu_enabled .full_width .filter_outer {
  margin: 0;
  height: auto;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  background-color: #77c4d3;
text-align: left;
}
.filter_holder ul {
  vertical-align: middle;
}
.container aside.sidebar {
  background-color: #ffffff;
  padding-top: 20px;
  padding-right: 27px;
  padding-bottom: 18px;
  padding-left: 27px;
}
.filter_holder ul li.active span,
.filter_holder ul li:hover span {
  color: #fff !important;
}

/* URL underline */
.single-post .blog_single p a {

    text-decoration: underline;
}

.blog_holder.masonry_gallery article .post_text h5 a, .blog_holder.masonry_gallery article.format-link .post_title a, .blog_holder.masonry_gallery article.format-quote .post_title a {
    text-decoration: none;
}

/* Blog article bottom */
.blog_holder.blog_single article {
    margin: 0;
    margin-bottom: 20px;
}


/* Fix Qode Image Gallery */
.qode_image_gallery_no_space .qode_image_gallery_holder {
    margin-top: 10px;
    margin-bottom: 10px;

}

/*  Fix Menu Width */
.vertical_menu_enabled .content .container, .vertical_menu_enabled .full_width, .vertical_menu_enabled .q_slider, .vertical_menu_enabled .title_outer, .vertical_menu_enabled footer {
    padding-left: 185px;
}

aside.vertical_menu_area {
width: 185px;
}

.vertical_area_background {
    width: 185px;
}


.vertical_menu ul {
margin-left: -5px;
  //  padding-right: 7px;
//    padding-left: 7px;
}

.vertical_menu_on_click .second, .vertical_menu_toggle .second {
margin-left: 5px;

}

/* Side bar */
.side_menu .widget ul, aside .widget ul {
margin-left: 0px;

}

/* Lang & Search box on left */
aside.vertical_menu_area .vertical_menu_area_widget_holder {
    font-size: 13px;
    position: relative;
    margin-left: -5px;
}

.vertical_logo_wrapper img {
   max-width: 110%;
   image-rendering: auto;
   left: -7px;

}



/***************/
/*Blog Masonry */
/***************/

/* Hide Date in Blog Masonry */

.blog_holder.masonry_gallery article .time {
display:none;
}

/*Title in Blog Masonry */

.blog_holder.masonry_gallery article .post_text {
   bottom: 0px!important;   /* bottom space*/
   padding: 0 0px; 
   line-height: 16px;   /* space between h5 & cat. */
}

.blog_holder.masonry_gallery article .post_text h5  a{
  line-height:18px!important; 
}
.blog_holder.masonry_gallery article .post_text h5  {
   margin-bottom: 5px !important; 
   line-height:0px!important; 
}

/*
.blog_holder.masonry_gallery article .post_info{
 margin-bottom: 2px !important; 
line-height:2px;

}*/

/* Hover Title- cancel underline */

 .blog_holder.masonry_gallery article:not(.format-link):not(.format-quote):hover .entry_title {
    text-decoration: none; 
   font-size: 15px;
}
/* RollRover Color in Blog Masonry */
.blog_holder.masonry_gallery article .post_image .flexslider .slides a:after, .blog_holder.masonry_gallery article .post_image>a:after {
    background: rgba(0, 0, 0, 0.37);
  }

.blog_holder.masonry_gallery article:not(.format-link):not(.format-quote) .post_text {
    opacity: 0;
//    background-color: rgba(0,0,0,.6);
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}

 .blog_holder.masonry_gallery  article:not(.format-link):not(.format-quote):hover .post_text {
    opacity: 1;
}


/* Remove underline in quote in Blog Gallery */
 .blog_holder.masonry_gallery article.format-quote:hover .entry_title {
    text-decoration: none;
}

.blog_holder.masonry_gallery article.format-quote .quote_author {
   font-size: 14px;
  font-weight: 500;
}
.blog_holder article.format-quote .post_text .post_title p  {
    font-size: 15px;
   line-height: 28px;
   
}

/* Adjust height of quote in HOME */
.blog_holder.masonry_gallery article.format-quote .post_text {
   top: 55%;
    padding: 0 50px;
 
}

.blog_holder.masonry_gallery article.format-quote i.qoute_mark {

    top: 85px;

}


/* overlay color */
.blog_holder.masonry_gallery article .post_overlay {
    position: absolute;
    z-index: 98;
    top: 70%;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(transparent,#000);
    background: linear-gradient(transparent,#000);
}


/* Date in Blog Single Post Title */
.blog_holder.blog_single article .post_text h2 .date {
    color: #77c4d3;
    float: right;
}

.blog_holder article .post_info span.date.entry_date.updated {
    color: #202020;
}

/**************/
/* Blog Gallery */
.blog_holder.blog_gallery article .post_text h5 a {
font-size:20px;

}

/* 2020.10.02 */
.blog_holder article .post_text h4 {

margin:35px 0px 0px !important;
}

.blog_holder article .post_text h5 {

margin:25px 0px 0px !important;
}
.blog_holder article .post_text h6 {

margin:5px 0px 0px !important;
}
/* 2020.10.02 */

/* Related Post */
.yuzo_related_post h3 {
    margin: 0 !important;
    font-size: 16px;
    text-transform: initial;
    font-family: 'Lato';
}

/* Social Icons */

.single-post .social_share_holder .social_share_dropdown {
    visibility: visible;
    width: 100%;
    position: relative !important;
    opacity: 1;
    padding-top: 0px !important;
}
.single-post .social_share_dropdown ul {
    display: inline-block;
    width: 100%;
    background-color: transparent;
}
.single-post .social_share_dropdown ul li {
    display: inline-block;
}
.single-post .social_share_holder .social_share_dropdown .inner_arrow {
    display: none !important;
}
.single-post .social_share_holder > a:first-child {
    display: none !important;
}
/* share icons initial color */
.single-post .social_share_dropdown ul li a i {
    color: #bebebe !important;
}
/* share icons hover color */
.single-post .social_share_dropdown ul li a:hover i {
    color: #333 !important;
}

/* Hide Dot in social bar */
.blog_holder article .post_info .dots i {
   display: none;
}
/* Remove the dropdown Effect in social bar */
.social_share_dropdown{
    top: initial;
}

/* Side Bar */

aside .widget.posts_holder li {
    padding: 0px 0;
}

/* Bottom Tag font size */
.single_tags h5 {
    font-size: 16px;
}

/*  Image Slider botton dots - Fix Top Margin */
.wpb_gallery .wpb_flexslider.flexslider .flex-control-nav {
    margin-top: 20px;
    text-align: center;
}

/* Nivo Slider  BoxRain Fix dot Style*/
.theme-default .nivo-controlNav a{
display: inline-block;
width: 9px !important;
height: 9px !important;
text-indent: -9999px;
background:none !important;
background-color: #cfcfcf!important;
border-radius: 50%;
margin: 0 5px !important;
}

.theme-default .nivo-controlNav a.active{
background-color: #303030!important;
}

.theme-default .nivo-controlNav {
margin-top: 20px;
margin-bottom: 5px;
}

.wpb_gallery .theme-default .nivoSlider {
    margin-bottom: 0;
    margin-top: 10px;
}

.wpb_content_element.wpb_single_image img {
    vertical-align: middle;
    margin-top: 10px;
   margin-bottom: 10px;
}

/** Image Margin Top **/

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-top: 10px;
}


/* Main Blog Cat. Listing  ----very important*/


.blog_holder article .post_text h2 .date{
display: none;
}

.blog_holder  .post_info .time{
 display: none;
}

.blog_holder  .post_info .social_share_title{
display: none;
}

/ * Blog Pinterest Listing */
.blog_holder article.format-quote .post_text .post_title p a  {
      text-decoration: none !important;
}

/* Search Menu */

.header_top #searchform input[type=text], .widget.widget_search form input[type=text] {
   
   height: 22px;
 //   text-transform: uppercase;
    border-style: solid;
    border-color: #efefef;
    border-width: 1px;
    border-radius: 3px; 
   -moz-appearance: none; 
   -webkit-appearance: none; 
   appearance: none;
  font-size: 12px;
  
}

.header_top #searchform input[type=submit], .widget.widget_search form input[type=submit] {
    height: 27px;
   width: 22px;
  line-height: initial;

}

.vertical_menu_area_inner  .widget.widget_search form input[type=text] {
    border-style: none;
   color: rgb(255, 255, 255);
}

.vertical_menu_area_inner .widget #searchform {
   height: 27px;
    margin-top: 40px;
    line-height: 27px;
   background-color: #777777;
}

.vertical_menu_area_inner .widget.widget_search form input[type=submit] {
    color:white;
}

.vertical_menu_area_inner ::-webkit-input-placeholder {
   color: #FFFFFF;
    opacity: 1 !important; /* for older chrome versions. may no longer apply. */
}

.vertical_menu_area_inner ::-moz-placeholder { /* Firefox 18- */
   color: #FFFFFF;
    opacity: 1 !important;
}

.vertical_menu_area_inner :-moz-placeholder {  /* Firefox 19+ */
    color: #FFFFFF;
    opacity: 1 !important;
}

.vertical_menu_area_inner :-ms-input-placeholder {  
   color: #FFFFFF;
}

.vertical_menu_area_inner .widget.widget_search h5 {
    display: none;
}

aside .widget {
    margin: 0 0 20px;
}

label.screen-reader-text {
    display: none;
}


/* search.php*/
.search-page-title  {
    font-size: 25px;
    padding-bottom: 40px;
    padding-top: 30px;
}



/* ipad */
@media only screen and (max-width: 1024px) {
.four_columns .column1, .four_columns .column2, .four_columns .column3, .four_columns .column4, .three_columns .column1, .three_columns .column2, .three_columns .column3, .two_columns_25_75 .column1, .two_columns_25_75 .column2, .two_columns_33_66 .column1, .two_columns_33_66 .column2, .two_columns_50_50 .column1, .two_columns_50_50 .column2, .two_columns_66_33 .column1, .two_columns_66_33 .column2, .two_columns_75_25 .column1, .two_columns_75_25 .column2 {
    width: 100%;
}
}

/* ipad dropdown menu style fix - gradient color*/
select {

-webkit-appearance: none; 
-moz-appearance: none;
 appearance: none;
}

/* Extra Widget */
.widget.DisplayCategoriesWidget select {
     width: 100%; 
    overflow: hidden; 
    border: 1px solid transparent;
    font-size: 13px; 
     background-color: #fff; 
     outline: 0; 
     color: #818181; 
     font-family: inherit; 
     padding: 2px 4%; 
     height: 37px; 
}

.widget.Annual_Archive_Widget select {
     width: 100%; 
    overflow: hidden; 
    border: 1px solid transparent;
    font-size: 13px; 
     background-color: #fff; 
     outline: 0; 
     color: #818181; 
     font-family: inherit; 
     padding: 2px 4%; 
     height: 37px; 
}



/* Media Player */
.mejs-container .mejs-controls .mejs-time span {
    color: rgba(105,171,224,1);
}



/* HOME -- YEAR Style */
.blog_holder.masonry_gallery article .post_content_holder_year {
 height:100%;
background-color: #303030;

}
.blog_holder.masonry_gallery article.format-audio .post_year p{
   font-size: 40px;
   font-family: 'Lato', sans-serif;
   font-weight: bold;
   color: white;
  
}
.blog_holder.masonry_gallery article.format-audio .post_year{
text-align: left;
    margin-left: 60px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Fix Category Listing - Image Height , Prevent too long */

.blog_small_image .flex-viewport   {
    max-height: 350px;
}

.blog_single  .flex-viewport   {
     max-height: 500px;
  object-fit: cover !important;
}


/* hide Post Gallery - Image Title */

 div.ppt {

display: none !important;
｝


