.page_content_wrap {
    padding: 0;
}
.single_photo .image {
    width: 45%;
    float: left;
}
 .single_photo .description {
    width: 55%;
    float: left;
}
.single_photo {
    padding-top: 2vw;
    padding-bottom: 2vw;
}
.description-inner {
    padding: 0 25px;
}
.tags h4, .tags ul {
    display: inline-block;
}
ul.cloudTags {
    padding-left: 10px;
}
 
ul.cloudTags li a {
    color: #fff;
}
ul.cloudTags li {
    list-style: none;
    display: inline-block;
    margin: 5px;
    background: #ef3f09;
    padding: 5px 15px;
    color: #fff !important;
}
.related_image {
    height: 200px;
    background-size: cover !important;
}
@media(min-width:600px){
.related_post {
    width: 24%;
    float: left;
    margin: 1%;
    margin-left: 0;
}}
.title h2 {
    margin-top: 1em;
    margin-bottom: 1em;
}
.description-area p {
    margin: unset;
}
.tags h4 {
    margin: 15px 0;
}
.related_post .wp-caption .wp-caption-text {
    opacity: 0 !important;
}
.related_post .wp-caption:hover .wp-caption-text {
    opacity: 1 !important;
}
.widget_categories_list .categories_list_style_2 .categories_list_title {
    font-size: 1.01333333em;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.archive .content_wrap.full_width_container {
width: 100%;
}
.widget_categories_list .categories_list_style_2 .trx_addons_column-1_6 .categories_list_image {
    height: 250px;
}
 
.masonry .brick {
    margin-bottom: 30px;
    display: inherit;
    vertical-align: top;
    position: relative;
}
.brick h6.categories_list_title {
    color: #171717;
}
.brick .single_title_link {
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    background: #ffffff8c;
    text-align: center;
    font-size: 20px;
    line-height: 50px; 
opacity:0;
}
.brick:hover .single_title_link {opacity:1;}

.brick .single_image_link{
    width: 100%;
}
/* Defaults */
/*body {
  background: #f9f9f9;
  color: #465665;
}
*/
/*a {
  color: #5b7083;
  transition: all .25s ease-in-out;
}*/

/* The title */
.title {
  font-weight: 700;
}

/* The description */
.desc {
  font-size: 1em;
  font-style: italic;
  font-family: Georgia, serif;
}

/* Text-centering */
.title,
.desc,
.intro {
  text-align: center;
}

/* Intro section */
.intro {
  margin: 1.75em 0 .75em;
  border-bottom: 3px double rgba(0, 0, 0, 0.05);
  margin-bottom: 1.75em;
}

.intro a {
  opacity: .7;
}

.intro a:hover {
  opacity: 1;
}

.intro h3 {
  font-size: .825em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin: .25em .75em .75em;
}

.intro h3 a {
  font-weight: 400;
}

/* Masonry grid */
.masonry {
  transition: all .5s ease-in-out;
  column-gap: 30px;
  column-fill: initial;
}

/* Masonry item */
.masonry .brick {
  margin-bottom: 30px;
  display: inherit; /* Fix the misalignment of items */
  vertical-align: top; /* Keep the item on the very top */
}

/* Masonry image effects */
.masonry .brick img {
  transition: all .5s ease-in-out;
  backface-visibility: hidden; /* Remove Image flickering on hover */
}

.masonry .brick:hover img {
  opacity: .75;
}

/* Bordered masonry */
.masonry.bordered {
  column-rule: 1px solid #eee;
  column-gap: 50px;
}

.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}

/* Gutterless masonry */
.masonry.gutterless {
  column-gap: 0;
}

.masonry.gutterless .brick {
  margin-bottom: 0;
}

/* Masonry on tablets */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    column-count: 4;
  }
}

/* Masonry on big screens */
@media only screen and (min-width: 1024px) {
  .desc {
    font-size: 1.25em;
  }

  .intro {
    letter-spacing: 1px;
  }

  .masonry {
    column-count: 6;
  }
}
.comments_list_wrap .comment_content {
    padding-left: 6em;
    overflow: visible;
    padding-top: 5px;
}

