/*------------------------------------------------------------------

Project:	MWT-200 HTML UI Kit
Version:	1.0.0


------------------------------------------------------------------
[Table of contents]
 
1. body
2. port_img_section start
3. related_post_wrapper start
4. portfolio_gallery_wrapper start

*/

/* custom css */

body, html{
	overflow-x:hidden;
}
a:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: unset;
	text-decoration:none;
	color:#111111;
}

/* custom css end*/


/* port_img_section start */

.port_img_section {
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.list-inline>li{
	padding-left:0;
}
.list-inline{
	margin-left:0;
}
.port_img_section .port-post-wrapper .port-content .entry-header {
    margin-bottom:22px;
}
.port_img_section .port-post-wrapper .port-content .entry-header h4{
	font-weight: 600;
}
.port_img_section .port-post-wrapper .port-content .entry-header h4 a{
	color: #222;
}
.port_img_section .port-post-wrapper .port-content .entry-header h4 a:hover{
	color: #18c9d2;
}
.port_img_section .port-post-wrapper .port-content .entry-content p{
	padding:0px 60px 0px 0px;
	margin:0;
}
.port_img_section .port-post-wrapper .port-content .entry-content .m-30{
	margin-bottom:30px;
}
.port_img_section .port-post-wrapper .m-40{
	margin-top:40px;
}
.tags{
	float:left;
	width:100%;
	margin-top:20px;
}
.tags a {
    display: inline-block;
    margin: 0 0 8px 12px;
    color: #999;
    text-transform: capitalize;
    transition: .2s;
}
.tags i {
    font-size: 16px;
    color: #18c9d2;
}
.tags a:hover{
    color: #18c9d2;
}
.sidebar_widget{
	float:left;
	width:100%;
	position:relative;
}
.sidebar_widget:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10%;
    content: '';
    border-right: 1px solid #e7e8ec;
}
.gallery_sidebar_widget{
	float:left;
	width:100%;
}
.gallery_sidebar_widget h4{
	color:#222;
	text-transform:capitalize;
	margin-bottom:22px;
	font-weight:600;
}
.sidebar_widget h4{
	color:#222;
	text-transform:capitalize;
	margin-bottom:22px;
	font-weight:600;
}
.sidebar_title i{
    min-width:15px;
    margin-right: 15px;
    color: #18c9d2;
}
.archives_wrapper .sidebar_title{
	font-weight: 700;
    color: #222;
	text-align:left;
}
.archives_wrapper table {
    border-collapse: collapse;
    width: 100%;
}
.archives_wrapper td {
   color:#999;
   text-align:right;
   padding-top:20px;
   padding-right:20px;
   padding-bottom:15px;
   text-transform:capitalize;
}
.archives_wrapper td .mail_div{
	color:#18c9d2;
}
.share_icons ul li{
	display:inline-block;
}
.share_icons a {
    font-size:16px;
	color:#999;
	margin-right:10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.share_icons a:hover {
	color:#18c9d2;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/*entry-header*/

.port_img_section .port-post-wrapper .entry-header {
	float: left;
    width: 100%;
    margin-bottom: 40px;
}
.port_img_section .port-post-wrapper .entry-header .avatar{
	width: 85px;
    height: 85px;
}
.port_img_section .port-post-wrapper .entry-header .avatar img{
    width: 85px;
    height: 85px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.port_img_section .port-post-wrapper .entry-header .post_info_wrapper{
    margin-left: -60px;
	padding:0
}
.port_img_section .port-post-wrapper .entry-header .post_info{
	float:left;
	width:100%;
	padding-bottom:20px;
    border-bottom: 1px dotted #d0d2d7;
}
.port_img_section .port-post-wrapper .entry-header .entry-title{
  float: left;
  padding-top: 20px;
}
.port_img_section .port-post-wrapper .entry-title a{
	color: #313131;
}
.port_img_section .port-post-wrapper .entry-title a:hover{
	color: #18c9d2;
}
.port_img_section .port-post-wrapper .entry-header .entry-meta {
	float:right;
    padding-top: 20px;
}
.port_img_section .port-post-wrapper .entry-header .entry-meta ul{
	margin:0;
	padding:0;
}
.port_img_section .port-post-wrapper .entry-header .entry-meta li {
	display: inline-block;
	padding-right: 5px;
	margin-right: 5px;
	position: relative;
}
.port_img_section .port-post-wrapper .entry-header .entry-meta li i{
	font-size:16px;
	margin-right: 7px;
}
.port_img_section .port-post-wrapper .entry-header .entry-meta li a{
    font-size: 14px;
    color: #999;
}


/** comments_form section start **/

.comments_form {
	float:left;
	width:100%;
	padding-top:40px;
}
.comments_form h4{
	color:#222;
    margin-bottom: 40px;
	font-weight:600;
}
.comments_form .form-control {
	height: 53px;
    padding: 15px 55px 15px 20px;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #efefef;
    border-radius: 3px;
    position: relative;
    box-shadow: none;
    font-family: 'Roboto';
	-webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
   background-color: #fff;
}
.formsix-pos .form-group.i-name:after{
  display: none;
}
.formsix-pos span {
    position: absolute;
    top: 17px;
    right: 22px;
    color: #18c9d2;
}
.comments_form textarea.form-control{
	height:auto;
	resize:none;
}
.comments_form input::placeholder, .comments_form textarea::placeholder {
  color: #999;
}
.comments_form .form-control:focus {
	color: #999;
	background-color: transparent;
	border: 1px solid #18c9d2 !important;	
}
.comments_form-pos,.comments_form-e,.comments_form-m,.comments_form-p{
	position: relative;
}
.form-group.i-name:after, .form-group.i-email:after, .form-group.i-phone:after, .form-group.i-message:after {
    position: absolute;
     top: 13px;
    font-size: 18px;
    font-family: "FontAwesome";
    color: #c0c0c0;
}
.comments_form .form-group.i-name:after{
	content: "\f007";
	right: 32px;
}
.comments_form .form-group.i-email:after{
	content: "\f003";
	right: 32px;
}
.comments_form .form-group.i-message:after{
	content: "\f0e5";
	right: 32px;
}
.comments_form .btn_style {
    background: #18c9d2;
    color: #fff;
    min-width: 200px;
}

/** comments_form section end **/


/* related_post_wrapper start */

.related_post_wrapper{
	float:left;
	width:100%;
	padding-top:60px;
}
.related_post_wrapper h2{
	color:#222;
    margin-bottom: 40px;
	font-weight:600;
}
.related_post_slider{
	float:left;
	width:100%;
}
.related_post_slider  .owl-theme .owl-dots{
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	bottom:-56px;
}
.related_post_slider .owl-theme .owl-dots .owl-dot{
	margin-left: 3px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.related_post_slider .owl-theme .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	background:#cccccc;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.related_post_slider .owl-theme .owl-dots .owl-dot.active span, .related_post_slider .owl-theme .owl-dots .owl-dot:hover span  {
	background:#18c9d2;
	width:10px;
	height:10px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.related_post_slider .owl-theme .owl-dots .owl-dot.active, .related_post_slider .owl-theme .owl-dots .owl-dot:hover{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.related_post_slider .owl-theme .owl-nav {
    display:none;
}
.related_post_slider .portfolio-thumb{
	float:left;
	width:100%;
    position: relative;
}
.gc_filter_cont_overlay_wrapper {
    position: relative;
    width: auto;
    visibility: visible;
}
.gc_filter_cont_overlay_wrapper figure {
    display: block;
    margin: 0;
    overflow: hidden;
}
.related_post_slider .portfolio-thumb img {
    width: 100%;
}
.gc_filter_cont_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    background: rgba(26, 26, 26, 0.65);
}
.portfolio-thumb:hover .gc_filter_cont_overlay {
  opacity:1;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	overflow:hidden;
	visibility:visible;
}
.gc_filter_text {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.gc_filter_cont_overlay i {
    color: #000000;
    width: 50px;
    height: 50px;
    background: #ffffff;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    font-size: 18px;
}
.gc_filter_cont_overlay a:hover i{
    color:#18c9d2;
}
.gc_filter_cont_overlay .zoom_popup{
	margin-left:5px;
}
.gc_filter_cont_overlay_wrapper figure{
	display:block;
	margin:0;
	overflow:hidden
}
.gc_filter_cont_overlay_wrapper figure img{
	width:100%;
	display:block;
	transition:all 0.3s;
}
.gc_filter_cont_overlay_wrapper:hover figure img {
    transform: scale(1.1, 1.1);
}
.portfolio-thumb:hover .portfolio_thumb_text {
    background: #18c9d2;
}
.portfolio-thumb:hover .portfolio_thumb_text a {
    color: #fff;
}
.portfolio-thumb:hover .portfolio_thumb_text:after {
    border-bottom: 10px solid #18c9d2;
}
.portfolio_thumb_text {
    float: left;
    width: 100%;
	position:relative;
    padding: 25px 30px 20px;
	background:#f9f9f9;
    text-align: center;
}
.portfolio_thumb_text:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -10px;
    border-bottom: 10px solid #f9f9f9;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.portfolio_thumb_text .project_title h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
.portfolio_thumb_text .project_title h4 a {
    color: #222;
}
.portfolio_thumb_text .project_category h4 {
    font-size: 14px;
    line-height: 24px;
}
.portfolio_thumb_text .project_category h4 a {
    color: #999;
}

/* related_post_wrapper end*/


/* portfolio_single_gallery  */

.portfolio_gallery_wrapper{
	float:left;
	width:100%;
}
.portfolio_gallery_slider{
	float:left;
	width:100%;
}
.portfolio_gallery_slider  .owl-theme .owl-dots{
	display:none;
}
.portfolio_gallery_slider .owl-carousel .owl-nav .owl-prev{
	background: transparent;
    border-radius: 50%;
	text-align:center;
    border: 2px solid #fff;
    color: #fff;
    position: absolute;
    top: 50%;
	left: 20px;
	font-size: 24px;
    width: 40px;
	height:40px;
	line-height:35px;
	margin:0;
	padding:0
}
.portfolio_gallery_slider .owl-carousel .owl-nav .owl-next{
	background: transparent;
    border-radius: 50%;
	text-align:center;
    border: 2px solid #fff;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 24px;
    width: 40px;
	height:40px;
	line-height:35px;
	margin:0;
	padding:0;
}
.portfolio_gallery_slider .owl-carousel .owl-nav .owl-prev:hover,
.portfolio_gallery_slider .owl-carousel .owl-nav .owl-next:hover {
    background: #18c9d2;
    text-decoration: none;
    border-color:#18c9d2;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/* portfolio_single_image  */

.port_img_section .port-post-wrapper .post-thumbnail{
	float:left;
	width:100%;
	position: relative;
	margin-bottom:60px;
}
.port_img_section .port-post-wrapper .post-thumbnail .post_thumbnail_icon{
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 888;
    background-color: #18c9d2;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    left: 0;
}
.port_img_section .port-post-wrapper .post-thumbnail .post_thumbnail_icon i{
	line-height: 50px;
    color: #ffffff;
    font-size: 18px;
}
.port_img_section .port-post-wrapper .post-thumbnail img{
	width: 100%;
}

/* portfolio_single_slider */

#blog_section_slider{
	float:left;
	width:100%;
	padding-bottom:60px;
}
#blog_section_slider .carousel-control {
	top: 45%;
    bottom: auto;
    margin-top: -45px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 36px;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,.4);
}
#blog_section_slider .carousel-control:focus, 
#blog_section_slider .carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
}


/* portfolio_single_vedio */

.blog_section .blog-post-wrapper .play-trigger {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-left: -30px;
	margin-top: -30px;
	border: 0;
	color: #fff;
	background: #18c9d2;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	-webkit-transition      : all 0.3s ease 0s;
	-moz-transition      : all 0.3s ease 0s;
	-o-transition      : all 0.3s ease 0s;
	transition      : all 0.3s ease 0s;
}
.blog_section .blog-post-wrapper .play-trigger:hover {
  color: #18c9d2;
  background: #fff;
}
.blog_section .blog-post-wrapper .play-trigger i {
	margin-left: 5px;
}
.blog_video_wrapper {
	float: left;
    width: 100%;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin-bottom:60px;
}
.blog_video_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
}

/* portfolio_gallery_wrapper end*/


/** responsive css start **/

@media(min-width: 992px)and (max-width: 1199px){
	
	.port_img_section .port-post-wrapper .entry-header .post_info_wrapper {
		margin-left: -35px;
		padding: 0 15px;
	}
}
@media (max-width: 991px){
	
	.sidebar_widget{
		margin-top:40px;
		padding-top:0;
	}
	.port_img_section .port-post-wrapper .entry-header .post_info_wrapper {
		margin-left: 0;
		padding: 0 15px;
	}
	.portfolio_gallery_wrapper{
		padding-bottom:40px;
	}
	.port_img_section .port-post-wrapper .port-content .entry-content p {
		padding: 0;
	}
}

@media (max-width: 767px){
	
	#blog_section_slider .carousel-control {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size:30px;
	}
}
@media(min-width: 480px)and (max-width: 580px){
	
	.portfolio_gallery_slider .owl-carousel .owl-nav .owl-prev{
		left:16%;
	}
	.portfolio_gallery_slider .owl-carousel .owl-nav .owl-next{
		left:75%;
	}
}
@media only screen and (max-width : 480px) {
	
	
	.portfolio_gallery_slider .owl-carousel .owl-nav .owl-prev{
		left:16%;
	}
	.portfolio_gallery_slider .owl-carousel .owl-nav .owl-next{
		left:75%;
	}
}
@media only screen and (max-width : 320px) {
	
	.portfolio_gallery_slider .owl-carousel .owl-nav .owl-prev{
		left:10%;
	}
	.portfolio_gallery_slider .owl-carousel .owl-nav .owl-next{
		left:75%;
	}
}