﻿#holder {
  display: flex;
  position: relative;
  height: 150px;
  width: 150px;
  justify-content: center;
  align-items: center;
}

.circle {
  position: absolute;
  height: 50px;
  width: 50px;
  border: solid 2px gray;
  border-radius: 100%;
}

.green {
  background: green;
}

.social-icons {
	overflow: hidden;
	text-align: left;
}
.sidebar-left .social-icons {
	text-align: left;
}
.social-icons.light{
	color: #fff;
}
.social_label{
	float: left;
	margin-right: 20px;
	line-height: 1.5;
}
.social-icons ul{
	padding: 0 !important;
}
.social-icons .unstyled li a {
	display: flex;
}
.social-icons .unstyled li:last-child {
  margin-right: 0;
}
.social-icons li a {
	color: #686767;
    font-size: 15px;
	margin-right: 25px !important;
    display: inline-block;
    position: relative;
	line-height: 1;
}
.social-icons li a span {
	display: block;
	line-height: 1.3;
}

.social-icons li a i {
  line-height: inherit;
  font-size: 15px;
}
.social-icons .icon-facebook{
	transform: translateX(-4px);
}

#sidebar .social-icons li {
	display: inline-block;
}
#sidebar .social-icons li a{
	margin-right: 15px !important;
}
#sidebar .social-icons li a span {
  display: none;;
}


#header .social-icons {
  text-align: right;
}

#header .social-icons li {
  height: 54px;
  line-height: 52px;
}

#header .social-icons li a {
  color: #201f22;
}

#header .social-icons li a i {
  font-size: 15px;
}

.social-icons li a:hover {
    color: #a5b8c0;
}


/**
* - Widgets
*/
.widget {
	margin-bottom: 40px;
}
.widget_aboutme .about-me-img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
}
.widget_aboutme .about-me-img img {
  width: 100%;
  height: 180px;
  object-fit:cover;
  border-radius: 50%;
}
.widget_aboutme .content {
  margin-bottom: 20px;
  line-height: 2;
  font-size: 15px;
}
.widget .list-latestposts li {
    padding: 0;
    margin-left: 0;
    list-style: none;
}

.widget .list-latestposts .post-item {
    margin-bottom: 24px;
}

.widget .list-latestposts .post-item:last-child {
    margin-bottom: 0;
}

.widget .list-latestposts .post-item p:last-child {
    margin: 0;
}

.widget .list-latestposts li .title {
    font-weight: 400;
    color: #333333;
}

.widget .latest-blog-list .title {
    font-size: 12px;
    line-height: 18px;
    display: block;
    margin: 0px;
    color: #404040;
    font-weight: bold;
    text-transform: capitalize;
}

.widget .latest-blog-list .latest-blog-item-img {
  max-width: 85px;
  height: 69px;
  overflow: hidden;
}

.widget .latest-blog-list .latest-blog-item-description {
  overflow: hidden;
}

.widget .latest-blog-list .meta-categories {
  font-size: 10px;
  letter-spacing: 1px;
  color: #a7a8aa;
  text-transform: uppercase;
}

.widget .latest-blog-list .meta-categories a {
  color: #a7a8aa;
}

.widget .latest-blog-list .meta-categories a:hover {
  color: #a5b8c0;
}

.widget .latest-blog-list {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #e1e4e4;
}

.widget .latest-blog-lists .latest-blog-list:first-child {
    margin-top: 0;
    border: 0;
    padding-top: 0;
}

#sb_instagram #sbi_images .sbi_item{
	position: relative;
}
#sb_instagram #sbi_images .sbi_item:after{
	content: "\e90a";
    position: absolute;
    font-family: 'icomoon' !important;
    z-index: 1;
    bottom: 0;
    left: 0;
	font-size: 18px;
    background-color: #fff;
    color: #000;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    opacity: 0;
    transition: all 0.5s ease;
}
#sb_instagram #sbi_images .sbi_item:hover:after{
	opacity: 1;
}
#sb_instagram.style-1 #sbi_images .sbi_item{
	margin-right: 85px !important;
	width: 280px !important;
	height: 280px !important;
}
#sb_instagram.style-1 #sbi_images .sbi_item:last-child{
	margin: 0 !important;
}
#sb_instagram.frgn-insta-widget{
	margin-left: -6px;
	margin-top: -3px;
}

/
/**
* Forms
*/

textarea {
  line-height: inherit;
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    position: relative;
    color: #404040;
}
select:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #404040;
  right: 20px;
  top: 22px;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #222;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #222;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #222;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #222;
}
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #222;
}
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #c6c6c8;
}
textarea:-ms-input-placeholder { /* IE 10+ */
  color: #c6c6c8;
}
textarea:-moz-placeholder { /* Firefox 18- */
  color: #c6c6c8;
}
input[type="date"] {
    padding-right: 10px;
}


/**
* Post elements
*/

