
@media only screen and (max-width: 1300px) {

	.wrap,
	.boxed-layout #page,
	.boxed-layout-small #page {
		max-width: 970px;
	}

	.boxed-layout .wrap,
	.boxed-layout-small .wrap {
		max-width: 904px;
	}

	.four-column-full-width {
		width: 33.33%;
	}

	.four-column-full-width:nth-child(4n+5) {
		clear: none;
	}

	.four-column-full-width:nth-child(3n+4) {
		clear: both;
	}

	.main-slider .image-slider {
		min-height: 460px;
	}

	.slider-content .slider-title, 
	.slider-content .slider-title a {
		font-size: 44px;
		line-height: 52px;
	}

	.header-item-two .main-slider .image-slider {
		min-height: 580px;
	}

	.main-slider .multi-slider .image-slider {
		min-height: 360px;
	}

}


@media only screen and (max-width: 1023px) {

	.wrap,
	.boxed-layout #page,
	.boxed-layout-small #page,
	#site-title a img {
		width: 708px;
	}

	.boxed-layout #page,
	.boxed-layout-small #page {
		overflow: hidden;
	}

	.boxed-layout .wrap,
	.boxed-layout-small .wrap,
	.boxed-layout #site-title a img {
		width: 668px;
	}

	#search-box {
		background-color: #fff;
	}

	.header-navigation-wrap {
		text-align: center;
	}

	.header-social-block {
		display: inline-block;
		float: none;
	}

	.widget-title {
		font-size: 22px;
		line-height: 1.364;	
	}

	.main-slider .image-slider {
		min-height: 320px;
	}

	.slider-content .slider-title, 
	.slider-content .slider-title a {
		font-size: 30px;
		line-height: 28px;
	}

	.slider-content .slider-text {
		font-size: 13px;
		line-height: 20px;
	}

	.slider-content .slider-text a.more-link {
		padding: 2px 0;
		width: 160px;
	}
	
	.slider-content .btn-default {
		font-size: 12px;
		line-height: 18px;
		margin: 10px 5px 0;
		padding: 4px 12px;
	}

	#primary,
	#secondary {
		margin-bottom: 50px;
		padding: 0px;
		width: 100%;
		border: none;
	}

	.left-sidebar-layout #primary {
		float: none;
		padding-left: 0px;
	}

	.left-sidebar-layout #secondary {
		float: none;
		padding-right: 0px;
		border: none;
	}

	.no-sidebar-layout #main {
		margin: 0 ;
		width: 100%;
	}

	/* ----- Column ----- */
	.column {
		margin: 0 -15px;
	}

	.two-column,
	.three-column,
	.four-column {
		padding: 0 15px 40px;
	}

	.two-column,
	.four-column,
	.three-column,
	.four-column-full-width,
	.business-sidebar .three-column,
	.boxed-layout-small .four-column-full-width {
		width: 50%;
	}

	.three-column:nth-child(3n+4),
	.four-column:nth-child(4n+5),
	.four-column-full-width:nth-child(3n+4),
	.boxed-layout-small .four-column-full-width:nth-child(3n+4),
	.column-2:nth-child(2n+3),
	.column-3:nth-child(3n+4),
	.column-4:nth-child(4n+5) {
 		clear: none;
	}

	.three-column:nth-child(2n+3),
	.four-column:nth-child(2n+3),
	.four-column-full-width:nth-child(2n+3),
	.boxed-layout-small .four-column-full-width:nth-child(2n+3) {
 		clear: both;
	}

	.latest-blog-image{float:none;position:relative;right:inherit;top:inherit;width:100%;margin-bottom:-1px}

	.latest-blog-text{*padding:30px 30px 10px;*border:1px solid #e4e4e4}

	.latest-blog-content {
		padding: 0;
	}

	.testimonial-slider {
		max-width: 100%;
	}
	
	#colophon .widget-area {
		margin: 0;
		display: block;
	}
	
	#colophon .column-1,
	#colophon .column-2,
	#colophon .column-3,
	#colophon .column-4 {
		border-right: none;
		width: 100%;
		float: none;
		padding: 0;
		display: block;
	}

	.header-item-two.sld-plus .top-header {
		position: relative;
		top: 0;
	}

	.header-item-two.sld-plus .main-header {
		background-color: transparent;
		padding: 0;
	}

	.header-item-two.sld-plus .slider-content {
		top: 50%;
	}

	.header-item-two.sld-plus .is-sticky #sticky-header {
		*background-color: rgba(255, 255, 255, 0.7);
	}

}


