/*
Theme Name: carvall
Author: ThemeAuthor
Author URI: http://example.com/Author
Theme URI: http://example.com/Theme
Description: carvall WordPress theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: carvall
Tags: one-column, custom-menu, featured-images, theme-options
*/

/* Necessary styles to pass theme check */
.wp-caption {
  font-size: inherit; }

.wp-caption-text {
  font-size: inherit; }

.sticky,
.gallery-caption,
.bypostauthor {
  font-size: inherit; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  margin: 0px auto; }

.screen-reader-text {
  font-size: inherit; }
  
/*04-05-2018*/
#videomodal button.close{
    position: absolute;
    right: -5px;
    top: -17px;
    font-size: 50px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    z-index: 99;
    border-radius: 50%;
	cursor: pointer;
}
#videomodal .modal-content
{
	background: transparent;
	border:none;
}
#videomodal .modal-dialog
{
	margin-top: 60px;
}
.btn.videoclick{ padding: 5px 15px;display:none; }
.btn.videoclick i{ margin: 0; }
#videomodal .modal-body
{
	padding: 0;
}
.navbar > .container, .navbar > .container-fluid{ justify-content: center; }


@media screen and (min-width: 1200px)
{
	#pc-video.btn.videoclick{ display:block; }
}
@media screen and (max-width: 1199px)
{
	#mobile-video.btn.videoclick{ display:block; }
}
@media screen and (max-width: 991px)
{
	#videomodal button.close{ top:70px; }
}
@media screen and (max-width: 575px)
{
	iframe#vimeoplayer{ height:auto!important; }
	#videomodal button.close{ top: -17px;right:11px; }
	#videomodal .modal-dialog{ margin-top: 120px; }
	#videomodal .modal-body{display: block;width: auto;flex: unset;width: 320px;margin: 0 auto;}
	.btn.videoclick{ margin-right: 5px;}
	.navbar-toggler{ padding: 0 10px 0 0; }
}