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

	Name: Mighty Responsive Media Queries
	Version: 1.0
	
-----------------------------------------------------------------*/


@import url( 'slicknav.css' );


/*-------------------------------------
   0. RESPONSIVE MEDIA QUERIES
-------------------------------------*/

@media only screen and (min-width: 1000px) {

	.slicknav_menu {
		display: none;
		}

}


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

	.slicknav_menu {
		background: #fff;
		display: block;
		/*margin-top: 50px;*/
	}

	.slicknav_btn {
		line-height: 0;
	}

	a.slicknav_btn {
		background-color: rgba(255,255,255,1);
		border-bottom: none;
	}

	a.slicknav_btn:hover {
		background-color: rgba(0,0,0,0.1);
		border-bottom: none;
	}

	a.slicknav_btn:hover .slicknav_menutxt {
		color: #000;
	}

	.slicknav_menu .slicknav_icon {
		margin: 0;
	}

	.slicknav_menu .slicknav_icon-bar {
		background-color: rgba(0,0,0,0.6);
	}

	a.slicknav_btn:hover .slicknav_icon .slicknav_icon-bar {
		background-color: rgba(0,0,0,1);
	}

	.slicknav_menu .slicknav_menutxt {
		font-size: 14px;
		line-height: 15px;
		color: #000;
		font-weight: 600;
	}

	.slicknav_nav li {
		text-align: left;
	}

	.slicknav_nav a {
		color: #000;
		border-bottom: none;
	}

	.slicknav_nav a:hover,
	.slicknav_nav .slicknav_item:hover {
		border-radius: 4px;
		background: #eee;
		color: #000;
	}

	.slicknav_nav .slicknav_arrow {
		font-size: 0.8em;
		margin: 0 0 0 0.4em;
		color: #3cb796;
	}

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

	#header nav {
		padding-top: 0px;
	}

	ul#nav {
		display: none;
	}

	#header-meta h2 {
		width: 100%;
	}

	.wrap {
		width: 93.7%;
		overflow: hidden;
	}

	#header .custom img {
		max-width: 100%;
	}

	body.home #hero .poster img {
		width: 100%;
		height: auto;
	}

	body.home #columns .column {
		float: none;
		width: 66%;
		margin: 0 auto 65px auto;
	}

	body.home #columns {
		margin-bottom: 25px;
	}

	#portfolio .post,
	body.page-template-template-portfolio-php #content .post,
	body.page-template-template-portfolio-infinite-php #content .post,
	body.archive-portfolio {
		float: left;
		width: 31%;
		margin-right: 3.3%;
		margin-bottom: 45px;
	}

	#portfolio .last,
	body.page-template-template-portfolio-php #content .last,
	body.page-template-template-portfolio-infinite-php #content .last,
	body.archive-portfolio #content .last {
		margin-right: 0;
	}

	#portfolio .post a,
	body.page-template-template-portfolio-php .item a,
	body.page-template-template-portfolio-infinite-php .item a,
	body.archive-portfolio .item a {
		border-bottom: none;
		height: 100%;
		width: 100%;
	}

	#portfolio .post img,
	body.page-template-template-portfolio-php #content .post img,
	body.page-template-template-portfolio-infinite-php #content .post img,
	body.archive-portfolio #content .post img {
		height: auto;
		width: 100% !important;
	}

	#portfolio .post a .overlay,
	body.page-template-template-portfolio-php #content .post .overlay,
	body.page-template-template-portfolio-infinite-php #content .post .overlay,
	body.archive-portfolio #content .post .overlay {
		height: 100%;
		width: 100%;
	}

	#portfolio h2 {
		margin-bottom: 30px;
	}

	body.home #clients img {
		width: 100%
	}

	#blog .post {
		float: none;
		text-align: center;
		margin: 0 auto 60px auto;
	}

	#blog .last {
		margin-bottom: 0px;
	}

	#enews form {
		width: 76.65%;
		height: auto;
		margin: 0 auto 40px auto;
	}

	#enews form i,
	#enews form label,
	#enews form input[type="email"],
	#enews form input[type="submit"] {
		float: none;
		display: inline-block;
		margin-right: 0;
	}

	#enews form i {
		margin-right: 10px;
	}

	#enews form label,
	#enews form input[type="email"] {
		margin-bottom: 20px;
	}

	#enews form input[type="email"] {
		width: 81.7%;
	}

	#enews form input[type="submit"] {
		position: static;
	}

	#sidebar,
	#sidebar .widget {
		float: left;
		width: 80%;
	}

	.full-width {
		width: 100% !important;
	}

	body.single-portfolio #content,
	body.single-portfolio #content .entry-image img,
	body.single-portfolio .entry-content,
	body.single-portfolio .entry-header {
		width: 100%;
		height: auto;
	}

	body.single-portfolio .portfolio-meta {
	float: left;
	width: 300px;
	margin: 0 0 20px 0;
	}

	#sidebar-footer .widget {
		float: none;
		display: block;
		width: 95%;
	}

	#sidebar-footer .mighty_social_widget ul,
	#sidebar-footer .mighty_instagram_widget ul,
	#sidebar-footer .mighty_social_widget li,
	#sidebar-footer .mighty_instagram_widget li {
		float: none !important;
		display: inline-block;
	}

	#sidebar-footer .mighty_social_widget li:nth-child(5n) {
		margin-right: 15px;
	}

	#subfooter #enews,
	#subfooter #contact {
		float: left !important;
		width: 82%;
		margin: 0 auto 40px auto;
	}

	#subfooter #contact {
		margin-bottom: 0;
	}


	#subfooter #enews form {
		float: none !important;
		display: inline-block !important;
		margin-right: 0;
	}

	#subfooter #contact img {
		margin-bottom: 20px;
	}

	#footer .copyright,
	#footer nav {
		float: none !important;
		margin: 0 auto;
	}

	#footer nav {
		margin-bottom: 25px;
	}

}

