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

/*
Theme Name: Vertex-Strikes-Back-child
Theme URI: https://www.elegantthemes.com
Description: Child Theme for 'Islander Strikes Back’
Author: Patrick Ledwell
Author URI: https://www.sustaincreative.com
Template: Vertex
Version: 0.1
*/
 
@import url("../Vertex/style.css");

/* body background set within site Appearance options */
 
body {
    background-color: #FFF;
    font-weight: 400;
}

/* lead, background style on home page */
body.home #top-area {
    /* padding: 130px 0 141px; ORIGINAL */
	padding: 100px 0 100px 0;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	-moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

/* background styles on sub-sequent pages */
#top-area, #pre-footer {
    background-image: url(https://www.patrickledwell.net/wp-content/themes/Vertex-Strikes-Back-child/images/bg.jpg);
	/* padding: 130px 0 141px; ORIGINAL */
	padding: 80px 0 80px 0;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	/* background-size: contain; */
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

#content-area {
    background-color: #fff;
    padding: 20px 0 120px 0; /* CHANGE: top padding */
}

#main-footer {
	background-color: #25383b;
}

.et_pb_main_blurb_image {
    margin-bottom: 20px;
    max-width: 50%;
}

/* EVENTS styles */

/* CHANGE: pledwell, hides top-area for single event display */
.single-tribe_events #top-area {
	display: none;
}

#tribe-events-pg-template {
    padding: 40px 20px 20px;
	background-color: #FFF;
	max-width: 1000px;
}
/* EVENTS styles */

#et-logo {
    color: #fff;
    font-size: 26px; /* 48px */
    font-weight: 100;
    /* float: left; */
    margin-top: -5px; /* -15px */
}

#top-area h1 {
    font-weight: 600; /* CHANGED */
    font-size: 60px; /* CHANGED */
    color: #fff;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
}

#top-area h1.title {
    font-weight: 600;
}

/* action button in lead, home page section */

a.action-button {
    font-size: 30px;
    color: #fff;
    display: inline-block;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #25383B 0%, #59858C 100%) repeat scroll 0 0;
	border: 1px solid #1A292B;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

a.action-button:hover {
	color: #CCC;
	background-color: #338064;
}

/* description in lead page slider area */
.et-description {
    padding-top: 25px;
}

/* button in lead page slider area */
a.more {
    background-color: #9b4910;
}

.home-block {
    padding-top: 40px;
	padding-bottom: 40px;	
}

blockquote p {
    font-size: 24px;
    padding-left: 30px;
    font-weight: 300;
}

.et_portfolio_zoom_icon {
    left: 100px;
}

/* testimonials: home page */

#all-testimonials {
    height: 280px;
}

.et-home-testimonial blockquote p {
    font-size: 32px;
    line-height: 38px;
	font-weight: 400;
    text-align: center;
}

#testimonials-authors li {
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

/* main footer */
#main-footer {
    background-color: #bbb;
}

@media only screen and ( min-width: 768px ) and ( max-width: 960px ) {

}

@media only screen and ( max-width: 767px ) {
	/* testimonials: home page */
	.et-home-testimonial blockquote p {
		font-size: 24px;
		line-height: 30px;
	}
}

@media only screen and ( max-width: 479px ) {
	/* testimonials: home page */
	.et-home-testimonial blockquote p {
		font-size: 18px;
		line-height: 24px;
	}
}