/*
Theme Name: Minimum
Theme URI: http://demo.qodeinteractive.com/minimum/
Description: Minimum Theme
Tags: ajax, animation, architecture, clean, corporate, creative, elegant, grey, interactive, minimal, modern, parallax, photography, portfolio, professional
Author: Qode Interactive
Author URI: http://www.qodeinteractive.com/
Version: 1.1.5
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.


Changelog

1.1.5
- Removed min-height from flexslider on last two sizes (responsive layout)
- Added option to set font options for each menu level
- Added option to set color and height for magic pane boxes (hover and active state on first level menu)
- Translation file updated

1.1.4
- Added Blog Template 5 which displays whole post in the list
- Added global setting to hide main menu
- Added global setting to hide blog comments
- Added blog post setting to hide featured image
- Hide slider arrows when all slides fit in the page (3 or 4)
- Fixed position center main menu responsive bug
- Carousel slider bugs fixed
- Archive title fixed

1.1.3
- List of Google fonts updated
- Added Portfolio Style 4 (should be used for parallax) to Portoflio single view field
- Added child theme support
- Placing Dropcaps shortcode from toolbar bug fixed
- Google fonts field in Qode Global Options bug fixed
- Removed obsolete content_line_remover div

1.1.2
- Comment posting message fix
- Link style - font decoration in qode options fix
- H2 color change on blog templates fix
- Header logo top margin on last 2 sizes of responsive layout
- Edit button in wordpress toolbar (when viewing site) when ajax is enabled fix

1.1.1
- Contact form fix
- Header fix on last two sizes
- Demo content updated with Revolution slider example

1.1
- Added Revolution Slider WP plugin with full width support
- Added option to parallax shortcode for on/off "back to top" arrow
- Post comments via ajax
- Added "List of internal URLs loaded without AJAX" field to Qode option to prevent AJAX on some links (for example forum)
- Fixed counters for small sliders
- 404 page layout Fixed
- Translation file updated
- Documentation updated to reflect all latest changes

1.0.8
- Fixed Video on Portfolio page bug
- Fixed Portfolio Filter css
- Tranlsation file updated
- Fixed Bug when installing theme on WordPress with existing content
- Added Shortcode for displaying Latest Blog posts with 2 different layout options (Blog Layout and Portfolio Layout) 
- Fixed Tabs on tablets
- Improved Portfolio List Shortcode to allow displaying items of chosen category (add category slug to category field of shortcodes)
(This improvement allows creation of multiple portfolio list pages)

1.0.7
- Added video support to portfolios (you can add either image or video, image has priority over video)
- Portfolio shortcode updated to allow filtering by sub-categories (children of top categories)
- Fixed issue found in WordPress toolbar (when viewing site) when Ajax is enabled

1.0.6
- Added pattern image (examples on toolbar), you can add transparent pattern image to combine with background color
- Turn on/off responsiveness
- Turn off ajax for certain pages (important for some plugins to work)
- Translation problem fixed
- Contact form localized

1.0.5
- Added Back, Next & Previous buttons to project (portfolio item) page
- Parallax fixed for last 2 responsive sizes
- Cancel Reply button is stylized now
- jQuery inclusion moved from footer to header
- Layout of sliders are fixed for last 2 responsive sizes: text is shown, buttons are moved to bottom right corner
- Re-order of slides, Parallax pages, Portfolio images & Portfolio Option items is implemented
- Header Right widget is implemnted, needed to add social icons to the header
- Back to Top button is Added for Parallax pages

1.0.1 & 1.0.2 & 1.0.3 & 1.0.4
- ThemeForest approval issues

*/

/* Add on */

body {
	background-attachment:fixed!important;
	background-size:cover!important;
	background-repeat:no-repeat!important;
}
#page {
	background:rgba(255,255,255,.9);
	max-width:980px;
	margin:0 auto;
}
body header {
	height:104px;
}
body .content {
	padding-top:104px!important;
}
body nav.main_menu {
	padding-top:59px;
}
.social_menu .twitter,
.social_menu .youtube,
.social_menu .vimeo,
.close,
.tparrows,
.bx-controls-direction,
.slider_small h4,
.slide_counter {
	display:none;
}