#latest-posts .blog-posts .post .post-img {
  margin-bottom: 0 !important;
  display: block;
}
#latest-posts .blog-posts .post.post-size .title {
	padding-bottom: 0;
	padding-top: 35px;
	margin-bottom: 15px;
}
#latest-posts .blog-posts .post.post-size .title:after {
  bottom: auto;
  top: -7px;
}
#latest-posts .blog-posts .post.post-size .title h2 {
  font-size: 24px;
  margin-bottom: 18px;
  text-transform: capitalize;
}
#latest-posts .blog-posts .post.post-size.style_2 .title h2 {
  font-size: 20px;
}
#latest-posts .blog-posts .post.post-size .sharebox .social-icons li a i {
  font-size: 15px;
}
#latest-posts .blog-posts .post.post-size .sharebox .social-icons li a, .sharebox .social-icons li a {
  color: #000;
}
#latest-posts .blog-posts .post.post-size {
	margin-bottom: 25px;
	text-align: center;
}
#latest-posts .blog-posts .post-content-container > div:last-child {
  margin-bottom: 0;
}


#latest-posts .blog-posts .post.style_2 {
	margin-bottom: 40px;
}
.blog-posts .date_time{
	position: absolute;
    padding: 12px 25px 12px 12px;
    font-size: 15px;
	color: #000;	
	line-height: 2;
    background: #fff;    
}
.blog-posts .month{
	color: #686767;
	margin-right: 7px;
}
.blog-posts .date_time{
    bottom: 0;
    left: -1;
}

.frgn-blog-interactive{
	position: relative;
}
.frgn-blog-interactive .frgn-image-holder {
    position: absolute;
    left: 0;
    width: 40%;
    height: 100%;
}
.frgn-blog-interactive .frgn-articles-holder {
    padding-left: 40.3%;
}
.frgn-blog-interactive.blog-posts article{
	width: calc(100%/2 - 15%);
    float: left;
    margin-bottom: 70px;
}
.frgn-blog-interactive.blog-posts article:nth-child(even){
   transform: translateX(125px);
}
.blog-posts .title {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 20px;
    letter-spacing: 0px;
    margin-top: 0px;
}
.blog-posts .title a{
	font-size: 23px;
	line-height: 28px;
	font-weight: 500;
}
.blog-posts .post-excerpt{
	font-size: 15px;
    line-height: 26px
}
.blog-posts .readmore{
	margin-top: 30px;
	display: inline-block;
}

.frgn-blog-interactive .featured_box {
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 0;
	opacity: 0;
    -webkit-animation: qodef-img-to-left 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
    animation: qodef-img-to-left 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
    -webkit-transition: opacity 0s 0.7s;
    -o-transition: opacity 0s 0.7s;
    transition: opacity 0s 0.7s;
}
.frgn-blog-interactive .frgn_active_link.featured_box {
   opacity: 1;
   z-index: 1;
    -webkit-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s;
    -webkit-animation: frgn-img-from-left 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
    animation: frgn-img-from-left 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
@-webkit-keyframes frgn-img-from-left {
    0% {
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%);
    }
    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
}
@keyframes frgn-img-from-left {
    0% {
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%);
    }
    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
}
@-webkit-keyframes frgn-img-to-left {
    0% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
    100% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
    }
}
@keyframes frgn-img-to-left {
    0% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
    100% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
    }
}

/**
* - Post sharebox
*/

.post.standard .sharebox {
  position: relative;
  overflow: hidden;
}
.post.standard .sharebox .social-icons {
  display: inline-block;
}
.post.standard .sharebox .social-icons li a {
  font-size: 14px;
}
.post.standard .sharebox .social-icons .social-email {
  margin-right: 0;
  width: 15px;
}
#content:not(.single) .post.standard .sharebox:before, #content:not(.single) .post.standard .sharebox:after {
    position: absolute;
    top: 11px;
    overflow: hidden;
    width: 50%;
    height: 0px;
    border-top: 1.2px dashed #e1e4e4;
    content: '';
}
#content:not(.single) .post.standard .sharebox:before {
    margin-left: -56%;
    text-align: right;
}
#content:not(.single) .post.standard .sharebox:after {
  margin-left: 6%;
}

/**
* - Single post
*/



.post .post-img {
  margin-bottom: 24px;
}

.post.span6 .post-img {
  margin-bottom: 38px;
}

