/*  
Theme Name: Umbrella
Theme URI: http://qktheme.com
Version: 1.0
Description: Created by <a href="http://qktheme.com">QKTheme</a>
Author: <a href="http://qktheme.com">qktheme</a>
Author URI: <a href="http://qktheme.com">qktheme</a>
Tags: light, gray, white, custom-background, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
License: GNU General Public License
License URI: license.txt
Text Domain: umbrella

---------

DO NOT EDIT THIS FILE.
*/
.wp-caption, .wp-caption-text, .gallery-caption{text-align: center; font-style: italic;}
.bypostauthor{}
.sticky{}
.alignright{
	text-align: right;
}
.alignleft{
	text-align: left;
}
.aligncenter,.services_item {
	text-align: center;
}

first-section {
    	background: url(http://52.24.133.167/wordwizz_wp/wp-content/uploads/2015/12/BG.png) !important;
	background-repeat: no-repeat;
    	background-position: center center;
    	background-size: cover; 
    	width: 100%;
    	height: 100%;
    	margin-left: 0px;
    	margin-right: 0px;
}

/**Custom**/
#question-mobile-answer-1, #question-mobile-answer-2, #question-mobile-answer-3, #question-mobile-answer-4
{
	display: none;
}
.section
{
	margin-bottom: 0;
}
.videoFrame
{
	width:100%;
	height:auto;
	/*max-width:720px;*/
	min-width:240px;
}
.question-bg-active:before 
	{
		z-index:1;
  		content: '';
  		display: block;
  		width: 0;
		height: 0;
		position: absolute;
		top: 0;
		right: -40px;
		bottom: 0;
		margin: auto;
		border: 20px solid;
  		border-color: transparent transparent transparent #08d6ff;
	}
@media only screen and (max-width:991px)
{
	#shine-block-6-18
	{
		display: none;
	}
	#question-mobile-answer-1, #question-mobile-answer-2, #question-mobile-answer-3, #question-mobile-answer-4
	{
		display: none;
	}
	.question-bg-active:before
	{
		display: none;
	}
	.videoFrame
	{
		width:720px;
	  	height:960px;
	}

}

@media only screen and (max-width:768px)
{
  	.videoFrame 
	{
	  	width:645px;
		height:850px;
  	}
}

@media only screen and (max-width:600px)
{
  	.videoFrame 
	{
	  	width:560px;
		height:735px;
  	}
}

@media only screen and (max-width: 480px)
{
  	.videoFrame
	{
		width: 420px;
    		height: 550px;
	}
}
@media only screen and (max-width: 414px)
{
	.videoFrame 
	{
    		width: 365px;
    		height: 475px;
	}
}

@media only screen and (max-width: 384px)
{
	.videoFrame {
	    width: 342px;
	    height: 465px;
	}
}

@media only screen and (max-width: 375px)
{
	.videoFrame 
	{
    		width: 300px;
    		height: 400px;
	}
}

@media only screen and (max-width: 320px)
{
	.videoFrame
	{
		width: 260px;
	  	height: 350px;
	}
}
@media screen and (min-width: 992px)
{
  	.videoFrame{
		width:720px;
	  	height:960px;
	}
	.question-bg-active:before 
	{
		z-index:1;
    		content: '';
    		display: block;
    		width: 0;
    		height: 0;
    		position: absolute;
    		top: 0;
    		right: -40px;
    		bottom: 0;
    		margin: auto;
		border: 20px solid;
    		border-color: transparent transparent transparent #08d6ff;
	}
}