@media screen and (min-width: 1024px) {
	.site-header .section-two nav ul li.current_page_item > a:before,
	.site-header .section-two nav ul li.current_page_parent > a:before,
	.site-header .section-two nav ul li.current_page_ancestor > a:before,
	.site-header .section-two nav ul li.current-menu-parent > a:before,
	.site-header .section-two nav ul li.current-menu-item > a:before,
	.site-header .section-two nav ul li li:hover > a:before,
	.site-header .section-two nav ul > li > a:before {
		background-color: #d700fe;
		bottom: 0;
		content: "";
		height: 2px;
		left: 0;
		position: absolute;
		right: 0;
		transform: scaleX(0);
		transition: all 0.4s ease-in-out 0s;
		width: 100%;
	}
	.site-header .section-two nav ul li.current_page_parent > a:before,
	.site-header .section-two nav ul li.current_page_item > a:before,
	.site-header .section-two nav ul li.current_page_ancestor > a:before,
	.site-header .section-two nav ul li.current-menu-parent > a:before,
	.site-header .section-two nav ul li.current-menu-item > a:before,
	.site-header .section-two nav ul li li:hover > a:before,
	.site-header .section-two nav ul > li > a:hover:before {
		transform: scaleX(1);
	}
	.site-header .section-two nav ul ul {
		background: #f5f5f5;
		position: absolute;
		left: 0;
		min-width: 200px;
		visibility: hidden;
		-webkit-transform: translateY(20%);
		transform: translateY(20%);
		transition: -webkit-transform 0.3s linear, visibility 0.1s;
		transition: transform 0.3s linear, visibility 0.1s;
		z-index: 9;
	}
	.site-header .section-two nav ul li:hover > ul {
		visibility: visible;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		transition: -webkit-transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out;
	}
	.logo-style-one img {
		width: 120px;
        margin-left: 0px;
        padding-left: 5px;
	}
}
@media screen and (max-width: 1250px) {
	.sharing-top-float .tc-social-sharing {
		background: rgba(255,255,255,0.9);
		box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
		border-radius: 0;
		width: 100%;
		top: auto;
		bottom: 0;
		padding: 10px;
		z-index: 20;
	}
	.sharing-top-float .tc-social-sharing li.share-on {
		width: auto;
		font-size: 16px;
		margin: 10px;
		padding: 0;
		border: none;
		line-height: 20px;
	}
	.sharing-top-float .tc-social-sharing li {
		margin-bottom: 0;
	}
	.single .social-share-on .site-footer {
		margin-bottom: 60px;
	}
	.logo-style-one img {
		width: 120px;
        margin-left: 0px;
        padding-left: 5px;
	}
}