.post-img {
  background-color: #000;
  overflow: hidden;
  display: inline-block;
  width: auto;
}
.sliderposts .post-img {
  background-color: transparent;
  display: block;
  margin-bottom: 0;
}
.sliderposts .owl-stage-outer {
  background-color: #000;
}
.sliderposts .post-img:hover img {
  opacity: 0.45;
}
.sliderposts .owl-stage-outer.owl-height {
    min-height: 250px;
}
.featured_box a img {
  opacity: 1;
  webkit-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.post-password-form {
  max-width: 50%;
}

.post-password-form label {
  margin-bottom: 8px;
}

.post-password-form input {
  margin-bottom: 20px;
}

.masonry-page .post-img img {
  width: 100%;
}

.featured_box:hover a img {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}
.featured_box.frgn-with-shadow:hover a img {
	transform: unset;
}
.video-container {
  position:relative;
  padding-bottom:56.25%;
  height:0;
  overflow:hidden;
  margin-bottom: 33px;
}

.video-container iframe, .video-container object, .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.masonry_layout .entry-header{
	margin: 25px 0 20px;
}
.masonry_layout .format-quote blockquote:before{
	position: absolute;
	content: "“";
	top: 40px;
    left: 15px;
    color: #fff;
    line-height: 1;
    font-size: 60px;
}
.masonry_layout .entry h2,
.masonry_layout .entry h2 a{
	font-size: 28px;
}
.masonry_layout .format-quote blockquote,
.masonry_layout .format-link .post-content{
	padding: 40px 30px 20px 60px;
	color: #fff;
}
.post .post-excerpt {
	text-align: left;
	overflow: hidden;
	font-size: 15px;
	line-height: 26px;
}
.post-content .post-excerpt p img {
  padding-top: 9px;
  padding-bottom: 13px;
}
.post-content .post-excerpt h4 {
  padding-top: 10px;
  margin-bottom: 26px;
}
.post.standard .post-excerpt {
  margin-bottom: 0;
}

.post-excerpt ul li {
  padding-left: 15px;
}

.post-meta .post-more {
  overflow: hidden;
  text-align: center;
}

.post-meta .post-more a {
  display: inline-block;
  position: relative;
  background:none;
  border: 1px solid;
  color: #201f22;
}

@keyframes metaMoreIn {
    0%   {opacity: 0; transform:translateX(-15px);}
    100%  {opacity: 1; transform:translateX(0);}
}

@keyframes metaMoreOut {
    0%   {opacity: 1; transform:translateX(0px);}
    100%  {opacity: 0; transform:translateX(15px);}
}

.post-meta .post-more a i {
  font-size: 22px;
  line-height: 24px;
  transition:all .4s ease;
}

.post-meta .post-more a .icon1 {
  animation-name: metaMoreIn;
  animation-duration: .3s;
  font-size: 15px;
}

.post-meta .post-more a:hover .icon1 {
  animation-name: metaMoreOut;
  animation-duration: .3s;
  animation-fill-mode: forwards;
}

.post-meta .post-more a .icon2 {
  animation-name: metaMoreOut;
  animation-duration: .3s;
  opacity: 0;
  transform:translateX(-15px);
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left:50%;
  margin-left: -13px;
}

.post-meta .post-more a:hover .icon2 {
  animation-name: metaMoreIn;
  animation-duration: .3s;
  animation-fill-mode: forwards;
}

.block-title.title {
  text-align: center;
}

.blog .post.standard .post-excerpt {
  min-height: 100px;
}

.post-excerpt iframe {
    max-width: 100%;
    width: 100%;
}

.gallery-block {
  position: relative;
  padding-right: 80px;
  margin-bottom: 30px;
}

.gallery-block .gallery-image-2 {
  position: absolute;
  right: 0;
  top: 10%;
  padding: 10px 0 10px 10px;
  background-color: #fff;
  height: 80%;
  width: auto;
}

.gallery-block .gallery-image-2 img {
  object-fit:cover;
  height: 100%;
}

.gallery-caption {
  background-color: #fafafa;
  border: 1px solid #ededed;
  padding: 5px 10px;
  border-top: 0;
  overflow: hidden;
}
.gallery[class*="gallery-columns-"] {
  margin-right: -15px;
  margin-left: -15px;
  overflow: hidden;
}
.gallery[class*="gallery-columns-"] .gallery-item {
  float: left;
  display: inline;
  position: relative;
  margin-bottom: 15px;
  padding: 0 15px;
}
.gallery[class*="gallery-columns-"] .gallery-item .gallery-icon img {
  width: 100%;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}


.masonry-wrap {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 0 -3px 40px;
}

.masonry-brick {
  flex:auto;
  width: 50%;
  min-width: 200px;
  padding: 3px;
}

.masonry-brick:nth-child(n+3){
  width: 100%;
}

.post .post-more a:hover:after {
  right: -28px;
}

.post .post-content {
	margin-bottom: 30px;
}
#latest-posts .post-content .post-excerpt .content-size {
  max-width: 1000px;
  margin: 0 auto;
}
.single .post .post-content {
  margin-bottom: 20px;
}

.post .post-meta {
	padding: 10px 0 5px;
	color: #000;
	font-size: 16px;
}
.post .post-meta a{
	font-size: inherit;
}
.single .post-meta {
	padding: 0;
}
.post .post-meta .content-size {
  display: flex;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}


body.blog .post:not(.has-post-thumbnail) .title:after,
body.blog .post .title:after,
body.single-post .post .title:after {
  display: none !important;
}
body.blog .post.has-post-thumbnail .title:after {
  display: block !important;
}
.page #content .page {
  margin-bottom: 0;
}
.page #content .page .entry {
  overflow: hidden;
}
.mb0 {
  margin-bottom: 0 !important;
}
.meta-comment {
  display: inline-block;
  color: #333333;
}
.meta-comment > a,
.meta-comment > span {
  color: #201f22;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Roboto";
  letter-spacing: 2.5px;
  line-height: 36px;
  font-weight: 400;
  display: inline-block;
}
.meta-comment > a {
  width: auto;
  max-width: 38px;
  height: 38px;
  border: 1px solid #e5e6ea;
  overflow: hidden;
  transition: all 0.5s ease-in;
  padding: 0 10px;
  border-radius: 19px;
  display: block;
  margin-right: 13px;
  white-space: nowrap;
}
.meta-comment a:hover {
  max-width: 230px;
  color: #201f22;
}
.meta-comment a i,
.meta-sharebox > i {
  font-size: 18px;
  float: left;
  margin-right: 10px;
  line-height: 32px;
  font-weight: 400;
}
.meta-sharebox {
  width: auto;
  max-width: 38px;
  height: 38px;
  border: 1px solid #e5e6ea;
  overflow: hidden;
  transition: all 0.5s ease-in;
  padding: 0 10px;
  border-radius: 19px;
  display: block;
  white-space: nowrap;
}
.meta-sharebox:hover {
  max-width: 180px;
}
.meta-sharebox {
  cursor: pointer;
}