@media only screen and (max-width: 980px) {

	/* Responsive Navigation */

	#sticky-header-sticky-wrapper {
		height: auto !important;
	}

	#sticky-header {
		*position: relative !important;
	}

	.is-sticky #sticky-header {
		*top: 0 !important;
	}

	#sticky-header,
	.is-sticky #sticky-header {
		*background-color: #fff;
	}

	.is-sticky .header-social-block {
		display: inline-block;
	}

	.is-sticky .main-navigation {
		float: none;
	}
	
	.nav-site-title {
		display: none;
	}
	
	.menu-toggle {
		background-color: rgba(0, 0, 0, 0);
		border: 0 none;
		color: #666;
		cursor: pointer;
		display: inline-block;
		font-size: 0;
		margin: 15px auto 0;
		padding: 15px 0;
		width: 30px;
	}

	.menu-toggle .line-bar:before {
		transition: top 0.1s ease 0.14s, 
		opacity 0.1s ease 0s;
	}

	.line-bar:before {
		top: -8px;
	}

	.line-bar:after {
		bottom: -8px;
	}

	.line-bar:after, 
	.line-bar:before {
		content: "";
		display: block;
	}

	.line-bar, 
	.line-bar:after, 
	.line-bar:before {
		border-radius: 5px;
		height: 2px;
		position: absolute;
		transition-duration: 0.15s;
		transition-property: transform, -webkit-transform;
		transition-timing-function: ease;
		width: 30px;
	}

	.menu-toggle .line-bar:after {
		transition: bottom 0.1s ease 0.14s, 
		transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, 
		-webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
	}
	.menu-toggle .line-bar {
		transition-duration: 0.1s;
		transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	.line-bar {
		display: block;
		margin-top: -2px;
	}

	.menu-toggle.on .line-bar:before {
		opacity: 0;
		top: 0;
		transition: top 0.1s ease 0s, opacity 0.1s ease 0.14s;
	}

	.menu-toggle.on .line-bar:after {
		bottom: 0;
		transform: rotate(-90deg);
		transition: bottom 0.1s ease 0s, 
		transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s, 
		-webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
	}

	.menu-toggle.on .line-bar {
		transform: rotate(45deg);
		transition-delay: 0.14s;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	
	.menu {
		display: none;
	}

	.toggled-on .menu {
		display: block;
	}

	.top-logo-title .menu-toggle {
		margin: 0;
		padding: 30px 0;
	}
	
	.widget_nav_menu .menu {
		display: block;
	}
	
	.main-navigation {display:none;
		float: none;
		padding: 0;
	}
	
	.main-navigation > ul > li {
		position: inherit;
		width: 100%;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		margin-left: 0;
	}
	
	.main-navigation > ul > li::before {
		visibility: hidden;
	}
	
	.main-navigation a {
		float: none;
		height: inherit;
		line-height: 1.833;
		padding: 10px 0;
	}

	/*  Dropdown  */
	.main-navigation ul li:hover ul {
	  	top: auto;
	}
	
	.main-navigation ul li ul {
		background-color: transparent;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		display: block;
		left: 40px;
		opacity: 1;
		-moz-opacity: 1;
		filter:alpha(opacity=100);
		position: static;
		top: auto;
		visibility: visible;
		width: 100%;
	}
	
	.main-navigation ul li ul li {
		float: none;
		margin: 0;
		position: relative;
	    text-align: left;
	    width: 100%;
	    z-index: 1;
	    display: block;
		opacity: 1;
		-moz-opacity: 1;
		filter:alpha(opacity=100);
	  	visibility:visible;
	}
	
	.main-navigation ul li ul li {
    	border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
	
	.main-navigation ul li ul li::before {
		position: static;
	}
	
	.main-navigation ul li ul li ul {
		left: 160px;
		display: block;
		opacity: 1;
		-moz-opacity: 1;
		filter:alpha(opacity=100);
	  	visibility:visible;
	}
	
	#site-navigation ul ul ul a {
		padding-left: 40px;
	}
	
	.main-navigation ul ul li:hover ul {
		top: 0;
		display: block;
	  	opacity: 1;
		-moz-opacity: 1;
		filter:alpha(opacity=100);
	  	visibility:visible;
	}

	.main-navigation li li.menu-item-has-children > a:after, 
	.main-navigation li li.page_item_has_children > a:after {
		content: "\f107";
	}

	.is-sticky .main-navigation a {
		line-height: inherit;
	}

	.box-title{*font-size:26px;*line-height:33px}

	.about-content-wrap:after {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}

	.about-box .about-content,
	.about-box .about-img {
		display: inherit;
		width: 100%;
	}

	.top-logo-title .main-navigation {
		float: none;
		margin: 0;
	}

	.top-logo-title .header-search, 
	.top-logo-title .header-search-x {
		bottom: auto;
		top: 52px;
	}

	.top-logo-title .show-menu-toggle {
		bottom: auto;
		top: 10px;
	}

	.header-item-one #sticky-header, 
	.header-item-one .is-sticky #sticky-header,
	.header-item-two #sticky-header, 
	.header-item-two .is-sticky #sticky-header {
		background-color: transparent;
	}

	.sld-plus .header-text-light .menu.nav-menu {
		background-color: #fff;
		margin-top: 15px;
		padding: 0 20px;
	}

	.sld-plus .header-text-light .main-navigation a,
	.sld-plus .header-text-light .main-navigation li.menu-item-has-children > a:after, 
	.sld-plus .header-text-light .main-navigation li li.menu-item-has-children > a:after, 
	.sld-plus .header-text-light .main-navigation li.page_item_has_children > a:after, 
	.sld-plus .header-text-light .main-navigation li li.page_item_has_children > a:after {
		color: inherit;
	}
}


