/*
Theme Name: Josh Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1781091207
Updated: 2026-06-10 12:33:27

*/
.hdr-logo a{
	line-height:0;
	display:block;
}
.all_portfolio_wrap {
    /* 
    column-gap: 5px;
    row-gap: 5px;
    text-align: justify;
     */
       /* display: grid;
    grid-template-columns: repeat(3, 1fr); */
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    column-gap: 5px;
    row-gap: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
    list-style: none; 
    margin-bottom: 50px;
}
.portfolio_gallery_wrap ul li:last-child:nth-child(odd),
.all_portfolio_wrap li:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
    width: 33.1%;
}
.portfolio_box {
    position: relative;
} 
.portfolio_overlay_box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 75%);
        opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.portfolio_innerbox {
       top: -20%;
    position: relative;
      -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.portfolio_box:hover .portfolio_overlay_box{
       opacity: 1;
}
.portfolio_box:hover .portfolio_innerbox{
       top: 0%;
}
.all_portfolio_wrap .portfolio_title{
 padding: 17px 0 0;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}
.all_portfolio_wrap .portfolio_dir {
    line-height: 14px !important;
    margin-bottom: 0px !important;
}
.all_portfolio_wrap .portfolio_title a{
   /* color: #0a0a0a;
	    color: #adadad !important;*/
    font-size: 14px;
}
.all_portfolio_wrap li {
    width: 33%;
/*     width: 33.33%; */
	/* 
    list-style: none; */
    /* margin-bottom: 0.5%; */
}

.all_portfolio_wrap .portfolio_dir{
 text-align: center;
 color:#000;
 font-weight: 100;
 font-size: 10px;
 text-transform: uppercase;
        padding-bottom: 16px;
}
.all_portfolio_wrap .portfolio_image_image {
    overflow: hidden !important;
    display: block;
    position: relative;
   }

.all_portfolio_wrap .portfolio_image_image img {
       width: 100%;
       -webkit-transform: scale(1);
       transform: scale(1);
       -webkit-transition: -webkit-transform .3s ease-in-out;
       transition: transform .3s ease-in-out;
       backface-visibility: hidden;
       display: block;
   }
   .all_portfolio_wrap .portfolio_image_image:hover img {
    -webkit-transform: scale(1.1);
       transform: scale(1.1);
    
   }
   .all_portfolio_wrap .portfolio_image_image:after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(120 103 103 / 78%) !important;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
}

.all_portfolio_wrap .portfolio_image_image:hover:after {
    opacity: 1;
   width: 100%;
   height: 100%;
  }
  /*---------------------------------*/
.portfolio_sub_content, .portfolio_meta_wrap,.portfolio_watch_here a,
 .awards_festiv_info ul, .awards_festiv_info ol, .awards_festiv_info p{
     margin-bottom: 15px;
    font-family: "Work Sans", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #b7b7b7;
    line-height: 1.5;
}
.video_img_wrap {}
video {
	width: 100%    !important;
	height: auto   !important;
}
 .portfolio_video {
	position: relative;
	/* padding-top: 25px; */
	height: 0;
    padding-bottom: 54.25%; /* 16:9 */
}
 .portfolio_video object,
 .portfolio_video  embed,
 .portfolio_video  iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sub-text .portfolio_meta_wrap {
    display: block;
}
.sub-text .portfolio_meta_wrap .portfolio_sub_content {
    text-align: center;
   
    
}
.production-cam-wrap {
    border: 1px solid #333;
    background: #080808;
    border-radius: 20px;
    padding: 30px;
}
.production-cam-wrap .portfolio_meta_wrap {
    border-bottom: 1px solid #222222;
    padding: 3px 0;
}

.production-cam-wrap .portfolio_meta_wrap:Last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.portfolio_meta_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    color: #fff;
    gap: 5px;
    margin-bottom: 0;
     color: #b7b7b7;
    /* font-family: "Work Sans", Sans-serif;
    font-size: 14px;
    font-weight: 300;
   
    line-height: 1.5; */
}
.portfolio_meta_text {
    font-weight: 600;
    width: 34%;
}
.portfolio_meta_info {
    width: 65%;
}
.portfolio_camera_info {
    font-style: italic;
    text-align: center;
    width: 100%;
    font-weight: 600;
}
.portfolio_watch_here a {
    /* font-family: "Work Sans", Sans-serif; */
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 36px;
    color: #fff;
    text-decoration: underline;
    letter-spacing: 1px;
}
.misc-box .portfolio_meta_wrap {
    border: 1px solid #333;
    background: #080808;
    border-radius: 10px;
    padding: 15px 30px;
    margin-top: 12px;
    align-items: center;
    display: block;
}

.misc-box .portfolio_meta_wrap .miscellaneous_text h2 {
    margin: 0;
    text-align: center;
}