.post-meta.footer-meta .meta-sharebox .sharebox {
  display: inline-block;
  line-height: 36px;
  padding-left: 10px;
  border-left: 1px solid #e5e6ea;
  margin-left: 0;
}
.post-meta.footer-meta .meta-sharebox .sharebox:before {
  display: none;
}
.post-meta-tags {
  overflow: hidden;
  margin-bottom: 40px;
}
.extra-wrap {
  overflow: hidden;
}
.post-meta-tags .meta-tags {
  display: block;
  font-size: 15px;
  color: #b8b6bb;
  padding: 8px 0 8px 0;
}

.post-meta-tags .meta-tags i {
  color: #201f22;
  padding-right: 15px;
  font-size: 15px;
}

.post-meta-tags .meta-tags a {
  font-size: 15px;
  color: #b8b6bb;
  font-family: 'Roboto';
}
.post-meta-tags .meta-tags a:hover {
  color: #201f22;
}
.post-meta .sharebox, 
.product_meta .sharebox {
	float: right;
	margin-left: 10px;
}
.post-meta .sharebox a {
	font-size: 18px;
    line-height: 30px;
}
.post-meta .sharebox a i {
  font-size: inherit;
  line-height: inherit;
}
.post-meta .sharebox .social-email {
  margin-right: 0;
}

/*
* Recent Posts Section
*/

.wp-audio-shortcode {
  margin-bottom: 30px;
}

.recent-posts .flickity-slider{
	cursor: url(../images/drag-icon.svg), auto;
}
.recent-posts .recent-post-item .post-img {
	margin-bottom: 0 !important;
	position: relative;
}
.recent-posts .post-img a{
	display: block;
    line-height: 0;
	cursor: url(../images/drag-icon.svg), auto;
}
.recent-posts .owl-height{
	height: auto !important;
}
.recent-posts .recent-post-item .recent_post_wrap{
	display: block;
    overflow: hidden;
    position: relative;
    line-height: 0;
}
.recent-posts .recent-post-item .post-img {
	background-color: transparent;
	border-left: 1px solid #fff;	
}
.recent-posts .recent-post-item a img {
	transition: all 0.7s ease;
	transform: scale(1.05);
}
.recent-posts .recent-post-item:hover a img {
	opacity: 1;
	transform: scale(1.06) translateX(-3%);
}
p > .mb0 {
  margin-bottom: -20px;
}
.recent-posts.owl-gallery .owl-nav div{
	color: #000;
}
.recent-posts .recent-post-item .post-more {
	text-align: left;
	padding: 10px 0;
    background-color: #fff;
	position: relative;
}
.recent-posts .date_time{
	position: absolute;
    padding: 12px 25px 12px 12px;
    font-size: 15px;	
	line-height: 2;
    background: #fff;    
}
.date{
	font-size: 16px;
	font-weight: normal;
}
.recent-posts .month{
	margin-right: 7px;
}
.recent-posts .date_time{
    bottom: 0;
    left: 0;
}
.recent-posts .recent-post-item .post-excerpt{
	font-size: 15px;
	line-height: 26px;
}
.recent-posts .recent-post-item .post-more{
	padding: 25px 20px 0 0 !important;
}
.recent-posts  .readmore a{
	font-size: 16px;
}
.recent-posts .recent-post-item .post-more .title h3 {
	font-size: 23px;
    line-height: 28px;
    margin-bottom: 20px;
    letter-spacing: 0px;
    margin-top: 0px;
    font-weight: 300
}
.recent-posts .recent-post-item .post-more .title{
	padding-right: 35%;
}
.recent-post-item{
	width: calc(25% - 60px);
    padding-right: 2%;
}
.recent-posts .recent-post-item .post-more .title h3 a{
	font-size: 23px;
    line-height: 28px;
    font-weight: 400;
}

#latest-posts .post .meta-categories,
body.blog .post .meta-categories {
  margin-bottom: 16px;
}
body.single-post .post .meta-categories {
  margin-bottom: 20px;
}
#latest-posts .post .title,
body.blog .post .title,
body.single-post .post .title,
.before-content header.title,
body.search header.title {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 21px;
  z-index: 2;
}





#latest-posts .post:last-child {
  margin-bottom: 52px;
}
#latest-posts .blog-posts {
  margin-bottom: 20px;
}
#latest-posts .mb35 {
  margin-bottom: 35px;
}


button.ubtn-large{
	padding: 30px 80px !important;
}

.loadmore.active {
  color: #cccccc;
  background-color: #ededed;
  cursor: default;
}
.loadmore.active:hover {
  color: #cccccc !important;
  background-color: #ededed !important;
}
.loadmore.hide {
  display: none;
}

.author-info, .author-description {
  overflow: hidden;
}

.author-info {
  margin-bottom: 60px;
  text-align: center;
  padding: 0 50px;
}

#related-posts {
  padding-bottom: 60px;
}

body.search #related-posts {
  padding-top: 60px;
  padding-bottom: 0;
}

.author-title {
  font-size:22px;
  text-transform: capitalize;
  color: #201f22;
  margin-bottom: 16px;
  line-height: 1em;
}