@media only screen and (max-width: 767px) {

	.wrap,
	.boxed-layout #page,
	.boxed-layout-small #page {
		width: 460px;
	}
	
	.boxed-layout .wrap,
	.boxed-layout-small .wrap {
		width: 440px;
	}
	
	.comments-title,
	#respond h3#reply-title {
		font-size: 26px;
		line-height: 1.231;
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p{*margin-bottom:10px}
	
	hr {
		margin-bottom: 30px;
	}
	
	input[type="text"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea,
	input[type="reset"],
	input[type="button"],
	input[type="submit"] {
		margin-bottom: 20px;
	}
	
	input.s {
		margin: 0;
	}

	#site-branding{float:left;*width:50%}

	#site-detail {
		display: block;
		text-align: center;
	}
	
	#site-title{font-size:30px}

	.main-navigation {
		clear: both;
		margin-right: 0;
	}
	
	.boxed-layout #site-branding,
	.boxed-layout #site-title a img,
	.boxed-layout-small #site-branding,
	.boxed-layout-small #site-title a img {
		max-width: 400px;
	}
	
	.header-search,
	.header-search-x {
		display: none;
	}

	.main-slider .image-slider {
		min-height: 200px;
	}

	.slider-content {
		left: 0;
		max-width: 90%;
		right: 0;
		text-align: center;
	}

	.slider-content .slider-title, 
	.slider-content .slider-title a {
		font-size: 26px;
	}

	.main-slider .flex-direction-nav li {
		height: 80px;
		padding: 10px;
		width: 80px;
	}
	
	.page-header{padding:0 4px}
	
	#content{padding-top:0}
	
	/*  Column  */
	.column {
		margin: 0;
	}
	
	.two-column,
	.three-column {
		padding: 0 0 30px;
		width: 100%;
	}
	
	.two-column-full-width,
	.four-column-full-width,
	.boxed-layout-small .four-column-full-width,
	#primary .three-column, 
	#primary .four-column-full-width, 
	#primary .four-column {
		margin: 0;
		width: 100%;
	}
	
	.four-column {
		padding: 0 10px 30px;
		width: 50%;
	}
	
	.three-column:nth-child(2n+3) {
 		clear: none;
	}
	
	.three-column-post .post-container,
	.four-column-post .post-container {
		width: 50%;
	}
	
	.top-bar {
		display: none;
	}

	.top-bar .side-menu-nav {
		width: 100%;
	}

	.box-header {
		padding: 0;
	}

	.about-content-wrap {
		padding: 0;
	}

	.about-box-bg {
		background-position: right;
	}

	.portfolio-box,
	.latest-blog-box {
		text-align: center;
	}

	.latest-blog-content {
		text-align: left;
	}

	.latest-blog-text {
		padding: 20px 20px 10px;
	}

	#main .post {
		margin-bottom: 50px;
	}

	#main .latest-blog-content .post {
		margin-bottom: 0;
	}
	
	.two-column-blog #primary .post {
		width: 100%;
		float: left;
		margin-right: 0;
	}

	.two-column-blog #primary .post:nth-child(2n+1) {
		margin-left: 0;
	}
	
	.small-image-blog .post-featured-image {
		width: 100%;
	}

	.blog a.more-link:before {
		left: -50%;
		width: 50%;
	}

	.blog a.more-link:after {
		right: -50%;
		width: 50%;
	}
	
	.widget {
		margin-bottom: 40px;
	}
	
	.widget_custom-tagcloud {
		margin-bottom: 32px;
	}
	
	.widget_posts {
		margin-bottom: 20px;
	}
	
	#colophon .widget_posts {
		margin-bottom: 20px;
	}
	
	.site-info #site-branding {
		max-width: 100%;
	}

	.header-item-two .main-slider .image-slider {
		min-height: 400px;
	}

	.box-slider.sld-plus #sticky-header .wrap, 
	.box-slider.sld-plus .top-bar .wrap {
		margin: 0;
		width: 100%;
		padding: 0px;
	}

	.portfolio-title-bg {
		font-size: 60px;
		top: 15px;
	}
}