@media only screen and (max-width: 768px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    	width: 48.05%;
	}
}


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

	body.single-portfolio #content,
	#content {
		width: 100%;
	}
	.slicknav_menu {
		background: #fff;
		display: block;
	}

	body.single-portfolio .entry-image {
		width: 100%;
	}

	.entry-image img {
		width: 100%;
		height: auto;
	}

	#content #comments .comment-author,
	#content #comments .comment-content,
	#content #comments .comment-reply {
		float: none;
		width: auto;
	}

	#content #comments ol .children {
		margin-left: 10%;
	}

	#content #comments .children .comment-content,
	#content #comments .children .comment-reply {
		float: none;
		width: auto;
	}

	#content #comments .children .comment-author,
	#content #comments .children .comment-content,
	#content #comments .children .comment-reply {
		float: none;
		width: auto;
	}

	#content #respond textarea {
		width: 94%;
	}

	#content #comments ol #respond,
	#content #comments ol .children #respond {
		margin-left: 0;
	}

	body.page-template-template-contact-php #contact-form input[type="text"],
	body.page-template-template-contact-php #contact-form textarea {
		width: 94%;
	}

	#sidebar-footer .widget {
		float: none;
		display: block;
		width: 89%;
		margin: 0 auto 45px auto !important;
	}

	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    	float: left;
	}

}

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

	#subfooter #enews form input[type="email"] {
		display: block;
	}
	.slicknav_menu {
		background: #fff;
		display: block;
	}

	#subfooter #enews form input[type="email"] {
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
		margin-bottom: 20px;
	}

	#subfooter #enews form input[type="submit"] {
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}

	#content article.format-link header {
		text-align: center;
	}

	#content article.format-link header i {
		position: static;
		margin-bottom: 20px;
	}

	#content article.format-link header {
		text-align: center;
	}

	#content article.format-link header h2,
	#content article.format-link header p {
		padding-left: 0;
	}

}


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

	#header-top {
		text-align: center;
	}
	.slicknav_menu {
		background: #fff;
		display: block;
	}

	body.home #columns .column {
		float: none;
		width: 80%;
		margin: 0 auto 35px auto;
	}

	#portfolio .post,
	body.page-template-template-portfolio-php #content .post,
	body.page-template-template-portfolio-infinite-php #content .post,
	body.archive-portfolio #content .post {
		float: none;
		display: block;
		width: 300px;
		margin: 0 auto 45px auto !important;
	}

	body.home #portfolio .post {
		float: left;
		width: 50%;
		margin-bottom: 0 !important;
	}

	#portfolio .last,
	body.page-template-template-portfolio-php #content .last,
	body.page-template-template-portfolio-infinite-php #content .last,
	body.archive-portfolio #content .last {
		margin-right: 0;
	}

	#portfolio .post a,
	body.page-template-template-portfolio-php .item a,
	body.page-template-template-portfolio-infinite-php .item a,
	body.archive-portfolio.item a {
		border-bottom: none;
		height: 300px;
		width: 300px;
	}

	#portfolio .post img,
	body.page-template-template-portfolio-php #content .post img,
	body.page-template-template-portfolio-infinite-php #content .post img,
	body.archive-portfolio #content .post img {
		height: 300px;
		width: 300px;
	}

	#portfolio .post a .overlay,
	body.page-template-template-portfolio-php #content .post .overlay,
	body.page-template-template-portfolio-infinite-php #content .post .overlay,
	body.archive-portfolio #content .post .overlay {
		height: 300px;
		width: 300px;
	}

	#blog .post {
		float: none;
		margin: 0 auto 40px auto;
	}

	#sidebar {
		float: none;
		width: 300px;
	}

	#sidebar-footer {
		text-align: center;
	}

	#sidebar-footer .widget {
		float: none;
		display: block;
		width: 300px;
		margin: 0 auto 45px auto !important;
	}

}
