/*
Template: cesis
Theme Name: cesis child theme
Theme URI: http://cesis.co
Description: <strong>A superflexible and responsive Business Theme by Tranmautritam team</strong> - <br/>Update notifications available on twitter and facebook:<br/> <a href='https://twitter.com/tranmautritam'>Follow me on twitter</a><br/> - <a href='https://www.facebook.com/tranmautritam.designer'>Join the Facebook Group</a> A theme by <a href="http://themeforest.net/user/tranmautritam?ref=tranmautritam">Tranmautritam Team</a>.
Version: 1.0
Author: Tranmautritam Team
Author URI: http://themeforest.net/user/tranmautritam?ref=tranmautritam
License: Themeforest Split Licence
License URI: -
*/


/************************************************************************************

Put your custom CSS below this block :)

*************************************************************************************/

/* Responsive Iframe CSS*/

.resp-container {
    position:relative;
    overflow:hidden;
    padding-top:56.25%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.01);
  
}

.resp-iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:0;
   
}

/* End of Responsive Iframe CSS*/



/* Menu Logo SVG Resizing CSS*/


.header_logo.logo_left {
    width: 100%;
}


@media only screen and (max-width: 978px) {
    
    #logo_img {
    width: 30%;
    }
    
}


/* End of Menu Logo SVG Resizing CSS*/



/* Hide google recaptcha CSS*/

.grecaptcha-badge { visibility: hidden; }

/* End of Hide google recaptcha CSS*/


/* not draggable Image*/


img {
	user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	
}

/* End of not draggable Image*/


















