/*
Theme Name: virtualmaster
Description: virtualmaster is simple responsive SEO friendly theme. 
Version: 0.1
Tags:  blog, news, featured-images, one-column, theme-options
Text Domain: virtualmaster
Domain Path: virtualmaster
Author: Developing Team
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

*{ 
	font-family: 'Montserrat', sans-serif;
}
.text-center img {
	display: inline-block;
}
header .header-bottom {
	position: relative;
}
header .header-bottom .banner-contents {
	position: absolute;
	left: 0;
	right: 0;
	top: 20%;
	width: 100%;
}
.banner-info{
	width:50%;
	margin: auto;
}
.banner-links-wrap {
	position: absolute;
	left: 31%;
	right: 0;
	bottom: 0;
	width: 69%;
	padding: 25px 0px;
	background-color: rgba(0, 0, 0, 0.5);
}

.banner-links a{
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
 	font-size: 13px;
	color: #fff;
}
.banner-links ul li a img{
	margin-right: 5px;
}
.banner-links ul li{
	margin-left:10px;
}

header .banner-contents h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
header .banner-contents h3 {
	font-family: 'Bebas Neue', cursive;
	font-size: 76px;
	color: #fff;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

/*********** CAROUSEL NAV***********/
/* banner section end here */

/* common css here */
.heading h4{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
 	font-size: 21px;
	color: #bd9746;
	text-transform: uppercase;
}
.heading h3{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
 	font-size: 34px;
	color: #fff;
	text-transform: uppercase;
}
.heading p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
 	font-size: 16px;
	color: #fff;
}


/* download-section start here */
.download-section{
	padding:100px 0px 50px;
	background-color: #000000;
}
.download-heading h3{
	margin:20px 0px 30px;
}
.download-heading-para ul li {
	padding-left: 30px;
	background-image: url(img/icons/list-style-1.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-top: 40px;
}
.contact-form .form-control::-webkit-input-placeholder {
  color: #4b4b4b;
  opacity: 0.6;
}

.contact-form .form-control::-moz-placeholder {
  color: #4b4b4b;
  opacity: 0.6;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #4b4b4b;
  opacity: 0.6;
}

.contact-form .form-control::placeholder {
  color: #4b4b4b;
  opacity: 0.6;
}
.contact-form .form-control{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
 	font-size: 14px;
	color: #4b4b4b;
	padding:10px 20px;
	background-color:#ffffff;
	border-radius: 0px;
}
.contact-form .submit-btn {
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	border-radius: 0px;
	text-transform: uppercase;
	background-color: #bd9746;
	padding: 10px 20px;
	display: inline-block;
}
.contact-para p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
 	font-size: 14px;
	color: #bd9746;
}
.contact-form{
	margin-top:30px;
}

/* social-section start here */
.social-section{
	padding:20px 0px;
	background-color: #000000;
}
.social-section .social-icons ul li a i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding-top: 10px;
	text-align: center;
	background-color: #fff;
	color: #56a9da;
	margin-right:7px;
	font-size:20px;
}
.social-section .social-icons ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}
.social-section .social-icons ul li a img{
	margin-right:5px;
}
.social-section .social-icons ul li {
	padding-right: 8px;
}
/* social-section end here */