@media only screen and (max-width: 480px) {

	.wrap,
	.boxed-layout #page,
	.boxed-layout-small #page {
		width: 300px;
	}
	
	.boxed-layout .wrap,
	.boxed-layout-small .wrap {
		width: 280px;
	}
	
	.boxed-layout #colophon,
	.boxed-layout-small #colophon {
		margin-bottom: 10px;
	}
	
	.boxed-layout #site-branding,
	.boxed-layout #site-title a img,
	.boxed-layout-small #site-branding,
	.boxed-layout-small #site-title a img {
		max-width: 240px;
	}

	/*  Column  */
	.column {
		margin: 0;
	}
	
	.four-column {
		padding: 0 0 30px;
		width:calc(50% - 4px);height:160px;
	}
	
	.four-column:nth-child(2n+3) {
		clear: none;
	}
	
	.two-column-post .post-container,
	.three-column-post .post-container,
	.four-column-post .post-container {
		width: 100%;
	}
	
	.btn-default {
		padding: 6px 18px;
		font-size: 13px;
	}

	.side-menu {
		right: -200%;
	}

	.portfolio-title-bg {
		font-size: 40px;
		top: 25px;
	}

	.header-item-one .slider-content {
		display: none;
	}

	.header-item-two .main-slider .image-slider {
		min-height: 320px;
	}

	.go-to-top{right:calc(50% - 25px);bottom:10px}

}


@media only screen and (min-width: 319px) and (max-width: 400px) {

	.wrap,
	.boxed-layout #page,
	.boxed-layout-small #page{width:98%}
	
	#site-branding{float:left;width:60%}
	#site-branding .custom-logo-link{float:left;display:block;width:30px;height:50px}
	#site-branding img{height:30px !important;margin:10px 4px 0 0}
	#site-detail{float:left;display:block;padding:0 0 0 4px;text-align:left}
	#site-title{float:left;display:block;line-height:50px !important;font-size:26px}
	#site-description{display:none}
	
	.show-menu-toggle {
		bottom: auto;
		top: 10px;
	}
	
	h1.page-title{float:right;display:block;width:calc(100% - 100px);margin:4px 0 0;height:50px;line-height:50px;text-align:right;font-size:24px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
	.custom-page-title{height:50px;line-height:50px;font-size:24px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}

	.latest-blog-box .main-page-block .four-column{width:calc(50% - 4px);height:160px;margin:2px;padding:0;overflow:hidden}
		.latest-blog-image{width:100%;height:100px}
		.latest-blog-image .post-featured-image{height:100px}
		.latest-blog-text{height:60px}
		.latest-blog-text .entry-title{font-size:13px;line-height:14px}
		.four-column .entry-meta a{font-size:8px !important}
	
	.gallery-columns-2 .gallery-item{height:180px}
		.gallery-columns-2 .gallery-item  a{height:180px}
	
	.our-feature-two .four-column{width:calc(50% - 4px);height:160px;padding:0}
	.our-feature-two .feature-content{font-size:15px;line-height:15px}
	
	.fact-figure-box{display:none}
	
	.our-feature-box{top:0}
	
	.testimonial-box .testimonial-bg{padding:40px 0 20px}
		.testimonial-wrap{margin:0 30px;padding:20px}
		.testimonial-box .testimonial-slider .slides li img{margin-left:-50px}
		.testimonial-quote{font-size:14px;line-height:18px}
		#main .testimonial-box .flex-control-nav{margin-top:20px}
	
	.go-to-top{right:calc(50% - 25px);bottom:10px}

}
	

@media only screen and (max-width: 319px) {

	.wrap,
	.boxed-layout #page,
	.boxed-layout .wrap,
	.boxed-layout-small #page,
	.boxed-layout-small .wrap{width:98%}
	
	.gallery-columns-2 .gallery-item{height:150px}
	.gallery-columns-2 .gallery-item  a{height:150px}
	
	.our-feature-two .four-column{width:calc(50% - 4px);height:160px;padding:0}
	.our-feature-two .feature-content{font-size:15px;line-height:16px}
	
	.fact-figure-box{display:none}

	.go-to-top{right:calc(50% - 25px);bottom:10px}

}