.misc-box .portfolio_meta_wrap .portfolio_miscellaneous_text {
    display: block;
}
.misc-box .portfolio_meta_wrap .portfolio_miscellaneous_text p,
.misc-box .portfolio_meta_wrap .portfolio_miscellaneous_text ul li,
.misc-box .portfolio_meta_wrap .portfolio_miscellaneous_text ol li {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #333;
    padding: 6px 0;
}
.misc-box .portfolio_meta_wrap .portfolio_miscellaneous_text ul,
.misc-box .portfolio_meta_wrap .portfolio_miscellaneous_text ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.misc-box .portfolio_meta_wrap .portfolio_miscellaneous_text ul li,
.misc-box .portfolio_meta_wrap .portfolio_miscellaneous_text ol li {
    list-style: none;
}
.cam-des .portfolio_meta_wrap {
    border: 1px solid #333;
    background: #080808;
    border-radius: 10px;
    padding: 15px 30px;
    margin-top: 12px;
}

.watch-btn {
   
    
}
.watch-btn .portfolio_meta_wrap {
    display: block;
     border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin: 8px 0;
    text-align: center;
}
.award-wrap .portfolio_awards_festiv_wrap{
	    border: 1px solid #333;
    background: #080808;
    border-radius: 10px;
    padding: 15px 30px;
/*     margin-top: 12px; */
}

/********************/
.portfolio_gallery_wrap {}

.portfolio_gallery_wrap ul {  
   /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 5px;
    row-gap: 5px;
    justify-content: space-between; */
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    column-gap: 5px;
    row-gap: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.portfolio_gallery_wrap ul li {
    width: 33%;
    /* float: left;
    margin: 0;
    text-align: center;
     */
}
.portfolio_gallery_wrap ul li a {
    display: block;
    line-height: 0;
}
/********************************/
.aw-fav-wrap{}
.aw-fav-wrap .elementor-shortcode {
    /* height: 100%; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    align-content: space-around;
    align-items: stretch;
    gap: 2%;
}
.aw-fav-wrap .portfolio_awards_festiv_wrap {
    border: 1px solid #333;
    background: #080808;
    border-radius: 10px;
    padding: 30px;
    margin: 0;
    width: 49%;
    text-align: center;
}

.awards_festiv_info ul, .awards_festiv_info ol {
    padding: 0;
    list-style: none;
    text-align: center;
     color: #b7b7b7;
}

.awards_festiv_info ul li, .awards_festiv_info ol li {
    border-bottom: 1px solid #222222;
    padding: 4px 0;
}

.awards_festiv_text h2 {
    margin: 0;
    text-align: center;
}
.awards_festiv_info p {
    border-bottom: 1px solid #222222;
    padding: 4px 0;
    margin-bottom: 0;
    text-align: center;
}
.awards_festiv_info p strong {
    font-weight: 600;
}
.awards_festiv_info ul li:last-child,
.awards_festiv_info ol li:last-child,
    .awards_festiv_info p:last-child{
    border-bottom:0;
}
/*******************/
.portfolio_navigation {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.portfolio_navigation .portfolio_button a {
    background-image: url(img/portfolio_list_button.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 19px;
    display: block;
    height: 19px;
    margin: 11px 0 0;
    -webkit-transition: background-image .3s ease-in-out;
    -moz-transition: background-image .3s ease-in-out;
    -ms-transition: background-image .3s ease-in-out;
    -o-transition: background-image .3s ease-in-out;
    transition: background-image .3s ease-in-out
}

.portfolio_navigation .portfolio_button a:hover {
    background-image: url(img/portfolio_list_button_hover.png)
}


.aw-fav-wrap .portfolio_awards_festiv_wrap {
    border: 1px solid #333;
    background: #080808;
    border-radius: 10px;
    padding: 30px;
}

@media screen and (max-width: 1199px) { 
    .aw-fav-wrap .elementor-shortcode {
    gap: 30px;
}
.aw-fav-wrap .portfolio_awards_festiv_wrap {
    width: 100%;
}
.portfolio_gallery_wrap ul li,
.all_portfolio_wrap li  {
    width: 32.8%;
}
}


@media screen and (max-width: 767px) { 
/* .portfolio_gallery_wrap ul , .all_portfolio_wrap {  
    grid-template-columns: repeat(2, 1fr);
} */
.portfolio_gallery_wrap ul li,
.all_portfolio_wrap li {
    width: 49%;
}
/* .portfolio_gallery_wrap ul li:last-child:nth-child(odd),
.all_portfolio_wrap li:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
    width: 50%;
} */
.awards_festiv_info ul li, .awards_festiv_info ol li {
    line-height: 1.2;
    margin-bottom: 7px;
}
.all_portfolio_wrap .portfolio_title {
    padding: 0;
    text-align: center !important;
    line-height: 1.2 !important;
}
.all_portfolio_wrap .portfolio_title a{
        line-height: 1.2 !important;
}
.production-cam-wrap , .award-wrap .portfolio_awards_festiv_wrap, .fast-wrap .portfolio_awards_festiv_wrap{
    padding: 20px;
}
.portfolio_meta_wrap {
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 0;
}
.portfolio_meta_text,.portfolio_meta_info {
    width: 100%;
}


     }