@charset "utf-8";
/* CSS Document */

@font-face{
	font-family:'Roboto';
	src:url("../fonts/Roboto-Regular.ttf");
	font-style: normal;
	font-weight: 400;
}

@font-face{
	font-family:'Roboto';
	src:url("../fonts/Roboto-Bold.ttf");
	font-style: normal;
	font-weight: 700;
}

@font-face{
	font-family:'Roboto';
	src:url("../fonts/Roboto-Medium.ttf");
	font-style: normal;
	font-weight: 500;
}

body{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font: 16px/1.5 'Roboto', sans-serif;
	font-weight: 400;
	border-top:15px solid #4f0c80;
}

/* Global */
.container{
	width: 100%;
	max-width: 1210px;
	margin: auto;
	overflow: hidden;
}

a{text-decoration: none;}

.fw700{
	font-weight: 700;
}

ul{
	margin: 0px;
	padding: 0px;
}

.button-1{
	height: 38px;
	background-image: linear-gradient(to right, rgb(74,92,229) , rgb(71,199,235));
	border: 0px;
	padding: 0px 20px;
	color: #FFFFFF;
	cursor: pointer;
}
.button-1:hover{
	background: #fa4c73;
}

.grecaptcha-badge{display:none;}

input{
	outline: none;
	border: 1px solid #fa4c73;
	display: block;
	margin: 10px 0px;
	width: 100%;
	max-width: 450px;
}

.dark{
	padding: 15px;
	background: #35424a;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Header */
header{
	background-color: #FFFFFF;
	color: #FFFFFF;
	padding-top:30px;
	/*min-height: 70px;*/
	border-top: 3px solid #fa4c73;
} 

header a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
}

header li{
	float: left;
	display: inline;
	padding: 0px 20px;
}

header #branding{
	float: left;
}

header #branding h1{
	margin: 0px;
}

header nav{
	float: right;
	margin-top: 10px;
}

header .highlight, header .current a {
	color: #E8491D;
	font-weight: bold;
}

header a:hover{
	color: #CCCCCC;
}

/* Showcase */
#showcase, #showcase2{
	/*background: url("../images/DSC_9089.jpg") no-repeat 0 -400px;*/
	background-color: #FFFFFF;
	text-align: left;
	color: #393935;
	box-sizing: border-box;
}

#showcase h1, #showcase2 h1, #author h1{
	margin-top: 50px;
	font-size: 28px;
	margin-bottom: 10px;
	color: #4f0c80;
	font-weight: 400;
}

#showcase2 h1{
	margin-top: 10px; margin-bottom: 0px;
}

#showcase p, #showcase2 p{
	font-size: 17px;
	color: #393935;
}
#showcase2 p{
	font-size: 16px;
	letter-spacing: 0.2px;
}

.intro-text, .main-text{
	display: inline-block;
	float: left;
	width: 48%;
}

.intro-text p{
	padding-top: 10px;
}
.date{
	color:#9481C0;
	font-size: 14px;
	background-color: #F2EEF9;
	padding: 2px 8px;
}
.f14px{font-size: 14px;}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}
.tips{
	background-color: #f2eef9;
	border:1px solid #cfb0dc;
	padding: 20px;
	margin: 30px 0px 20px;
	color: #000000;
	font-style: italic;
	font-size: 15px;
}

.intro-img, .sidebar{
	display: inline-block;
	float: right;
	width: 50%;
	padding-right: 20px;
}
.main-text{
	width: 65%;
	margin-top: 20px;
}
.main-text p{padding: 8px 0px;}
.mt{margin-top: -30px;}

.sidebar{
	width: 25%;
	padding: 0px;
}

.sb-txt{
	font-size: 15px;
}

.main-side-box {
	display: block;
	width: 100%;
	max-width: 360px;
	margin-bottom: 40px;
}

.main-side-box img{
	width: 100%;
	border-radius:15px;
}

.main-side-box h3{
	color:#f2eef9 ;
	background-color: #4f0c80;
	border-radius: 20px 20px 0px 0px;
	padding:5px; 
	text-align: center;
}

/* Newsletter */
#newsletter{
	margin-top: 0px;
	padding: 30px 15px 60px;
	color: #FFFFFF;
	background: #4f0c80;
	background-image:url("../images/footer-bg.png");
	background-position: center;
	/*border-top: 3px solid #fa4c73;*/
}

#newsletter h1, p{
	position: relative;
	float: left;
}

#newsletter form{
	float: right;
	margin-top: 15px;
	width: 50%;
}

#newsletter input[type="email"], input[type="text"]{
	padding: 4px;
	height: 28px;
}
#newsletter input[type="textarea"]{
	padding: 4px;
	height: 60px;
}

.fm-txt{
	display: inline-block;
	float: left;
	width: 40%;
}

/* Boxes */
#boxes{
	margin-top: 20px;
}

#boxes .box{
	float: left;
	text-align:left;
	width: 44%;
	padding: 10px 25px;
}

/*#boxes .box img{
	width: 100%;
}*/

#boxes .box h3,p{
	margin: 0px;
	padding: 0px;
}

#boxes .box p{
	padding: 7px 30px 7px 0px;
}

.video-main{
	width: 540px;
	height: 360px;
    position: relative;
    margin: 0px auto;
	padding: 0px;
}

.video-bg{
        width: 100%;           
        position: absolute;
        top: 0;
        left: 0;
		z-index: -9999;
    }

.video{
        z-index: 9999;
        margin: 30px 38px 40px 35px; /* for demo purpose  */
		width: 475px;
		position: absolute;
    }