/* footer section start here */
.footer-section{
	padding:50px 0px;
	background-image: url(img/others/footer-img.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}
.copyrights p{
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
 	font-size: 16px;
	color: #fff;
}


/* thankyou page start here */
.thankyou-section{
	padding:100px 0px 60px;
	background-color: #000000;
}
.thankyou-heading h4{
	font-size:40px;
}
.thankyou-heading p{
	margin-top:20px;
}
/* thankyou end here */

/* nextevent-section start here */
.nextevent-section{
	padding:70px 0px;
	background-color: #050505;
}
.nextevent-heading{
	width:80%;
	margin: auto;
}
.nextevent-wrap{
	margin-top:50px;
}
.nextevent-heading h4{
	margin-bottom: 40px;
}
.nextevent-video iframe{
	width:100%;
	height:300px;
}

.nextevent-form .form-control::-webkit-input-placeholder {
	color: #ffffff;
	opacity: 1;
  }
  
  .nextevent-form .form-control::-moz-placeholder {
	color: #ffffff;
	opacity: 1;
  }
  
  .nextevent-form .form-control::-ms-input-placeholder {
	color: #ffffff;
	opacity: 1;
  }
  
  .nextevent-form .form-control::placeholder {
	color: #ffffff;
	opacity: 1;
  }
  .nextevent-form{
	  padding-left:50px;
  }
  .nextevent-form .form-control{
	  font-family: 'Open Sans', sans-serif;
	  font-weight: 400;
	   font-size: 14px;
	  color: #fff;
	  padding:10px 20px;
	  background-color:transparent;
	  border-radius: 0px;
  }
  .nextevent-form .submit-btn {
	  text-decoration: none;
	  font-family: 'Open Sans', sans-serif;
	  font-size: 17px;
	  color: #fff;
	  font-weight: 700;
	  border-radius: 0px;
	  text-transform: uppercase;
	  background-color: #bd9746;
	  padding: 10px 20px;
	  display: block;
	  width:100%;
  }

 

/* book-section start here */
.book-section{
	padding:70px 0px;
	background-color: #050505;
}
.book-heading h4{
	margin-bottom:30px;
}
.book-wrap {
	margin-top:50px;
}
.book-img{
	border:5px solid #272727;
	padding:15px;
	position: relative;
}
.book-link{
	position: absolute;
	z-index: 99;
	top:45%;
	left:0;
	right:0;
	bottom:0;
	display: none;
}
.book-img:hover img{
	opacity: 0.4;
	
}
.book-img:hover .book-link {
	display: block;
}
.book-link a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
 	font-size: 17px;
	color: #bd9746;
	text-decoration: none;
	text-transform: capitalize;
}
.book-link a i{
	margin-left:5px;
}

.thankyou-form-video iframe {
	width: 100%;
	height: 260px;
}
.thankyou-heading-two p{
	margin-top:25px;
	line-height: 1.7;
}
.welcome-section{
	padding:50px 0px;
	background-color: #bd9746;
}
.welcome-section h5{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
 	font-size: 20px;
	color: #fff;
}
.welcome-section h5 a{
	text-decoration: underline;
	color: #fff;

}
.social-section.thakyou-page{
	padding-top:100px;
}

/* Custom CSS */

.btn.buy-btn.common-btn{
  text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    border-radius: 0px;
    text-transform: uppercase;
    background-color: #bd9746;
    padding: 10px 20px;
    display: inline-block;
}
.wpcf7-response-output {
    display: none !important;
}
#paragraph{
	color:white;
}
#wpforms-submit-16{
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    border-radius: 0px;
    text-transform: uppercase;
    background-color: #56a9da;
    padding: 10px 20px;
    display: inline-block;
    border:none;
    margin-left: 34%;
}
#wpforms-16-field_1{
	border-radius: 0px;
	padding:20px 20px;
}
#wpforms-16-field_1-last{
	border-radius: 0px;
	padding:20px 20px;
}
#wpforms-16-field_2{
	border-radius: 0px;
	padding:20px 20px
}
#wpforms-16-field_2-last{
	border-radius: 0px;
	padding:20px 20px;
}
/*RESPONSIVE*/
@media screen and (max-width: 1279px) {
	header .banner-contents h4 {
		font-size: 20px;
	}
	header .banner-contents h3 {
		font-size: 50px;
	}
	.heading h4 {
		font-size: 18px;
	}
	.heading h3 {
		font-size: 25px;
	}
	.heading p {
		font-size: 15px;
	}
	.download-heading-para ul li {
		padding-left: 25px;
		margin-top: 30px;
	}
	.social-section .social-icons ul li a {
		font-size: 13px;
	}
	.social-section .social-icons ul li a i {
		width: 30px;
		height: 30px;
		padding-top: 5px;
	}
	.social-icons ul{
		flex-wrap: wrap;
	} 
	.social-section .social-icons ul li {
		padding-right: 8px;
		margin: 10px 20px;
	}
	.welcome-section h5 {
		font-size: 17px;
	}
	.welcome-section {
		padding: 30px 0px;
	}
	.banner-links {
		display: table;
		margin: auto;
	}
	.banner-links-wrap {
		padding: 10px 0px;
	}
	.banner-links-wrap {
		position: relative;
		left: 0%;
		right: 0;
		bottom: 0;
		width: 100%;
		padding: 15px 0px;
		background-color: rgba(0, 0, 0, 1);
	}
	
	.social-section .social-icons ul li {
		margin: 10px 0px;
		padding-right: 7px;
	}
	.social-section .social-icons ul li a i {
		margin-right: 2px;
	}
	.social-section .social-icons ul li a img {
		margin-right: 5px;
		width: 30px;
	}
	
}

