/*
	Theme Name: Custom Theme
	Theme URI: 
	Description: Custom Theme
	Version: 1.3.3
	Author: http://wpserver6.com
	Author URI: http://wpserver6.com
	Tags: HTML5, CSS3
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    HOME
\*------------------------------------*/

video{
    width: 100%;
    height: auto;
    max-height: 100%;
	margin-top:-15px;
}
.blogcont{max-width:650px; width: 100% }
.home01{
	width:100%;
	margin:0px;
	padding:40px 0px;
	background-image:url(/wp-content/themes/CustomDesign/img/homeBg5.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.homeContent{
	max-width:990px;
	margin:0px auto;
	padding:0px;
	position:relative;
	padding:0px 10px
}

.home01 img {
	margin:40px auto;
}

.home01 p {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:400;
	color: #1e1e1e;
	line-height:160%;
}
.wrapper .home02{background-size: auto;}
.home02{
	width:100%;
	height:360px;
	margin:0px;
	padding:25px 10px;
	background-image:url(/wp-content/themes/CustomDesign/img/homeBg2.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed;background-color: #4b2477;
	
}

.home02:after{
	display:block;
	clear:both;
	content:"";
}

.home02 h1 {
	font-family:'GothamRoundedLight';
	font-size:60px;
	color:#FFF;
	padding:7% 0px 10% 0px;
	margin: 0px;
	text-align:center;
	float:left;
	width:35%;
	height:100%;
}

.home02 p {
	font-family: 'Montserrat', sans-serif;
	font-size:17px;
	font-weight:400;
	color: #FFF;
	line-height:150%;
	text-align:left;
}

.home03{
	width:100%;
	margin:0px;
	padding:70px 0px;
}

.home03:after{
	display:block;
	clear:both;
	content:"";
}

.home03 h1 {
	font-family:'GothamRoundedLight';
	font-size:60px;
	color:#94c83d;
	text-align:center;
}

.home03 h2 {
	font-family: 'Montserrat', sans-serif;
	font-size:27px;
	font-weight:700;
	color:#5c2d88;
	padding:0px;
	margin: 0px 0px 40px 0px;
	text-align:center;
	text-transform:uppercase;
}

.home03 p {
	font-family: 'Montserrat', sans-serif;
	font-size:17px;
	font-weight:400;
	color: #1a1a1a;
	line-height:150%;
	text-align:left;
}

.home04{
	width:100%;
	height:360px;
	margin:0px;
	padding:30px 0px;
	background-image:url(/wp-content/themes/CustomDesign/img/homeBg3.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed; background-color: #222220;
}

.home04 h1 {
	font-family:'GothamRoundedLight';
	font-size:60px;
	color:#FFF;
	padding:0px 0px 0px 0px;
	margin: 0px;
	text-align:center;
}

.home04 p {
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
	font-weight:400;
	color: #FFF;
	line-height:150%;
	text-align:center;
}

.home05{
	width:100%;
	height:291px;
	margin:90px 0px;
	padding:0px 0px;
	background-image:url(/wp-content/themes/CustomDesign/img/homeImg2.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.home05 h1 {
	font-family:'GothamRoundedLight';
	font-size:60px;
	color:#FFF;
	padding:12% 0px 0px 0px;
	margin: 0px;
	text-align:center;
	float:left;
	width:35%;
	height:100%;
}

.home05 .greenText {
	margin:0px -20px 0px 0px;
	padding:15px 20px 60px 130px;
	float:right;
	width:65%;
	height:100%;
	background-image:url(/wp-content/themes/CustomDesign/img/greenBg.png);
	background-position:center top;
	background-repeat:no-repeat;	
}

.home05 p {
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	font-weight:400;
	color: #FFF;
	line-height:150%;
	text-align:left;
}

.home06{
	width:100%;
	margin:110px 0px;
	padding:10px 0px;
	background-image:url(/wp-content/themes/CustomDesign/img/homeBg4.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	position:relative;
}

.home06:after{
	display:block;
	clear:both;
	content:"";
}

.home06 .homeContent img{
	position:absolute;
	right:0px;
	top:-80px;
}

.home06 h1 {
	font-family:'GothamRoundedLight';
	font-size:60px;
	color:#FFF;
	padding:0px;
	margin: 0px;
	text-align:left;
}

.home06 p {
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	font-weight:400;
	color: #FFF;
	line-height:150%;
	text-align:left;
	padding-right:490px;
}

.contactForm{
	width:61%;
	float:left;
}

.contactInfo{
	width:35%;
	float:left;
	text-align:center;
}

.learnMoreWhite {
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:700;
	color: #FFF;
	line-height:140%;
	text-align:left;
	text-transform:uppercase;
	padding:6px 12px 6px 30px;
	margin: 0px 0px 0px 0px;
	border:1px solid #FFF;
	background:url(/wp-content/themes/CustomDesign/img/whiteArrow.png);
	background-position:6px 6px;
	background-repeat:no-repeat;
}

.learnMoreWhite:hover {
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:700;
	color: #adf338;
	line-height:140%;
	text-align:left;
	text-transform:uppercase;
	padding:6px 12px 6px 30px;
	margin: 0px 0px 0px 0px;
	border:1px solid #adf338;
	background:url(/wp-content/themes/CustomDesign/img/greenArrow.png);
	background-position:6px 6px;
	background-repeat:no-repeat;
}

.learnMorePurple {
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:700;
	color: #5c2d88;
	line-height:140%;
	text-align:left;
	text-transform:uppercase;
	padding:6px 12px 6px 30px;
	margin: 0px 0px 0px 0px;
	border:1px solid #5c2d88;
	background:url(/wp-content/themes/CustomDesign/img/purpleArrow.png);
	background-position:6px 6px;
	background-repeat:no-repeat;
}

.learnMorePurple:hover {
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:700;
	color: #adf338;
	line-height:140%;
	text-align:left;
	text-transform:uppercase;
	padding:6px 12px 6px 30px;
	margin: 0px 0px 0px 0px;
	border:1px solid #adf338;
	background:url(/wp-content/themes/CustomDesign/img/greenArrow.png);
	background-position:6px 6px;
	background-repeat:no-repeat;
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/

.topData{
	border-top:1px solid #cacaca;
	padding-top:20px;
}

.topData:after{
	display:block;
	clear:both;
	content:"";
}

.topData .picture{
	width:10%;
	float:left;
	margin:0px;
	padding:0px;	
}

.topData h1{
	width:80%;
	float:left;
	margin:30px 0px 0px 0px;
	padding:0px;	
}

.topData .contentBtn{
	float:right;
	margin:0px;
	padding:0px;	
}

.topData h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size:26px;
	color:#94c83d;
	text-align:center;
}

.show_hide, .close {width:70px;height:70px;}

.slidingDiv{
	width:70%;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	clear:both;
}

/*------------------------------------*\
    IP
\*------------------------------------*/

.ip1{
	width:100%;
	margin:40px 0px;
	padding:50px 0px;
	background-image:url(/wp-content/themes/CustomDesign/img/ucla.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.ip2{
	width:100%;
	margin:40px 0px;
	padding:50px 0px;
	background-image:url(/wp-content/themes/CustomDesign/img/gw.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.ip3{
	width:100%;
	margin:40px 0px;
	padding:50px 0px;
	background-image:url(/wp-content/themes/CustomDesign/img/uc.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.ipContent{
	width:950px;
	margin:0px auto;
	padding:0px;
	position:relative;
}

.ip1 h1, .ip2 h1, .ip3 h1{
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size:40px;
	color:#FFF;
	text-align:center;
}

.ip1 p, .ip2 p, .ip3 p{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:400;
	color: #FFF;
	line-height:140%;
}

/*------------------------------------*\
   NEWS
\*------------------------------------*/
.news1 .pages, .news1 .page-numbers{color: #FFFFFF; text-decoration: none;}
.news1{
	width:100%;
	margin:0px 0px 40px 0px;
	padding:50px 0px;
	background-color:#5c2d88;
}

.news1 h1{
	color:#FFF;
}

.news1 .otw_blog_manager-blog-title a,
.news1 .otw_blog_manager-blog-content p,
.news1 .otw_blog_manager-blog-content a,
.news1 .otw_blog_manager-blog-meta-wrapper span,
.news1 .otw_blog_manager-blog-meta-wrapper,
.news1 #otw-bm-list-1 .otw_blog_manager-blog-meta-wrapper a{
	color:#FFF !important;	
}

.news2{
	width:100%;
	margin:40px 0px;
	padding:50px 0px;
	background-color: #E4E4E4;
}

.newsContent{
	max-width:950px;
	margin:0px auto;
	padding:0px;
	position:relative;
}

/*------------------------------------*\
    $MAIN
\*------------------------------------*/

.postthumbclass{
	width:100%;
}

.newsletterBottom{
	width:800px;
	margin:0px auto;
	padding:20px 0px;
}

.newsletterBottom h3 {
	font-family: 'Montserrat', sans-serif;
	font-size:26px;
	font-weight: 700;
	color:#5c2d88;
	text-align:center;
	margin:0px 0px 20px 0px;
}

*, *:after, *:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

@font-face {
	font-family:'GothamRoundedLight';
	font-weight:normal;
	src: url('/wp-content/themes/CustomDesign/fonts/GothamRounded-Light.ttf'), url('/wp-content/themes/CustomDesign/fonts/GothamRounded-Light.eot'); /* IE9 */
}

@font-face {
	font-family:'GothamRoundedBook';
	font-weight:normal;
	src: url('/wp-content/themes/CustomDesign/fonts/GothamRounded-Book.ttf'), url('/wp-content/themes/CustomDesign/fonts/GothamRounded-Book.eot'); /* IE9 */
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color: #1e1e1e;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
}

h1 {
	font-family:'GothamRoundedLight';
	font-weight:normal;
	font-size:60px;
	color:#5c2d88;
	padding:10px 0px 10px 0px;
	margin: 10px -20px 20px -20px;
	text-align:center;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-size:28px;
	font-weight: 700;
	color:#5c2d88;
	margin:40px 0px;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-size:22px;
	font-weight: 700;
	color:#5c2d88;
	margin:0px;
}

h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color:#5c2d88;
	margin:0px;
}

.clear {
	clear:both;
	display:block;
}

img {
	vertical-align:bottom;
	border:0px;
}

area {
	outline:none;
}

.clear {
	clear:both;
	display:block;
}

a {
	color:#1e1e1e;
	text-decoration:none;
	-webkit-transition: all 0.5s; /* For Safari 3.0 to 6.0 */
	transition: all 0.5s; /* For modern browsers */
}

a:hover {
	color:#666;
}

a:focus {
	outline:0;
}

a:hover, a:active {
	outline:0;
}

input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

p {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:400;
	color: #1e1e1e;
	line-height:140%;
}

section li {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:400;
	color: #1e1e1e;	
	line-height:140%;
	margin-bottom:8px;
}

.imgright {
	border:2px #ffffff solid;
	box-shadow:0px 4px 5px #000;
	-moz-box-shadow:0px 4px 5px #000;
	-webkit-box-shadow:0px 4px 5px #000;
	float:right;
	margin-left:15px;
	margin-bottom:10px;
}

.imgleft {
	border:2px #ffffff solid;
	box-shadow:0px 4px 5px #000;
	-moz-box-shadow:0px 4px 5px #000;
	-webkit-box-shadow:0px 4px 5px #000;
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}

/*------------------------------------*\
    $STRUCTURE
\*------------------------------------*/

.logo {
	float:left
}

.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}

header {
	width:100%;
	margin:0 auto;
	padding:10px 0px;
	position: absolute;
	z-index:100;
}

.headerContainer {
	max-width:990px;
	margin:0px auto;
	padding:0px 20px
}

section, #primary {
	min-height:500px;
	padding: 20px 20px 20px 20px;
	max-width:950px;
	margin:0 auto;
	position:relative;
}

.footer-widget {
	width:100%;
	padding:0px;
}

.footer-widget a {
	color:#FFF;
	font-weight:400;
}

footer {
	width:100%;
	margin:0px auto;
	padding:20px;
	background-color:#5c2d88;
}

.footer {
	width:950px;
	margin:0px auto;
}

.socialIcon{
	float:left;
	margin:0px 10px 0px 0px;
	opacity: 1;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.socialIcon:hover{
	opacity: 0.5;
	-ms-transform: scale(0.8, 0.8); /* IE 9 */
  -webkit-transform: scale(0.8, 0.8); /* Safari */
  transform: scale(0.8, 0.8);
}

p.copyright {
	font-family: 'Montserrat', sans-serif;
	font-size:11px;
	font-weight:400;
	color:#FFF;
	text-align:left;
	text-transform:uppercase;
	display:block;
	clear:both;
	content:"";
	margin:0px 0px 0px 0px;
	padding:14px 0px 0px 0px;
}

#sidebar {
	float: right;
	width:280px;
	background-color:#5b2f85;
	padding:20px; 
	margin:40px 0px 20px 20px; 
	border-left:1px solid rgba(255,255,255,0.2); 
}

#sidebar ul {
	margin-left:-20px;
}

#sidebar li {
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	font-weight:400;
	color: #FFF;	
	line-height:140%;
	margin-bottom:8px;
}

#sidebar li a {
	color: #FFF;	
}

div.searchResultsContainer{
	width: 70%;
	position:relative;
}

.blogSidebar #sidebar{
}

article{
	border-bottom: 2px dotted #ddd;
	padding-top: 20px;
}

article h2{
	font-size:24px;
	font-weight:500;
	margin:0px;
}

div#comments{
	width: 70%;
}


/*------------------------------------*\
    $PAGES
\*------------------------------------*/

.navi {
	float:right;
}

nav {
	list-style:none;
	margin:0px 0px;
	float:left;
	text-decoration:none;
}

nav ul li {
	float: left;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: auto;
}

nav ul a {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:700;
	color: #94c83d;
	display: block;
	padding: 10px 20px 10px 20px;
	margin: 10px 0px 0px 0px;
	text-decoration: none;
	text-transform:uppercase;
	-webkit-transition: all 0.5s; /* For Safari 3.0 to 6.0 */
	transition: all 0.5s; /* For modern browsers */
}

nav ul a:hover {
	color:#adf338;
	text-decoration:none;
}

nav ul ul {
	list-style:none;
	position:absolute;
	left:-9999px;
	margin:0px 0px 0px 0px;
	color:#FFF;
	background-color: #FFF;
	padding:10px;
}

nav ul ul li {
	padding-top:1px;
	float:none;
	color:#94c83d;
}

nav ul ul a {
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	font-weight:400;
	color: #FFF;
	text-transform:capitalize;
	white-space:nowrap;
	margin: 0px 0px 0px 0px;	
	padding: 3px 6px 3px 6px;
}

nav ul li:hover ul {
	left:0;
	text-decoration:none;
}

nav ul li:hover a {
	text-decoration:none;
	color: #adf338;
}

nav ul li a:hover {
	text-decoration:none;
	color: #FFF;
}

nav ul li:hover ul a {
	text-decoration:none;
	color:#FFF;
}

nav ul li:hover ul li a:hover {
	text-decoration:none;
}

nav ul li a:hover {
	color:#adf338;
}

nav ul li ul li a:hover {
	color:#1a1a1a;
	background-color: #f8f8f8;
	padding:3px 16px;
	margin:0px -10px;
}

/*------------------------------------*\
    $FORM
\*------------------------------------*/

.wpcf7-form .left{
	float:left;
	width:30%;
	text-align:left;
	margin-bottom:10px;
}

.wpcf7-form .right{
	float:left;
	width:70%;
	margin-bottom:10px;
}

.wpcf7-form {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #787878;
	text-align: left;
	width: 500px;
}

.wpcf7-form p{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #787878;
	text-align: left;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:500;
	color:#787878;
	width: 100%;
	padding:8px 12px;
	border:#9e9e9e 1px solid;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	-khtml-border-radius:1px;
	border-radius:1px;
	behavior: url(http://ftpweblogin.com/images/border-radius.htc);
}

.wpcf7 textarea {
	height:100px;
}


span.wpcf7-list-item {
	display: block;
}

.wpcf7-submit {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #5c2d88;
	text-align: center;
	text-transform:uppercase;
	border:1px solid #5c2d88;
	background-color: transparent;
	padding:5px 20px;
	-webkit-transition: background-color 0.5s; /* For Safari 3.0 to 6.0 */
	transition: background-color 0.5s; /* For modern browsers */
}

.wpcf7-submit:hover {
	color: #94c83d;
	border:1px solid #94c83d;
}

/*------------------------------------*\
	$TYPOGRAPHY
\*------------------------------------*/



/*------------------------------------*\
    $RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width: 320px) {
}
@media only screen and (max-width: 480px) {#sidebar {
	float: none;
		width:100%; margin: 0px 0px 0px 0px;}
}
@media only screen and (max-width: 768px) {.home02{background-attachment:scroll;}
	.home02 h1{font-size:40px !important}

.contactInfo {
    width: 100% !important;
	float:none !important;
	
}

.contactForm {
    width: 100% !important;
    float: none !important;
}
}
@media only screen and (max-width: 950px) {.home02, .home04{
	background-attachment:scroll;
    background-size:cover;}
	.home05 .greenText {
		padding:15px 30px 60px 90px;}
	.home03 img.alignleft{float: none; width: 100%; height: auto;}
	.blogcont{max-width:450px; width: 100% }
	
}
@media only screen and (min-width: 1140px) {
}
@media only screen and (min-width: 1280px) {
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
}


/*------------------------------------*\
    LOOP PHP CONTENT
\*------------------------------------*/

img.attachment-120x120.size-120x120.wp-post-image {
    float: left;
    margin-right: 20px;
}

.date, .author, .comments{
	font-size:12px;
	margin-right:10px;
}

/*------------------------------------*\
    $MISC
\*------------------------------------*/

::selection {
	background: #3651ac;
	color: #FFF;
	text-shadow: none;
}
::-webkit-selection {
 background:#3651ac;
 color:#FFF;
 text-shadow:none;
}
::-moz-selection {
 background:#3651ac;
 color:#FFF;
 text-shadow:none;
}

/*------------------------------------*\
    $WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}

.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}

a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

a img.alignnone {
	margin:5px 20px 20px 0;
}

a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.wp-caption {
	background:#FFF;
	border:none;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}

.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}

.wp-caption.alignright {
	margin:5px 0 20px 20px;
}

.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	padding:0;
	width:auto;
}

.wp-caption .wp-caption-text, .gallery-caption {
	font-size:14px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

.sticky {
}

.bypostauthor {
}

/*------------------------------------*\
    $PRINT
\*------------------------------------*/

@media print {

* {
	background:transparent !important;
	color:#000 !important;
	box-shadow:none !important;
	text-shadow:none !important;
}

a, a:visited {
	text-decoration:underline;
}

a[href]:after {
	content:" (" attr(href) ")";
}

abbr[title]:after {
	content:" (" attr(title) ")";
}

.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content:"";
}

pre, blockquote {
	border:1px solid #999;
	page-break-inside:avoid;
}

thead {
	display:table-header-group;
}

tr, img {
}
 @page {
 margin:0.5cm;
}

p, h2, h3 {
	orphans:3;
	widows:3;
}

h2, h3 {
	page-break-after:avoid;
}

body {
	background-color: #00576a;
}
}

.shipping-calculator-form{width:230px;}

.woocommerce-breadcrumb{ display:none;}

div.wpcf7-response-output {color: black;}