.author-avatar {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 auto 16px;
  display: inline-block;
}
.author-bio {
  margin-bottom: 17px;
}


/**
 * Post slider
*/

.post-slider-item {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.slider-three-per-row .post-slider-item {
  width: 100%;
}
.fullwidth .post-slider-item {
  width: 100%;
  max-height: 650px;
}
.post-slider-center .post-slider-item {
  width: 1170px;
}
.post-slider.fullwidth {
  overflow: hidden;
  margin-bottom: 30px;
}

.post-slider.fullwidth .post-slider-item .post-img img {
  width: 100%;
  height: 650px;
  object-fit:cover;
}

.owl-item .post-slider-item {
  background-color: #000;
}

.owl-item .post-slider-item .post-img {
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  display: block;
}

.owl-item.active.center .post-slider-item .post-img {
  opacity: 1;
}
.post-slider-center .owl-item .post-slider-item .post-img {
  opacity: 0.5;
}
.post-slider-item .post-more.style_1 {
  position: absolute;
  bottom:0px;
  left: 50%;
  width: 100%;
  transform:translate(-50%, 0px);
  padding: 0px;
  text-align: center;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  opacity: 1;
}
.post-slider-item .post-more.style_2, .post-slider-item .post-more.style_3 {
  position: absolute;
  top:0%;
  left: 0%;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items:center;
  justify-content:center;
}
.post-slider-item .post-more.style_3{
	align-items: flex-end;
	text-align: left;
	padding-bottom: 80px;
}
.post-slider-item .post-more.style_3 .post-more-link{
	border-radius: 0;
    position: absolute;
    bottom: 0;
    right: 0;
	display: flex;
    align-items: center;
}
.post-slider-item .post-more.style_1 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#010101+100,010101+100&0+0,0+65,0.12+73,0.4+86,0.52+100 */
  background: -moz-linear-gradient(top, rgba(1,1,1,0) 0%, rgba(1,1,1,0.6) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(1,1,1,0) 0%, rgba(1,1,1,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(1,1,1,0) 0%, rgba(1,1,1,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00010101', endColorstr='#85010101',GradientType=0 ); /* IE6-9 */
}

.sticky .header-wrap {
	padding: 10px;
	text-align: center;
	background-color: rgba(26, 36, 35, 0.9);
}

.sticky .header-inner {
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255,255,255, 0.15);
	padding: 34px 25px 42px;
}

.sticky .header-wrap .meta-date {
	margin-bottom:0;
  color: #a6a9ac;
}

.sticky .header-wrap .meta-categories a,
.sticky .header-wrap .title h2 {
	color:#fff;
}

.post-slider-item .post-more .post-more-inner {
  width: 100%;
  height: 100%;
  padding: 100px 25px 15px;
}
.post-slider-item .post-more.style_2 .post-more-inner, .post-slider-item .post-more.style_3 .post-more-inner {
  padding: 25px 25px 25px 40px;
  height: auto;
  width: 100%;
}
.post-slider-item .post-more .read-more-hover {
  overflow: hidden;
  height: 18px;
  position: relative;
  zoom:1;
}

.post-slider-item .post-more .post-more-link, .fr_slide_image .post-more-link, .post-more-link {
	display: inline-flex;
    font: 600 11px/1em "Nunito";
    color: #1a1a1d;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: rgba(255,255,255,1);
    padding: 15px 20px 15px 40px;
    align-items: center;
}
.post-slider-item .post-more .post-more-link .readmore_arrow, .post-more-link .readmore_arrow{
    font-size: 34px;
    color: #1a1a1d;
	transition: all 0.5s ease;
	position: relative;
	right: 0
}
.readmore_arrow:after{
	position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 1px solid #1a1a1d;
    transition: all 0.5s ease;
    top: 50%;
    right: 16px;
}
.post-slider-item .post-more .post-more-link:hover .readmore_arrow, .post-more-link:hover .readmore_arrow{
	right: -20px;
}
.post-slider-item .post-more .post-more-link:hover .readmore_arrow:after, .post-more-link:hover .readmore_arrow:after{
	width: 20px;
}

.post-slider-item .post-more.style_2 h3{
	width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.post-slider-item .post-more.style_2 h3 a{
	font-size: 40px;
	line-height: 1.5;
}
.post-slider-item .post-more h3 a {
	margin-bottom: 0px;
    letter-spacing: 1px;
    max-width: 75%;
    margin: 0 auto 12px;
    font-size: 28px;
	color: #fff;
}

.post-slider-item .post-more.style_2 h3, .post-slider-item .post-more.style_3 h3 {
	font-size: 30px;
	margin-bottom: 35px;
	margin-top: 15px;
}
.post-slider-item .meta a{
	text-transform: uppercase;
    color: rgba(255,255,255,0.9);
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: bold;
}
.post-slider-fullwidth .post-more.style_2 h3, .post-slider-fullwidth .post-more.style_3 h3 {
  font-size: 42px;
}
.post-slider-item .post-more .meta-categories {
  font: 400 11px/1em "Roboto";
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 25px;
}
.owl-carousel.style_3 .owl-nav {
    top: unset;
    bottom: 85px;
}
.owl-post-slider.style_3:hover .owl-nav .owl-next{
	right: unset;
	left: 90px;
}
.owl-post-slider.style_3 .owl-nav div{
	border: none;
}
.post-slider-item .post-more .meta-categories a {
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 0 15px;
}
.post-slider-item .post-more .meta-categories a:after,
.post-slider-item .post-more .meta-categories a:first-child:before {
  content: ".";
  height: 10px;
  width: 2px;
  line-height: 10px;
  display: block !important;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -9px;
}
.post-slider-item .post-more .meta-categories a:after {
  left: auto;
  right: 0px;
}
.post-slider-item .post-more .meta-categories a,
.post-slider-item .post-more h3 a {
  transition: color 0.4s ease;
}
.post-slider-item .post-more .meta-categories a:hover,
.post-slider-item .post-more h3 a:hover  {
  color: #b5b5b5;
}
.slider-post-categories {
  margin-bottom: 25px !important;
}
.slider-post-title {
  margin-bottom: 27px !important;
}
.slider-post-title h2 {
  font-weight: 700 !important;
}
.slider-post-excerpt {
  margin-bottom: 40px;
}



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

.wpcf7-form p {
  margin-bottom: 0px;
  width: 100%;
}
.your-message .wpcf7-textarea {
  height: 140px;
}
.instagram-media {
  margin: 0 auto 30px !important;
}
.hidden {
  display: none;
  visibility: hidden;
}


/* Horizontall Scroll */
.frgn-horizontal-scroll {
    white-space: nowrap;
    font-size: 0;
    transition: all 0.5s ease-out;
	padding-top: 120px;
}
.frgn-horizontal-scroll-holder{
	position: relative;
    overflow: visible;
}
.frgn-horizontal-scroll-holder article{
	width: auto;
    padding-right: 4%;
	padding-left: 36px;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.frgn-horizontal-scroll-holder article .frgn-horizontal-scroll-img-wrap{
    overflow: hidden;
    display: inline-block;
}
.frgn-horizontal-scroll-holder article img{
	transform: scale(1.06);
	transition: transform 1s cubic-bezier(.33,.02,0,.93);
}
.frgn-horizontal-scroll-holder article:hover img{
	transform: scale(1.06) translateX(-3%)
}
.frgn-horizontal-scroll-holder article:first-child{
	margin-left: 45%;
}
.frgn-horizontal-scroll-desc{
	display: flex;
    align-items: center;
}
.frgn-horizontal-scroll-desc h2 a{
	font-size: 16px;
	font-weight: 400;
}
.frgn-scroll-counter{
	display:flex;
	margin-right: 10px;
}
.frgn-horizontal-scroll-desc p{
	color: #000;
	height: auto;
	line-height: unset;
	margin: 0;
	font-size: 16px;
}
/* Horizontall Scroll */

/* Carousel Scroll */
.frgn-carousel-portfolio .flickity-slider{
	left: -21.5% !important;
	cursor: url(../images/drag-icon.svg), auto;
}
.frgn-carousel-portfolio{
    white-space: nowrap;
    font-size: 0;
    transition: all 0.5s ease-out;
}
.frgn-carousel-portfolio{
	position: relative;
    overflow: visible;
}
.frgn-carousel-item{
	padding-right: 6%;
    padding-left: 40px;
	padding-top: 0 !important;	
}
.frgn-carousel-item.frgn-horizontal-project{
	top: 50%;
    transform: translateY(-50%);
}
.frgn-carousel-item-wrap{   
    position: relative;
	height: auto;
	width: 415px;
}
.frgn-horizontal-project .frgn-carousel-item-wrap{ 
	width: 600px;
}
.frgn-carousel-item .frgn-carousel-item-wrap a {
    overflow: hidden;
    display: block;
	cursor: url(../images/drag-icon.svg), auto;
}
.frgn-carousel-item .frgn-carousel-item-wrap img{
	transform: scale(1.06);
	transition: transform 1s cubic-bezier(.33,.02,0,.93);
	width: 100%;
}
.frgn-carousel-item .frgn-carousel-item-wrap:hover img{
	transform: scale(1.06) translateX(-3%)
}
.frgn-carousel-item-desc{
	display: flex;
    align-items: center;
    position: absolute;
    transform: rotate(-90deg);
    left: -20px;
    transform-origin: left bottom;
    bottom: 0;
}
.frgn-carousel-item-desc h2 {
	margin: 0 !important;
	line-height: 40px;
}
.frgn-carousel-item-desc h2 a{
	font-size: 19px;
	font-weight: 400;
}
.frgn-scroll-counter{
	display:flex;
	margin-right: 25px;
}
.frgn-carousel-item-desc p{
	color: #000;
	height: auto;
	line-height: unset;
	margin: 0;
	font-size: 19px;
}
/* Carousel Scroll */


/* Half Screen Showcase */
.frgn-half-screen-item{
	width: 100%;
    height: 100vh;
}
.frgn-half-screen{
	width: 100%;
	height: 100vh;
	position: relative;
}
.swiper-container {
      width: 100%;
      height: 100%;
    }
.frgn-half-screen-item-inner{
	position: relative;
	height: 100%;
}
.frgn-half-screen-item-content {
    position: absolute;
    bottom: 0;
}
.frgn-half-screen-info{
    width: 100%;
    display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
    bottom: calc(60vh + 10px);
	padding: 0 30px;
}
.frgn-half-screen-info-holder{
    display: flex;
    align-items: baseline;
}
.frgn-half-screen-item .frgn-scroll-counter{
	display:flex;
	margin-right: 25px;
}
.frgn-half-screen-info-holder .frgn-scroll-counter,
.frgn-half-screen-info-holder h2{
	float: left;
}
.frgn-half-screen-info-holder h2,
.frgn-half-screen-info-holder h2 a{
	font-size: 47px;
	line-height: 1;
}
.frgn-half-screen-item p{
	margin-bottom: 0;
}

.frgn-half-screen-img{
    position: absolute !important;
    bottom: 0;
    height: 60vh;
	width: 100%;
    background-size: cover;
}
.frgn-half-screen-title{
	height: 100vh;
	z-index: 999 !important;
}
.frgn-half-screen-info {
    color: #000;
    opacity: 0;
    transition: all 0.7s ease;
    transition-delay: 0.8s;
}
.swiper-slide-active .frgn-half-screen-info/*,
.swiper-slide-duplicate-active .frgn-half-screen-info */{
    opacity: 1;
}
/*.swiper-slide-duplicate.swiper-slide-active:nth-child(1) .frgn-half-screen-info,*/
.swiper-slide-duplicate.swiper-slide-active[data-swiper-slide-index='0'] .frgn-half-screen-info{
	opacity: 1;
}
/* Half Screen Showcase */

.circle_button {
  background: none;
  border: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: inherit;
  font-weight: 700;
  position: relative;
  vertical-align: middle;
}
.circle_button::before, .circle_button::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
.spin {
  width: 5em;
  height: 5em;
  padding: 0;
  transition: all 0.5s ease;
}
.spin:hover {
	color: #fff;
	font-size: 42px;
}
.spin i {
    line-height: 90px;
    margin-left: 13px;
}
.spin:hover i {
    line-height: 90px;
    text-align: center;
    margin-left: 7px;
}
.spin::before, .spin::after {
  top: 0;
  left: 0;
}
.spin::before {
  border: 2px solid transparent;
}
.spin:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.spin::after {
  border: 0 solid transparent;
}
.spin:hover::after {
  border-top: 2px solid #fff;
  border-left-width: 2px;
  border-right-width: 2px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  transition: border-left-width 0s linear 0.5s, -webkit-transform 0.5s linear 0s;
  transition: transform 0.5s linear 0s, border-left-width 0s linear 0.5s;
  transition: transform 0.5s linear 0s, border-left-width 0s linear 0.5s, -webkit-transform 0.5s linear 0s;
}
.fr_video_popup .circle {
	border-radius: 100%;
    box-shadow: none;
    text-align: center;
    line-height: 90px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    margin: 0;
    margin-top: -45px;
    margin-left: -45px;}
.fr_video_popup .circle::before, .fr_video_popup .circle::after {
  border-radius: 100%;
}
.frgn_post_format{
	position: absolute;
    z-index: 999;
    left: 15px;
    top: 15px;
    background-color: #333;
    color: #fff;
    padding: 0px 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 25px;
}

.ares .tp-bullet:hover .tp-bullet-title{
	transform: translatex(20px) !important;
}
.tp-bullet.frgn-controller:before,
.frgn-interior-slider .ares .tp-bullet:before{
    position: absolute;
    content: '';
    width: 59px;
    height: 56px;
    background: url(../images/frgn-detail-4.png) no-repeat;
    top: -28px;
    left: -26px;
    opacity: 0;
    transform: rotate(-50deg);
    transition: all 0.4s ease-out;
}
.tp-bullet.frgn-controller-dark:before {
	background: url(../images/frgn-detail-4-dark.png) no-repeat;
}
.frgn-interior-slider .tp-bullet.frgn-controller:before,
.frgn-interior-slider .ares .tp-bullet:before{
	background: url(../images/frgn-detail-4-light.png) no-repeat;
}
.tp-bullet.selected.frgn-controller:before,
.frgn-interior-slider .ares .tp-bullet.selected:before{
    transform: rotate(0);
    opacity: 1;
}
.tp-bullet-title{
	font-weight: 500 !important;
	font-size: 16px;
}








.slide-anim {
    -webkit-animation-name: slideAnim;
    animation-name: slideAnim;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes slideAnim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

}

@keyframes slideAnim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

}

.back-titles {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: 33;
}

.discover-p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 55vh;
    width: 50vw;
    z-index: 999;
    pointer-events: none;
}

.discover-p-link {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 400%);
    -ms-transform: translate(-50%, 400%);
    transform: translate(-50%, 400%);
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
    pointer-events: all;
}

.discover-p-link::before {
    background: #fff;
}

/*--------------------------------------------------
## Big Carousel
---------------------------------------------------*/

.cf-titles-images {
    position: fixed;
    top: 51%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    height: 76vh;
    width: 86vw;
    z-index: 44;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.cf-images-swiper {
    width: 100%;
    height: 100%;

}


.cf-image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1.3s;
    -o-transition: all 1.3s;
    transition: all 1.3s;
}

.cf-image-wrapper .slide-bgimg {
    width: 100%;
    height: 100%;

}

.cf-image-wrapper img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;

}