.nav-previous{
display:none;
}
.nav-next{
display:none;
}
.single-photo .nav-next,.single-photo .nav-previous{
display:block;
}

#wpforo-wrap .wpforo-feed{
display:none;
}






/* Styles the thumbnail */

/*a.lightbox img {
height: 150px;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
margin: 94px 20px 20px 20px;
}*/

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
left:0 !Important;
right:0 !important;
z-index:999999999999!important;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
}

.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
top: 0px;
}

.elementor-element-5f703b4 .is-form-style{
	width:100%!important;
}
.elementor-element-5f703b4 .is-form-style input.is-search-input {
	width:95%!important;
}

.elementor-element-5f703b4 .is-form-style .is-search-submit{
	width:3%!important;
	background:#fff!important;
}

.elementor-element-5f703b4 .is-form-style .is-search-submit .is-search-icon{
	border:none!important;
	color:#fff!important;
}

.is-form-id-2095 .is-search-icon{
background-color:none !important;
}
span.single-screen-reader-text {
    display: none;
}
.single-photo .nav-previous {
    position: absolute;
    top: 20%;
    left: -7%;
}
.single-photo .nav-next {
    position: absolute;
    top: 20%;
    right: -5%;
}
.single-photo.scheme_default .nav-links-single .nav-links a, .single-photo.scheme_default .nav-links-single .nav-links .nav-previous a .nav-arrow:after {
    content: '〈' !important;
    font-size: 90px;
    color: #ef3f09;
}
.single-photo.scheme_default .nav-links-single .nav-links a, .single-photo.scheme_default .nav-links-single .nav-links .nav-next a .nav-arrow:after {
    content: '〉' !important;
    font-size: 90px;
    color: #ef3f09;
}
.realated_post.col50 {
    width: 50%;
    float: left;
    margin: 22px 0;
}
.realated_post.col50 .related_post {
    width: 40%;
    margin: 0 10px;
}

.realated_post.col50 h3 {
    font-size: 30px;
    color: #ef3f09;
    text-align: center;
    font-weight: 600;
}

div.wp-forecast-curr-block{
margin-left:450px !important;
}
@media only screen and (max-width: 768px) {

.elementor-element-5f703b4 .is-form-style .is-search-submit{
width: 10%!important;
}
.elementor-element-5f703b4 .is-form-style input.is-search-input{
width: 90%!important;
}
.realated_post.col50 .related_post {
    width: 100%;
    margin: 0 10px;
}
.realated_post.col50 {
    width: 100%;
    float: left;
    margin: 22px 0;
}
.single-photo.scheme_default .nav-links-single .nav-links a, .single-photo.scheme_default .nav-links-single .nav-links .nav-previous a .nav-arrow:after {
       font-size: 40px;
  }
.single-photo.scheme_default .nav-links-single .nav-links a, .single-photo.scheme_default .nav-links-single .nav-links .nav-next a .nav-arrow:after {
       font-size: 40px;
  
}
.single-photo .nav-previous {
    position: absolute;
    top: 4%;
    left: -7%;
}
.single-photo .nav-next {
    position: absolute;
    top: 4%;
    right: -5%;
}
.elementor-element-5f703b4 .is-form-style input.is-search-input{
width: 90%!important;
}
.single_photo .image{
width:100%;
}
.single_photo .description{
width:100%;
}
div.wp-forecast-curr-block{
margin-left:0 !important;
}
}

.masonary:has(>.container){display:none !important;}

div.wp-forecast-curr-head{
font-size:18px;
}

div.wp-forecast-curr-block{
margin-left: 180px;
}

div.wp-forecast-curr-right{
font-size:18px;
}

div.wp-forecast-curr-details{
text-align: center;
font-size:18px;
}

.nav-links-single .nav-links .nav-previous{
width:100px;
}

.page_content_wrap{
margin-top:30px;
}

.page-template .page_content_wrap{
margin-top:
0px!important;
}

.page-template-default .page_content_wrap{
margin-top:
0px!important;
}

.home .page_content_wrap{
margin-top:
0px!important;
}

.page-id-422 .elementor-shortcode{
color: black;
    font-size: 40px;
    text-align: center;
}

.is-form-style label{
display:initial!important;