@media screen and (max-width: 1023px) {
img.img-responsive.wp-post-image {
    height: auto;
}
	.banner-links a span{
		display: none;
	}
	.banner-links {
		display: table;
		margin: auto;
	}
	header .banner-contents h3 {
		font-size: 35px;
	}
	header .banner-contents h4 {
		font-size: 17px;
	}
	.banner-links-wrap {
		padding: 10px 0px;
	}
	.heading h4 {
		font-size: 16px;
	}
	.heading h3 {
		font-size: 20px;
	}
	.heading p {
		font-size: 13px;
	}
	.contact-form .form-control {
		font-size: 13px;
		padding: 8px 10px;
	}
	.contact-form .submit-btn {
		font-size: 13px;
	}
	.download-section {
		padding: 50px 0px 50px;
	}
	.social-section .social-icons ul li a  span{
		display: none;
	}
	.social-section .social-icons ul li {
		padding-right: 8px;
		margin: 0px 0px;
	}
	.social-section.thakyou-page {
		padding-top: 30px;
	}
	.copyrights p {
		font-size: 14px;
	}
	.footer-section {
		padding: 30px 0px;
	}
	.thankyou-heading h4 {
		font-size: 20px;
	}
	.thankyou-heading p {
		margin-top: 10px;
	}
	.nextevent-section {
		padding: 40px 0px;
	}
	.nextevent-form .form-control {
		font-size: 13px;
		padding: 10px 15px;
	}
	.nextevent-form {
		padding-left: 10px;
	}
	.nextevent-video iframe {
		width: 100%;
		height: 240px;
	}
	.book-section {
		padding: 50px 0px;
	}
	.thankyou-section {
		padding: 50px 0px 50px;
	}
	.welcome-section h5 {
		font-size: 13px;
	}
	
}

@media screen and (max-width: 767px) {
	.nextevent-form {
		margin-top: 30px;
	}
	header .banner-contents h3 {
		font-size: 25px;
	}
	header .banner-contents h4 {
		font-size: 15px;
	}
	.heading h4 {
		font-size: 15px;
	}
	.heading h3 {
		font-size: 18px;
	}
	.social-section {
		padding: 0px 0px 10px;
		background-color: #000000;
	}
	
}
@media screen and (max-width: 480px) {
	.banner-links-wrap {
		position: relative;
		padding: 10px 0px;
		background-color: rgba(0, 0, 0, 1);
		left:0;
		width:100%;
	}
	.banner-links ul li a i {
		width: 30px;
		height: 30px;
		padding-top: 6px;
		background-color: #1ea5cd;
		margin-right: 5px;
		font-size: 17px;
	}
	header .banner-contents h4 {
		font-size: 13px;
	}
	header .banner-contents h3 {
		font-size: 20px;
	}
	header .header-bottom .banner-contents {
		top: 10%;
		width: 100%;
	}
	.heading h3 {
		font-size: 16px;
	}
	
	
}