/*
Theme Name: Vivid Child
Theme URI: http://www.energeticthemes.com/themes/vivid
Description: Vivid - Unique Multipurpose Theme For Creative Portfolio & Businesses
Tags:   theme-options
Author: Energetic Themes
Author URI: http://www.energeticthemes.com
Version: 1.0
Template: vivid
*/
/*@import url("../vivid/style.css");*/

.home-claim h1
{
	text-transform: uppercase;
}

h1
{
	line-height: 1em;
}

body
{
	line-height: 1.5em;
}

.hidden
{
	display: none;
}


/* LOGO */
.logo img
{
    min-width:250px;
	max-width: 250px;
    height: auto;
	padding: 30px 10px;
}

#home-content-boxes a.read_more
{
	display:none;
}

/* footer */
.copyright p {
    text-transform: none;
}

/* side menu */
.side_menu, .menu-nav .side_menu_btn {
	display: none;
	visibility: hidden;
}

/* MEDIA QUERIES */

@media only screen and (min-width: 1024px)
{
	.home .v3d-iframe
	{
		width:900px;
		height:600px;
		/*margin-left: calc((100vw - 750px)/2);*/
	}
}

@media only screen and (min-width: 959px)
{
	.side_menu, .menu-nav .side_menu_btn {
		display: blok;
		visibility: vidible;
	}
}

@media (max-width: 959px)
{
	.home .v3d-iframe
	{
		width:750px;
		height:450px;
		/*margin-left: calc((100vw - 750px)/2);*/
	}
	
	.container {
		width: 100%;
		padding-right: 30px;
		padding-left: 30px;
	}
	
	.home-claim h1
	{
		font-size:51px !important;
	}
	
}

@media (max-width: 480px)
{
	.home-claim h1
	{
		font-size:44px !important;
	}
	
	.home .v3d-iframe
	{
		width: 560px;
		height:360px;
	}
}
