/*
Theme Name: Quidditch Multipurpose Responsive WordPress Theme
Theme URI: http://gt3themes.com/wordpress-themes/quidditch/
Author: mad_dog
Author URI: gt3themes.com
Description: Quidditch is a modern clean style WordPress theme.  It's an elegant solution for those customers who want to have a simple design that is easy to modify without any css knowledge. The theme is fully responsive that makes a website flexible for different devices and screen resolutions. This gorgeous theme provides an interactive and highly customizable portfolio and blog section. A ton of options will help you to change the look and feel of usual WordPress, that's what you really need. The theme is a perfect solution for any type of website: business, photography, portfolio, marketing, etc.
Version: 1.9
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

.margin-top-20 {
	margin-top: 20px;
}

.page-content {
	font-size: 18px;
	line-height: 32px;
	font-family: 'Oswald', sans-serif;
}

.page-content p, .module_content, .module_content p, .module_content table, .module_content td {
	font-size: 18px;
	line-height: 32px;
	font-family: 'Oswald', sans-serif;
}

.contact_info_text {
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	text-shadow: 2px 1px 2px rgba(0, 0, 0, 1);
}

.white_list h1.headInModule {
	text-shadow: 2px 1px 2px rgba(0, 0, 0, 1);
}

/** gallery **/

.gallery_item {
	max-height: 570px !important;
	overflow: hidden !important;
	margin: 0px !important;
}

.gallery_item_wrapper {
	border-radius: 0% !important;
	padding: 13px 0 14px 0 !important;
}

.gallery_item_wrapper img {
	border-radius:0% !important;
}

.gallery_item_wrapper .gallery_fadder {
	border-radius:0% !important;
}

.list-of-images {
	margin-top:0px!important;
}

.list-of-images .gallery_item {
	margin-top:0px!important;
}

/** footer **/

.pre_footer.paralax {
	min-height: 150px !important;
}

.socials {
	display: none!;
}

.copyright {
	margin-top: -95px !important;
}

@media (max-width: 480px) {

	.main_header {
		position: fixed !important;
	}

	.logo img {
		max-width: 300px !important;
	}

	.contentarea {
		margin-top: 160px !important;
	}

}


/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width	: 1024px) and (orientation : landscape) {


}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width	: 1024px) and (orientation : portrait) {

	.main_header {
		position: fixed !important;
	}

	.logo img {
		max-width: 300px !important;
	}

	.contentarea {
		margin-top: 190px !important;
	}

}


/** end iDevices **/