.vid {
    width: 100%;
    height: 300px;
    }

.rm-img{
	padding: 20px;
	box-sizing: border-box;
	display: inline-block;
}
.txt-img{
	width: 250px;
	border-radius: 20px; 
	height: auto;
}


.pleft5{
	padding-left: 5px;
}

.pbtm7{
	padding-left: 7px;
}

.ptop5{
	padding-top: 5px;
}

.watch-title, .rd-title{
	position: relative;
	display: block;
	font-size: 24px;
	font-weight: 700;
	color: #4f0c80;
	padding: 5px 20px;
	background-color: #F2EEF9;
	border-radius: 0px 0px 50px 0px;
}

#textmonologues{
	margin-top: 40px;
}

.txt-box{
	width: 100%;
	margin: 10px 0px;
}

.fc-pink{color: #f64d76;}

.download{
	position: relative;
	display: block;
	width: 280px;
	margin-top:60px; 
}

.download a{color: #fa4c73;}
.download a:hover{color: #4f0c80;}

.rm-btn{padding:10px 0px 20px;}

.rm-btn a{color: #fa4c73;}
.rm-btn a:hover{color: #4f0c80;}

.video-text, .rm-text{
	width: 85%;
	margin: 0px auto;
}

.rm-text{
	display: inline-block;
	width: 70%;
	vertical-align: top;
}

/* Sidebar */
aside#sidebar{
	float: right;
	width:30%;
	margin-top: 10px;
}

/* Main */
article#main-col{
	float: left;
	width:65%;
}

#author{
	background-color: #F2EEF9;
	margin-top: 60px;
	padding: 50px;
}
.cc-img{
	display: inline-block;
	float: left;
	width: 20%;
	position: relative;
	margin: auto;
}
.cc-txt{
	display: inline-block;
	float: right;
	width: 80%;
	position: relative;
	vertical-align: middle;
}
#author h1{
	margin-top: 20px;
	font-size: 24px;
}

/* Footer */
footer{
	padding: 10px;
	margin: 0px auto;
	color: #FFFFFF;
	background: #fa4c73;
	text-align: center;
	font-size: 12px;
}

footer a{color: #FFFFFF; text-decoration: underline;}

/* Media Queries */
@media(max-width:1024px){
	.container{width: 90%;}
	.intro-text{width: 46.5%;}
	.intro-img{width: 50%;}
	.video-main{width:320px; margin: 0px;}
	#showcase h1{
		margin-top: 40px;
	}
	.vid{width: 100%;}
	#boxes .box {width: 60%}
	.video-text{
	width: 100%;
	margin: 0px;
	}
	.rm-text{
		width: 60%;
	}
}

@media screen and (max-width:1023px) and (min-width:601px){
	.vid {
    width: 100%;
    height: 300px;
    }
	.video-bg img{width: 100%; margin-top:80px; display: block}
	.video-text{margin-top: 0px; position: relative;}
	#author{
		padding: 20px;
	}
	.cc-img{
		width:40%;
	}
	.cc-txt{
		width:60%;
		}
	.intro-text{float: none; text-align: left; width: 100%; border-top: 1px solid #fa4c73;}
	
	.intro-img{float: none; text-align: left; width: 100%;}
	.download{
		display: block;
	}
	.rm-text{
		width: 45%;
	}
}


@media screen and (max-width:600px) and (min-width: 200px){
	header #branding,
	header nav,
	header nav li,
	#newsletter h1,
	#newsletter form,
	#boxes .box,
	article#main-col,
	aside#sidebar,.video-main{
		float: none;
		/*text-align: center;*/
		width: 100%;
	}
	.container{width: 90%;}
	
	header{
		padding-bottom: 20px;
	}
	
	#branding img{width: 90%; max-width: 430px;}
	
	#showcase h1{
		margin-top: 20px;
	}
	.intro-text{float: none; text-align: left; width: 100%; border-top: 1px solid #fa4c73;}
	
	.intro-img{float: none; text-align: left; width: 100%;}
	
	#boxes .box{padding: 0px;}
	
	#boxes .box p {
    padding: 0px;
	}
	.main-text,.sidebar{
		display: block;
		width: 100%;
	}
	.watch-title{margin-top: 40px; line-height: 34px;}
	
	.video-main{margin-top: 40px;}
	
	.video{
		width: 100%; margin: 0px;
	}
	
	.video-bg img{/*width: 100%; margin-top:80px;*/ display: none;}
	
	.video-text{margin-top: -100px;}
	.rm-text{margin-top: -20px; padding: 0px 20px; width: 90%;}
	.rm-img{padding: 10px;}
	.txt-img{
	width: 100%;
	border-radius: 20px; 
	height: auto;
}
	
	.vid {
    width: 100%;
    height: 240px;
    }
	
	#newsletter form input[type="email"]{
		width: 100%;
		margin-bottom: 5px;
	}
	form{margin:0px auto;}
	.fm-txt{width: 100%; float: none;}
	
	#author{
		background-color: #F2EEF9;
		margin-top: 60px;
		padding: 20px;
	}
	#author h1{
		font-size: 20px;
	}
	.cc-img{
		display:block;
		float:none;
		width:100%;
		position: relative;
		margin: auto;
	}
	.cc-txt{
		display:block;
		float: none;
		width:100%;

	}
}

@media screen and (max-width:450px) and (min-width: 400px){ 
	.video-bg img{width: 100%; margin-top:130px;}
}