.swiper-slide-active .cf-image-wrapper {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.cf-titles-image {
    overflow: hidden;

}

.cf-titles {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 99;

}

.cf-title-slide {
    position: relative;
    height: 20vh;
}

.cf-title-slide.swiper-slide-active {
    z-index: 999
}

.cf-meta {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15vw;
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    font-family: 'Roboto', sans-serif;
}

.cf-meta p {
    display: inline;
    font-size: 10px;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
}

p.cf-year {
    margin-left: 5px;
}

.cf-year::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 1px;
    background: #fff;
    vertical-align: middle;
    margin: 0 10px;
}

.cf-discover {
    color: #fff !important;
    text-decoration: none;
    font-size: 10px;
    letter-spacing: 1px;
    margin-left: 5px;
}

.cf-discover::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 1px;
    background: #fff;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: -2px;
}

.cf-discover:hover::before {
    width: 20px;
    margin-right: 15px;
}

.cf-discover:hover {
    color: #fff;
}


.cf-title {
    color: #fff;
    font-size: 60px;
    margin: 30px 0;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;


}

.swiper-slide-active .cf-meta {
    opacity: 1;
}

/*--------------------------------------------------
## Horizontal
---------------------------------------------------*/

.cv-images-swiper {
    width: 100%;
    height: 100%;

}

