@import url('fonts.css');
@import url('header.css');

/* BASE
------------------------------------- */
html,
body {
	color: #464646;
	font-size: 20px;
	line-height: 28px;
	background: #fefefe;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;  
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
.blog #main h1 a{
	color: #533192;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 0;
}

h1,
.blog #main h1 a {
	font-size: 35px;
	line-height: 40px;
	margin: 0 0 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

h2 {
	font-size: 35px;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

h3 {
	font-size: 25px;
	line-height: 30px;
}

.bannerText h3 {
    max-width: 75%;
    margin: 0 auto;
    margin-top: -105px;
    margin-bottom: 20px;
    color: #7df2ff;
    font-size: 40px;
	font-weight: 400;
    line-height: 1.1;
    text-transform: capitalize;
	text-shadow: 2px 2px 2px #000;
}

.searchBox input {
    color: #fff;
    background: rgba(82, 48, 145, 0.76);
    border: none;
    padding: 2px 10px;
}

.searchBox {
    width: 700px;
    margin: 0 auto;
}

.searchBox form #s {
	background: #756e80 url(/wp-content/themes/charlie-child/images/glass.png) 5px 7px no-repeat;
	padding-left: 30px;
	width: 600px;
	max-width: 100%;
	margin-right: -5px;
}



.showcaseholder {
    z-index: 9;
    left: 0;
    right: 0;
}



.main-btn,
a.main-btn,
.main-btn2,
a.main-btn2,
.bp-forms-btn,
a.bp-forms-btn {
	 color: #fff !important;
    background: #4f306c;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#866cb1', endColorstr='#65439b', GradientType=0 );
    display: inline-block;
    margin: 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 10px;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 1px;
	border-radius: 0;
}

.main-btn:hover,
a.main-btn:hover,
.main-btn2:hover,
a.main-btn2:hover,
.bp-forms-btn:hover,
a.bp-forms-btn:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#927ab9+0,baa2ce+100 */
	background: #927ab9; /* Old browsers */
	background: -moz-linear-gradient(top, #927ab9 0%, #baa2ce 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #927ab9 0%, #baa2ce 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #927ab9 0%, #baa2ce 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#927ab9', endColorstr='#baa2ce', GradientType=0 ); /* IE6-9 */
	color: #fff !important;
}

/* RESPONSIVE
---------------------------------------------------------- */

@media only screen and (max-width: 1600px) {

	.navbar .nav > li > a {
	    padding: 18px 12px;
/*	    font-size: 18px;*/
	}
}

@media only screen and (max-width: 1410px) {

/*
	.navbar .nav > li > a {
	    padding: 18px 12px;
	    font-size: 16px;
	}
*/
}

@media only screen and (max-width: 1350px) {

	.bottom-head a.main-btn.transition {
	    width: 190px;
	    text-align: center;
	}
}

@media only screen and (max-width: 1200px) {
	.bottom-head a.main-btn.transition {
	    width: 170px;
	    font-size: 14px;
	}
}

@media only screen and (max-width: 1180px) {
	.bottom-head a.main-btn.transition {
	    width: 105px;
	    font-size: 10px;
	}
}

@media only screen and (max-width: 1100px) {

	#logo img {
	    max-width: 230px;
	}
}

@media only screen and (max-width: 767px) {

	#logo img {
	    max-width: 260px;
	}
	.bannerText {
		display: none;
	}
	.searchBox {
		display: none;
	}
	.banner-bottom-txt h3 {
		display: none;
	}
}

@media only screen and (max-width: 410px) {
	.mobile-phones a {
	    font-size: 18px;
	}
	
}