@media screen and (max-width: 1200px) {
	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.related-posts ul.grid li {
		width: 23.5%;
		margin: 0 2% 25px 0;
	}
	.footer-widgets .footer-widget {
		width: 310px;
		margin-right: 32px;
	}
	.footer-widgets .footer-column-3 {
		margin-right: 0;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {

	.inner {
		width: 100%;
		max-width: 970px;
	}

	.content-area {
		width: 580px;
	}

	.archive .home-fullwidth .content-masonry,
	.blog .home-fullwidth .content-masonry,
	.home .home-fullwidth .content-masonry {
		float: none;
		width: 100%;
	}

	.archive .home-fullwidth .item,
	.blog .home-fullwidth .item,
	.home .home-fullwidth .item {
		width: 292px;
	}

	.archive .home-sidebar-left .content-masonry,
	.blog .home-sidebar-left .content-masonry,
	.home .home-sidebar-left .content-masonry,
	.archive .home-sidebar-right .content-masonry,
	.blog .home-sidebar-right .content-masonry,
	.home .home-sidebar-right .content-masonry {
		width: 640px;
	}

	.home-sidebar-right .item,
	.home-sidebar-left .item {
		width: 300px;
	}

	.archive .home-sidebar-left .widget-area,
	.blog .home-sidebar-left .widget-area,
	.home .home-sidebar-left .widget-area,
	.archive .home-sidebar-right .widget-area,
	.blog .home-sidebar-right .widget-area,
	.home .home-sidebar-right .widget-area {
		width: 300px;
	}
.coverabout{
    width: 820px;
    
}
	.logo-style-one img {
		width: 120px;
        margin-left: 0px;
        padding-left: 5px;
	}
}

@media screen and (max-width: 1024px) {
	.second-navigation .arrow-sub-menu {
		display: flex;
	}
	.second-navigation ul ul {
		width: 100%;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: max-height 0.2s ease-out;
		-moz-transition: max-height 0.2s ease-out;
		transition: max-height 0.2s ease-out;
	}
	.second-navigation ul ul.sub-menu-open {
		max-height: 1000px;
		-webkit-transition: max-height 0.3s ease-in;
		-moz-transition: max-height 0.3s ease-in;
		transition: max-height 0.3s ease-in;
		border-top: 1px solid #ffffff;
	}

	.section-two .mobile-social ul li{
         padding: 0px 10px 0px 0px;
    }
	.section-two .socialico {
        display: none;
    }
	.section-two .toggle-mobile-menu {
		display: block;
		padding: 10px 15px;
	}
	.section-two .toggle-mobile-menu.active {
		border-bottom: 1px solid #fff;
	}
	.search-style-one .search-row input#s {
		text-indent: 20px;
	}
	.search-overlay .overlay-close {
		right: 20px;
	}
	.site-header .social-media {
		display: none;
	}
	.second-navigation {
		width: 100%;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: max-height 0.2s ease-out;
		-moz-transition: max-height 0.2s ease-out;
		transition: max-height 0.2s ease-out;
	}
	.second-navigation.main-nav-open {
		max-height: 1000px;
		-webkit-transition: max-height 0.3s ease-in;
		-moz-transition: max-height 0.3s ease-in;
		transition: max-height 0.3s ease-in;
	}
	.site-header .section-two nav ul li {
		float: none;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #ffffff;
	}
	.site-header .section-two nav ul ul,
	.site-header .section-two nav ul ul ul {
		position: relative;
		left: 0;
	}
	.site-header .section-two nav ul ul li:last-child {
		border: none;
	}
	.site-header .section-two nav ul li a {
		padding: 10px 15px;
		position: relative;
	}
	.site-footer .social-media {
		display: block;
	}
	.related-posts ul.grid li {
		width: 23.5%;
		margin: 0 2% 25px 0;
	}
	.comment-meta .vcard img {
		max-width: 50px;
		margin-right: 15px;
	}
	.comments-area .comment-content {
		padding-left: 66px;
	}
	.comments-area ol.comment-list ol.children {
		padding-left: 66px;
	}
	.comments-area .reply {
		padding-left: 65px;
	}
	.site-info .social-media {
		margin-bottom: 10px;
	}
	.site-footer .copyright {
		margin-bottom: 10px;
	}
	.site-footer .copyright,
	.site-footer .menu-footer {
		float: none;
		text-align: center;
		width: 100%;
	}
	.site-footer .menu ul,
	.site-footer .menu-footer ul {
		float: none;
	}
	.footer-widgets .footer-widget {
		width: 30%;
		margin-right: 5%;
	}
	.footer-widgets .footer-column-3 {
		margin-right: 0;
	}

}

@media (min-width: 760px) and (max-width: 992px) {

	.inner {
		width: 100%;
		max-width: 750px;
	}

	.archive .home-fullwidth .content-masonry,
	.blog .home-fullwidth .content-masonry,
	.home .home-fullwidth .content-masonry {
		float: none;
		width: 100%;
	}

	.archive .home-fullwidth .item,
	.blog .home-fullwidth .item,
	.home .home-fullwidth .item {
		width: 340px;
	}

	.archive .home-sidebar-left .content-masonry,
	.blog .home-sidebar-left .content-masonry,
	.home .home-sidebar-left .content-masonry,
	.archive .home-sidebar-right .content-masonry,
	.blog .home-sidebar-right .content-masonry,
	.home .home-sidebar-right .content-masonry {
		width: 100%;
	}

	.home-sidebar-right .item,
	.home-sidebar-left .item {
		width: 340px;
	}

	.archive .home-sidebar-left .widget-area,
	.blog .home-sidebar-left .widget-area,
	.home .home-sidebar-left .widget-area,
	.archive .home-sidebar-right .widget-area,
	.blog .home-sidebar-right .widget-area,
	.home .home-sidebar-right .widget-area {
		width: 100%;
	}

}

@media screen and (max-width: 992px) {
	.content-area {
		width: 100%;
		float: none;
	}
	.widget-area {
		width: 100%;
		float: none;
	}
    .coverabout{
    width: 520px;
    
}
}

@media (min-width: 638px) and (max-width: 760px) {
	.inner {
		width: 100%;
		max-width: 630px;
	}

	.archive .home-fullwidth .content-masonry,
	.blog .home-fullwidth .content-masonry,
	.home .home-fullwidth .content-masonry {
		float: none;
		width: 100% !important;
	}

	.archive .home-fullwidth .item,
	.blog .home-fullwidth .item,
	.home .home-fullwidth .item {
		width: 48.5%;
	}

	.archive .home-sidebar-left .content-masonry,
	.blog .home-sidebar-left .content-masonry,
	.home .home-sidebar-left .content-masonry,
	.archive .home-sidebar-right .content-masonry,
	.blog .home-sidebar-right .content-masonry,
	.home .home-sidebar-right .content-masonry {
		width: 100% !important;
	}

	.home-sidebar-right .item,
	.home-sidebar-left .item {
		width: 49%;
	}

	.archive .home-sidebar-left .widget-area,
	.blog .home-sidebar-left .widget-area,
	.home .home-sidebar-left .widget-area,
	.archive .home-sidebar-right .widget-area,
	.blog .home-sidebar-right .widget-area,
	.home .home-sidebar-right .widget-area {
		width: 100%;
	}

}

@media (min-width: 479px) and (max-width: 638px) {

	.inner {
		width: 100%;
		max-width: 470px;
	}

	.masonry {
		width: 100% !important;
	}

	.archive .home-fullwidth .content-masonry,
	.blog .home-fullwidth .content-masonry,
	.home .home-fullwidth .content-masonry {
		float: none;
		width: 100%;
	}

	.archive .home-fullwidth .item,
	.blog .home-fullwidth .item,
	.home .home-fullwidth .item {
		width: 200px;
	}

	.archive .home-sidebar-left .content-masonry,
	.blog .home-sidebar-left .content-masonry,
	.home .home-sidebar-left .content-masonry,
	.archive .home-sidebar-right .content-masonry,
	.blog .home-sidebar-right .content-masonry,
	.home .home-sidebar-right .content-masonry {
		width: 100%;
	}

	.home-sidebar-right .item,
	.home-sidebar-left .item {
		width: 210px;
	}

	.archive .home-sidebar-left .widget-area,
	.blog .home-sidebar-left .widget-area,
	.home .home-sidebar-left .widget-area,
	.archive .home-sidebar-right .widget-area,
	.blog .home-sidebar-right .widget-area,
	.home .home-sidebar-right .widget-area {
		width: 100%;
	}
}

@media (min-width: 300px) and (max-width: 479px) {
	.inner {
		width: 100%;
		max-width: 100%;
	}

	.masonry {
		width: 100% !important;
	}

	.archive .home-fullwidth .content-masonry,
	.blog .home-fullwidth .content-masonry,
	.home .home-fullwidth .content-masonry {
		float: none;
		width: 100% !important;
	}

	.archive .home-fullwidth .item,
	.blog .home-fullwidth .item,
	.home .home-fullwidth .item {
		float: none;
		width: 100%;
	}

	.archive .home-sidebar-left .content-masonry,
	.blog .home-sidebar-left .content-masonry,
	.home .home-sidebar-left .content-masonry,
	.archive .home-sidebar-right .content-masonry,
	.blog .home-sidebar-right .content-masonry,
	.home .home-sidebar-right .content-masonry {
		float: none;
		width: 100% !important;
	}

	.home-sidebar-right .item,
	.home-sidebar-left .item {
		float: none;
		width: 100%;
	}

	.archive .home-sidebar-left .widget-area,
	.blog .home-sidebar-left .widget-area,
	.home .home-sidebar-left .widget-area,
	.archive .home-sidebar-right .widget-area,
	.blog .home-sidebar-right .widget-area,
	.home .home-sidebar-right .widget-area {
		float: none;
		width: 100%;
	}
}

@media screen and (max-width: 299px) {
	.inner {
		width: 100%;
		max-width: 100%;
	}

	.archive .home-fullwidth .content-masonry,
	.blog .home-fullwidth .content-masonry,
	.home .home-fullwidth .content-masonry {
		float: none;
		width: 100%;
	}

	.archive .home-fullwidth .item,
	.blog .home-fullwidth .item,
	.home .home-fullwidth .item {
		float: none;
		width: 100%;
	}

	.archive .home-sidebar-left .content-masonry,
	.blog .home-sidebar-left .content-masonry,
	.home .home-sidebar-left .content-masonry,
	.archive .home-sidebar-right .content-masonry,
	.blog .home-sidebar-right .content-masonry,
	.home .home-sidebar-right .content-masonry {
		float: none;
		width: 100%;
	}

	.home-sidebar-right .item,
	.home-sidebar-left .item {
		float: none;
		width: 100%;
	}

	.archive .home-sidebar-left .widget-area,
	.blog .home-sidebar-left .widget-area,
	.home .home-sidebar-left .widget-area,
	.archive .home-sidebar-right .widget-area,
	.blog .home-sidebar-right .widget-area,
	.home .home-sidebar-right .widget-area {
		float: none;
		width: 100%;
	}
}

@media screen and (max-width: 769px) {
	.tc_banner_300_widget .banner-300 img {
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
  .single .site-main {
    overflow: hidden;
  }
  .item .thumbnail img, .single article .thumbnail img {
    border-radius: 0;
  }
  .footer-widgets .footer-widget {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  .footer-widgets .footer-column-3 {
    margin: 0 auto;
  }
  .site-header .site-title img {
    max-height: 60px;
    max-width: 240px;
  }
  .site-header .site-title a {
    font-size: 24px
  }
  .logo-style-one {
    padding: 0;
    padding-top: 10px
  }
  .logo-style-one img {
    width: 80px;
    margin-left: 0px;
    padding: 0;
  }
  .site-header .site-title {
    text-align: left;
    margin: 20px 0 0 80px;
  }
  .site-header .site-description {
    margin: 0 0 10px 80px;
    text-align: left;
    font-size: 14px !important;
    font-weight: normal;
    padding-top: 10px;
  }
  .app-banner .img-banner {
    float: none;
    width: 100%;
    text-align: center;
    padding: 10px;
  }
  .app-banner .title-banner {
    float: none;
    width: 100%;
    text-align: left;
    padding: 5px;
    padding-top: 0px;
  }
  .app-banner .title-banner img {
    width: 200px;
  }
  .app-banner {
    /*	height: 420px;*/
  }
  .coverabout {
    width: 100%;
  }
  .cover_pic_div {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .cover_pic_img {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0px 0 0 0px;
    max-width: 640px;
    padding: 0;
  }
  .cover-box {
    float: none;
  }
  .title-box {
    float: none;
    width: 100%;
  }
  .covermodelbox {
      width: 100%
    }

}

@media screen and (max-width: 639px) {
	.nav-links a,
	.nav-links .dots,
	.nav-links span.current {
		display: inline-block;
		margin: 0 0 10px 0;
	}
}

@media screen and (max-width: 479px) {

	.related-posts ul.grid li {
		width: 48%;
		margin-right: 4%;
	}
	.related-posts ul.grid li:nth-chid(4n+1) {
		float: left;
	}
	.related-posts ul.grid li:nth-child(2n) {
		margin-right: 0;
	}
	.related-posts ul.grid li:nth-child(2n + 1) {
		clear: left;
	}

	#load-more-wrap a {
		margin: 0 10px;
	}
}
@media screen and (max-width: 414px) {

	.sharing-top-float .tc-social-sharing a {
		width: 26px;
		height: 26px;
		line-height: 26px;
		margin-top: 8px;
	}
	.sharing-top-float .tc-social-icons li a i {
		line-height: 26px;
		font-size: 12px;
	}
}size: 12px;
	}
}