/*
Theme Name: Elision
Theme URI: http://demo.qodeinteractive.com/elision/
Description: Elision Theme
Tags: creative, portfolio, multi-purpose, clean, retina, responsive, localization, parallax, background video, mega menu, blog, art, business, fullscreen, animations
Author: Qode Interactive
Author URI: http://www.qodeinteractive.com/
Version: 1.4
License: GNU General Public License
License URI: licence/GPL.txt

*/

/*
CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

1.4
- Added date and time for post comments
- Updated translation files
- Fixed latest posts category attribute
- Fixed color changing of shopping cart dropdown with main menu color options
- Fixed action shortcode
- Fixed hover color on sticky menu
- Fixed latest post shortcode
- Fixed bottom margin of "row" on mobile devices

1.3
- Added option to enable comments on pages (default and full width template)
- Improved title image logic for smaller screens
- Fixed latest posts background color
- Fixed parallax image overlapping when parallax section is close to slider

1.2
- Added video support to Qode Slider
- Fixed dark/light header on load when slide has selected style
- Fixed content overlaping from Qode Slider when Default template is selected
- Fixed ajax loader changing color with "First main color" change
- Fixed Message shortcode
- Fixed Woocommerce Dropdown Cart
- Fixed 'no space' portfolio layout on mac devices

1.1
- Added WooCommerce integration
- Added field for top header background color on "mobile view"
- Improved dark/light logic (header top is now included)
- Updated css for prev/next buttons on portfolios

*/

div.post_text p {
  margin-bottom: 1em;
}

.portfolio_single h4, div.portfolio_detail h4 {
  color: #e1e1e1;
}

div.portfolio_single div.portfolio_navigation {
  border-top: 0;
  padding: 0 0 35px 0;
}

#map_canvas {
  width: 50;
  float: left;
}

div#imap1message, div#imap2message, div#imap3message {
  width: 40%;
  margin-left: 10px;
  float: left;
  padding-top: 2em;
  
}

div.social_share_dropdown ul {
  min-width: 150px;
}

div.portfolio_social_holder {
  right: -40px;
}

.blog_holder article div.post_image img {
  width: 80%;
  margin: 0 auto;
}

div.blog_holder.masonry article{
	width: 23.2%;
}

div.blog_holder.masonry article div.post_text {
	height: 330px;
}


@media only screen and (max-width: 1000px){
	div.blog_holder.masonry article{
		width: 47%;
	}
	
	div.blog_holder.masonry article div.post_text {
		height: 250px;
	}
	
}


@media only screen and (max-width: 768px){
  div.blog_holder.masonry article{
  	width: 46.5%;
  }
}


@media only screen and (max-width: 600px){
  div.blog_holder.masonry article,
  .two_columns_75_25 div.blog_holder.masonry article,
  .two_columns_66_33 div.blog_holder.masonry article,
  .two_columns_33_66 div.blog_holder.masonry article,
  .two_columns_25_75 div.blog_holder.masonry article{
  	width: 100%;
  }
}


@media only screen and (max-width: 480px){
  div.blog_holder.masonry{
  	width: 300px !important;
  }
}