.cv-images {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    height: 70vh;
    width: 40vw;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    right: 11vw;
    z-index: 2;
}

.cv-images-back {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    height: 100vh;
    width: 40vw;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    right: 0;
    z-index: 1;
}


.cv-titles-image,
.cv-image-wrapper,
.cv-image-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cv-image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}

.cv-image-wrapper .slide-bgimg {
    width: 100%;
    height: 100%;
}

.cv-image-wrapper img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.cv-titles-image {
    overflow: hidden;
}

.cv-titles {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 99;

}

.cv-meta {
    position: absolute;
    left: 15vw;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 0;
}


.cv-title {
    margin: 0;
    font-size: 50px;
    font-weight: 700;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    line-height: 110px;

}

.cv-summary {
    width: 37%;
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 15px;
    line-height: 25px;
}


.cv-discover {
    font-size: 30px;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 500;
}

.cv-discover i {
    font-size: 18px;
}

.swiper-slide-active .cv-meta {
    opacity: 1;
}


.cv-slide-control {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 70vh;
    width: 40vw;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    right: 11vw;
    z-index: 333;
    pointer-events: none;
}

.cv-slide-fraction {
    position: absolute;
    top: 0;
    left: 10vw;
    -webkit-transform: translate(-100%, -170%);
    -ms-transform: translate(-100%, -170%);
    transform: translate(-100%, -170%);
    bottom: unset;
    width: unset;
}