footer {
	background:url('img/bg-footer.png');
}
.footer_content {
	padding:30px 0;
	border:none;
}
footer .footer_content,
footer .footer_content p,
.footer_content a {
	color:#fff;
	font-style:normal;
	font-weight:normal;
	font-size:14px;
}
.footer_content h5{
	color:#fff;
	font-style:normal;
}
.footer_content .column1 img {
	width:126px;
	max-width:126px;
}
footer .footer_content .column1 {
	width:18%;
}
footer .footer_content .column2 {
	width:30%;
}
.footer_content .social-link img {
	float: left;
	margin:0 10px 0 0;
}
.footer_content .social-link {
	line-height:34px;
}

#magic {
	background-color: #252525!important;
}

#magic2 {
	background:#492f91!important;
}

#map-canvas {
	width:100%;
	height: 360px;
}

#map-canvas img {
	max-width:none;
	width:auto;
}

button {
	font-size: 14px;
	border: 0px;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-style: italic;
	padding: 0px 38px;
	margin: 0px 0px 30px 0px;
	width: auto;
	color: #ffffff;
	background-color: #252525;
	text-decoration: none;
	-webkit-transition:all 0.5s ease 0s; 
	-moz-transition:all 0.5s ease 0s; 
	-o-transition:all 0.5s ease 0s; 
}

button:hover{
	text-decoration: none;
	color: #ffffff;
	background-color: #492f91;
}

button {
	padding: 2px 15px;
	line-height: 16px;
}

button span {
	color:#fff!important;
}
.images-cover {
	padding-bottom:40px;
	overflow:hidden;
}
.images-cover h3 {
	font-size: 41px;
}
.lightbox-skin {
	padding:4px!important;
}
.lightbox-nav,
#lightbox-buttons,
.lightbox-utility {
	display:none;
}
.lightbox-overlay .alt .lightbox-close {
	top:11px;
	bottom:auto;
}
.da-thumbs {
	margin-bottom:4px;
}
.album-cover div:nth-child(2) a,
.da-thumbs article.da-animate p,
.da-animate {
	display: none!important;
}
.all-albums {
	overflow:hidden;
}
.album-cover h3 {
	text-align: center;
	font-size: 17px;
	font-style: normal;
	background:#252525;
	padding: 5px 20px;
	color:#fff;
	line-height:1;
	margin-top:5px;
}
.single-album {
	width:30%;
	float: left;
	text-align: center;
}
.single-album:nth-child(2n){
	margin-left:4.5%;
	margin-right:4.5%;
}
.album-title {
	margin:0!important;
}
.single-album .imgHolder {
	margin:0!important;
}
.imgContainerSingle .da-thumbs {
	
}

table {
	margin-bottom:30px!important;
}

@media only screen and (max-width: 960px) {
	
	.da-thumbs {
		float:none!important;
		margin:0 auto 10px!important;
		text-align: center;
	}
	.view img {
		display:inline-block;
	}
	.album-cover {
		text-align: center!important;
		margin-bottom: 20px;
	}
	.album-cover a{
		text-align: center!important;
		display: block;
	}
	.images-cover h3 {
		text-align: center;
	}
	.album-cover h3 {
		text-align: center;
		font-size: 17px;
		font-style: normal;
		background:#252525;
		padding: 5px 20px;
		color:#fff;
		line-height:1;
		display: inline-block;
	}
	.single-album {
		float:none;
		width:100%;
	}
	.single-album:nth-child(2n) {
		margin-left:0;
		margin-right:0;
	}
	
	
}
@media only screen and (max-width: 767px) {
	.alt .lightbox-close {
		display: block;
	}
	footer .footer_content .column1,
	footer .footer_content .column2,
	footer .footer_content .column3,
	footer .footer_content .column4 {
		width:100%;
		margin-bottom: 20px;
	}
	
}
@media only screen and (max-width: 420px) {
	.view img {
		width:auto;
		max-width:190px!important;
	}
	.da-thumbs {
		height:auto!important;
		border:none!important;
	}
}
.content_inner  {
	visibility: visible !important;
}