/* Mobile */
@media only screen and (max-width:500px) {
	/*body {
		font: 13px/23px "Merriweather", Georgia, serif;
	}*/
	
	.header-left {
		width: 75%;
	}
	
	.page-title {
		padding: 15px 0;
		margin-bottom: 25px;
	}
	
	.page-title h2 {
    	font-size: 28px;
    	line-height: 34px;
	}
	
	.home .page-title h2 {
		font-size: 24px;
		line-height: 32px;
	}
	
	.page-title h3 {
	    font-size: 14px;
	    line-height: 22px;
	    margin: 5px 0 0 0;
	}
	
	.portfolio-block-large {
		margin-bottom: 25px;
	}
	
	.portfolio-big-title {
		margin-bottom: 25px;
	}
	
	.portfolio-big-title h2 {
		font-size: 26px;
		line-height: 34px;
	}
	
	.portfolio-big-title h3 {
		font-size: 14px;
		line-height: 24px;
		padding: 0;
		margin-top: 10px;
	}
	
	.title-meta h2 {
		line-height: 34px;
		font-size: 24px;
		letter-spacing: 0;
	}
	
	.intro {
		font-size: 15px;
		line-height: 26px;
	}
	
	.single .gallery-wrap {
		margin-bottom: 25px;
	}
	
	.comments {
		padding: 15px;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	
	.comment-text {
		font: 13px/23px "Merriweather", Georgia, serif;
	}
	
	.services .service-icon {
		margin-top: 0 !important;
	}
	
	.services h3 {
		font-size: 16px !important;
		line-height: 22px !important;
	}
}

/* Tablet and Mobile */
@media only screen and (max-width:755px) {


}

/* Responsive Blocks */

@media screen and (min-width:500px) {
	#portfolio-blocks ul {
		max-width: 980px;
		overflow: hidden;
		color: #fff;
	}
	
	.portfolio-block {
		position: relative;
		top: 0;
		overflow: hidden;
	}
}

/* One Column */

@media screen and (min-width:300px) {
	.portfolio-blocks-wrap {
		width: 100%;
	}
	
	.portfolio-block, .post-type-archive-okay-portfolio .post-box {
		width: 100%;
		margin: 0 0 15px 0 !important; 
		padding-bottom: 70%;
	}
}

/* Two Column */

@media screen and (min-width:700px) {
	.portfolio-blocks-wrap {
		width: 103%;
	}
	
	.portfolio-block {
		width: 47%;
		margin: 0 3% 20px 0 !important;
		padding-bottom: 33%;
	}
}

/* Three Column */

@media screen and (min-width:860px) {
	.portfolio-block {
		width: 31%;
		margin: 0 2.2% 25px 0 !important;
		padding-bottom: 21%;
	}
}
/* =Responsive
----------------------------------------------- */
@media screen and (min-width: 650px) {
  /* Primary Navigation */
  .main-navigation div {
    padding: 0;
  }

  .main-navigation .menu-toggle {
    display: none;
    padding: 0;
  }

  .main-navigation .nav-menu {
    border-bottom: 0;
    display: block;
  }

  .main-navigation.toggled-on {
    border-bottom: 0;
    margin: 0;
    padding: 0;
  }

  .main-navigation li {
    border: 0;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    position: relative;
  }

  .main-navigation a {
    display: inline-block;
    padding: 0 12px;
    white-space: nowrap;
  }

  .main-navigation .current_page_item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current-menu-ancestor > a {
    background: #fff;
    color: #555;
  }

  .main-navigation ul > li.menu-item-has-children:hover > a,
  .main-navigation ul > li.menu-item-has-children.focus > a,
  .main-navigation ul > li.page_item_has_children:hover > a,
  .main-navigation ul > li.page_item_has_children.focus > a {
    color: #555;
    background: #fff;
  }

  .main-navigation ul ul {
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    float: left;
    margin: 0 0 0 -1px;
    position: absolute;
    top: 48px;
    left: -999em;
    z-index: 99999;
    opacity: 0;
    transition: opacity .3s ease-in-out;
  }

  .main-navigation li li {
    border: 0;
    display: block;
    height: auto;
    line-height: 1.2;
  }

  .main-navigation ul ul ul {
    left: -999em;
    top: 0;
    border-top: 1px solid #ccc!important;
  }

  .main-navigation ul ul a {
    color: #555;
    padding: 16px 12px;
    white-space: normal;
  }

  .main-navigation ul ul a:hover,
  .main-navigation ul ul li.focus > a,
  .main-navigation ul ul li:hover {
    color: #555;
    background-color: #fefefe;
  }

  .main-navigation ul ul li.menu-item-has-children:hover > a,
  .main-navigation ul ul li.menu-item-has-children.focus > a,
  .main-navigation ul ul li.page_item_has_children:hover > a,
  .main-navigation ul ul li.page_item_has_children.focus > a {
    color: #555;
    background-color: #fefefe;
  }

  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto;
    opacity: 1;
  }

  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: 100%;
  }

  .main-navigation .menu-item-has-children > a,
  .main-navigation .page_item_has_children > a {
    padding-right: 26px;
  }

  .main-navigation .menu-item-has-children > a:after,
  .main-navigation .page_item_has_children > a:after {
    -webkit-font-smoothing: antialiased;
    content: "\f347";
    display: inline-block;
    font: normal 10px/1 "dashicons";
    position: absolute;
    right: 5px;
    top: 20px;
    vertical-align: text-bottom;
  }

  .main-navigation li .menu-item-has-children > a,
  .main-navigation li .page_item_has_children > a {
    padding-right: 20px;
    width: 168px;
  }

  .main-navigation .menu-item-has-children li.menu-item-has-children > a:after,
  .main-navigation .menu-item-has-children li.page_item_has_children > a:after,
  .main-navigation .page_item_has_children li.menu-item-has-children > a:after,
  .main-navigation .page_item_has_children li.page_item_has_children > a:after {
    content: "\f347";
    right: 8px;
    top: 20px;
  }
}
@media screen and (max-width: 840px) {

}
@media screen and (max-width: 680px) {
  #footer-widgets.widgets-count-3 .widget-area {
    float: none;
    width: auto;
    margin-right: 0;
  }

  .comment-list .children {
    list-style: none;
    margin: 1.5em 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  .col-width {
    padding: 0;
  }

  .main-navigation .toggled-on {
    padding: 42px 0 0px;
  }

  .main-navigation a {
    padding: 7px 20px;
  }
}