.cv-slide-pagination {
    position: absolute;
    bottom: 0;
    left: 10vw;
    -webkit-transform: translate(-100%, 200%);
    -ms-transform: translate(-100%, 200%);
    transform: translate(-100%, 200%);
    pointer-events: all
}

.cv-slide-pagination i {
    font-size: 13px;
    cursor: pointer;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.cv-slide-prev {
    margin-right: 20px;
}

.cv-slide-fraction span {
    font-size: 12px;
    font-weight: 600;
    margin: 0 2px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.cv-slide-fraction span.swiper-pagination-current {
    font-size: 30px;

}

.cv-titles-style-2 .cv-images-back {
    right: 0;
    width: 100vw;
    height: 100vh;
}

.cv-titles-style-2 .cv-title,
.cv-titles-style-2 .cv-summary,
.cv-titles-style-2 .cv-discover,
.cv-titles-style-2 .cv-slide-pagination i,
.cv-titles-style-2 .cv-slide-fraction span {
    color: #fff !important;
}

.cv-titles-style-2 .cv-slide-pagination,
.cv-titles-style-2 .cv-slide-fraction {
    left: unset;
    right: 0;
}


@media only screen and ( max-width: 1440px ) {
	
	.blog-posts .title,
	.blog-posts .title a {
		font-size: 21px;
		line-height: 23px;
	}
	
	.recent-posts .recent-post-item .post-more .title h3,
	.vc_row-no-padding .recent-posts .recent-post-item .post-more .title h3 a{
		font-size: 18px;
	}
	
	.frgn-half-screen-info-holder h2,
	.frgn-half-screen-info-holder h2 a {
		font-size: 42px;
	}
	
	.frgn-carousel-item-wrap{ 
		width: 315px;
	}
	.frgn-horizontal-project .frgn-carousel-item-wrap{ 
		width: 450px;
	}
}
@media only screen and ( max-width: 768px ) {
	.frgn-half-screen-info{
		padding: 0 15px;
	}
	.frgn-half-screen-info,
	.frgn-half-screen-info-holder {
		display: unset;
	}
	.frgn-half-screen-info-holder .frgn-scroll-counter,
	.frgn-half-screen-info-holder h2 {
		float: none;
	}
	.frgn-half-screen-info-holder .frgn-date{
		width: unset;
		text-align: unset;
	}
	.frgn-half-screen-img{
		background-position: center;
		background-repeat: no-repeat;
	}
	.frgn-half-screen-info-holder h2,
	.frgn-half-screen-info-holder h2 a {
		font-size: 24px;
		line-height: 1.3;
		margin: 0 !important;
	}
	.frgn-half-screen-item p,
	.frgn-date{
		font-size: 12px;
	}
}
@media only screen and ( max-width: 425px ){
	.blog-posts .readmore {
		margin-top: 20px;
	}
	button.ubtn{
		padding: 25px 45px !important;
	}
}