/*
	Theme Name: Ramp 3 - Church
	Theme URI: http://myramp.co
	Author: Ramp Ventures
	Author URI: http://myramp.co
	
*/

html :where(.has-border-color), 
html :where([style*=border-width]) {
	    border-style: none !important;
}

@charset "UTF-8";

@font-face {
  font-family: "church-theme";
  src:url("fonts/church-theme.eot");
  src:url("fonts/church-theme.eot?#iefix") format("embedded-opentype"),
    url("fonts/church-theme.woff") format("woff"),
    url("fonts/church-theme.ttf") format("truetype"),
    url("fonts/church-theme.svg#church-theme") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "church-theme" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "church-theme" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\61";
}
.icon-instagram:before {
  content: "\62";
}
.icon-twitter:before {
  content: "\63";
}
.icon-youtube:before {
  content: "\64";
}
.icon-envelope:before {
  content: "\65";
}
.icon-phone:before {
  content: "\66";
}
.icon-home:before {
  content: "\67";
}
.icon-location-arrow:before {
  content: "\68";
}
.icon-map-marker:before {
  content: "\69";
}
.icon-play-circle:before {
  content: "\6a";
}
.icon-video-camera:before {
  content: "\6b";
}
.icon-question:before {
  content: "\6d";
}
.icon-question-circle:before {
  content: "\6e";
}
.icon-android-chat:before {
  content: "\6f";
}
.icon-mobile:before {
  content: "\70";
}
.icon-money:before {
  content: "\71";
}
.icon-file-text-o:before {
  content: "\6c";
}
.icon-vimeo:before {
  content: "\72";
}
.icon-spotify:before {
  content: "\73";
}


/*******************************
	GENERAL	
*******************************/	

/*******************************
	HEADER	
*******************************/

#header.top-bar {
	padding-top: 0 !important;
}

.section-top-bar {
	color: #fff;
	padding: 10px;
}


@media (min-width: 768px) {

	body .sm-clean ul {
	    border: none;
	    background: rgba(0, 0, 0, .3);
	}
	
	body .sm-clean ul a:hover {
	    background: rgba(0, 0, 0, .8);
	}

}

@media (max-width: 767px) {

	.logo {
		width: 60px !important;
	}

	body #header {
		background: #000;
	}
	
	body .menu-bar {
		background: #fff;
	}
	
	body .menu-wrap {
	    background: #000;
	    border-top: 2px solid #000;
	}
	
	#nav li.highlight a {
	    outline: none !important;
	}
	
}

/*******************************
	FEATURED	
*******************************/

.section-featured {
	text-shadow: 0px 2px 3px rgba(0, 0, 0, .2);
	overflow: hidden;
}

.featured-logo {
	max-width: 300px;
	margin-bottom: 30px;
}

.featured-logo-container {
	position: relative;
}

.featured-logo-text {
	padding-left: 330px;
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: left !important;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.featured-logo-left {
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

p.sub-headline {
	font-style: italic;
}

.text-left .buttons-wrap.text-center {
	text-align: left;
}

a.button.text-link {
	border: none !important;
    padding: 0 !important;
    text-transform: none !important;
    border-bottom: 1px solid #fff !important;
}

a.button.text-link:hover {
	color: #fff !important;
	background: none !important;
	text-transform: none !important;
}

@media (max-width: 991px) {

	.featured-logo-text {
		position: relative;
		top: auto;
		padding: 0;
		text-align: center !important;
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	.featured-logo-left {
		position: relative;
		top: auto;
		left: auto;
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

}

/*** Background Video ***/

#video-background {
	position: absolute;
	height: 120%;
	top: -10%;
	width: auto;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.section-featured.wide #video-background {
	height: auto;
	top: 50%;
	width: 120%;
	left: -10%;
	-moz-transform: translateY(-50%) !important;
	-webkit-transform: translateY(-50%) !important;
	-o-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

/*******************************
	LATEST MESSAGE
*******************************/

.section-latest-message .buttons-wrap {
	text-align: right !important;
}

.section-latest-message img {
	width: 100%;
	height: auto;
}

.section-latest-message {
	text-shadow: 0px 2px 3px rgba(0, 0, 0, .2);
}


.section-latest-message a,
.section-latest-message a:hover,
.section-latest-message a:focus {
	color: #fff;
	text-decoration: none;
	border: none;
}

@media (max-width: 767px) {

	.section-latest-message .buttons-wrap {
		text-align: center !important;
	}
	
	.message-description {
		text-align: center;
	}

}

/*******************************
	ALL MESSAGES	
*******************************/

.row-messages {
	margin: 0 0 30px;
}

.row-messages:last-child {
	margin-bottom: 0;
}

.message-category-description p {
	margin: 0 !important;
}

.message-box {
	margin: 20px auto;
}

.message-box:nth-child(3n+1) {
	clear: both;
}

.message-date,
.message-title {
	margin: 0 !important;
}

.message-links {
	margin: 5px 0 0;
	padding: 0;
	list-style-type: none;
}

.message-links {
	font-size: 14px !important;
}

.message-links a {
	margin-right: 10px;
}

.message-links a:last-child {
	margin-right: 0;
}

@media (max-width: 991px) {

	.message-box:nth-child(3n+1) {
		clear: none;
	}
	
	.message-box:nth-child(2n+1) {
		clear: both;
	}

}

@media (max-width: 767px) {

	.message-box {
		margin: 10px auto;
	}

}


/*******************************
	PROMO BOXES	
*******************************/

.section-promo-boxes {
	height: auto;
	overflow: auto;
	background: #000;
}

.promo-boxes {
	padding: 0;
	margin: 0;
	width: 100%;
}

.promo-box,
.promo-box-inline {
	position: relative;
	display: inline-block;
	float: left;
}

.promo-box-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.promo-box-content {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.promo-box-count-1 .promo-box {
	height: 600px;
	width: 100%;
}

.promo-box-count-2 .promo-box {
	height: 500px;
	width: 50%;
}

.promo-box-count-3 .promo-box {
	height: 400px;
	width: 33.33%;
}

.promo-box-count-4 .promo-box {
	height: 300px;
	width: 25%;
}

.promo-box-count-5 .promo-box {
	height: 250px;
	width: 20%;
}

/*** Inline option ***/

.promo-box-inline {
	position: relative;
}

.promo-box-inline img {
	width: 100%;
	height: auto;
}

.promo-box-count-5 .promo-box-inline {
	width: 20%;
}

.promo-box-count-4 .promo-box-inline {
	width: 25%;
}

.promo-box-count-3 .promo-box-inline {
	width: 33.333%;
}

.promo-box-count-2 .promo-box-inline {
	width: 50%;
}

.promo-box-count-1 .promo-box-inline {
	width: 100%;
}

@media (max-width: 767px) {

	.promo-box,
	.promo-box-inline {
		width: 100% !important;
	}

	.promo-box-count-1 .promo-box
	.promo-box-count-2 .promo-box,
	.promo-box-count-3 .promo-box,
	.promo-box-count-4 .promo-box,
	.promo-box-count-5 .promo-box {
		height: 250px;
	}

}

/*** Hover ***/

.promo-box:hover .promo-box-overlay,
.promo-box-inline:hover .promo-box-overlay {
	opacity: .3;
}


/*******************************
	BUTTONS
*******************************/

body .gform_wrapper .gform_footer input[type=submit],
input[type=submit],
a.button,
a.button:hover,
.button,
.button:hover
body .gform_wrapper .gform_page_footer .button.gform_button,
body .gform_wrapper .gform_page_footer .button.gform_next_button,
body .gform_wrapper .gform_page_footer .button.gform_previous_button {
	display: inline-block !important;
	font-size: 16px !important;
    text-transform: uppercase !important;
}

.section-featured .button,
.section-featured .button:hover,
.section-latest-message .button,
.section-latest-message .button:hover,
.promo-boxes .button,
.highlight-button .button {
	background: none;
	color: #fff;
	border-color: #fff;
}

.section-featured .button:hover,
.section-latest-message .button:hover,
.promo-box:hover .button,
.promo-box-inline:hover .button,
.highlight-button .button:hover {
	background: #fff;
	color: #000;
	border-color: #fff;
}

/*******************************
	FOOTER
*******************************/

#footer h3 {
	margin-bottom: 10px;
	color: #fff !important;
}

#footer {
	font-size: 16px;
	line-height: 24px;
}

.textwidget {
	margin-bottom: 10px;
}

.footer-social-link,
.footer-social-link:hover {
	text-decoration: none !important;
}

/*** Footer Menu Widget ***/

.widget_nav_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/*******************************
	COLUMNS
*******************************/

.columns-2 .column {
	width: 50%;
}

.columns-3 .column {
	width: 33.33%;
}

.columns-4 .column {
	width: 25%;
}

.columns-5 .column {
	width: 20%;
}

@media (max-width: 991px) {

	.columns-2 .column,
	.columns-3 .column,
	.columns-4 .column,
	.columns-5 .column {
		width: 100%;
	}

}

/*******************************
	TOGGLES
*******************************/

.section-toggles {
	background: #fff;
}

.toggles-wrap {
	border-top: 2px solid #eaeaea;
	border-bottom: 2px solid #eaeaea;
}

.toggle {
	border-top: 2px solid #eaeaea;
	padding-top: 20px;
}

.toggle:first-child {
	border-top: none;
}

.toggle:hover,
.toggle.active {
	color: #428bca;
}

.toggle-box {
	border-left: 2px solid #eaeaea;
	padding-left: 20px;
	margin-bottom: 60px;
}

/*******************************
	FORMS
*******************************/

label {
	display: block;
	color: #000;
}

.gform_wrapper {
    width: 100% !important;
    max-width: 600px !important;
    margin: 30px auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.gform_wrapper li.gfield {
    margin-bottom: 30px !important;
}

body .gform_wrapper .chosen-container {
	width: 100% !important;
	min-width: 100% !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield input,
body .gform_wrapper .gform_body .gform_fields .gfield textarea,
.gform_wrapper .chosen-container-single .chosen-single,
body .gform_wrapper .chosen-container .chosen-results li.active-result {
	font-size: 16px !important;
	padding: 5px 10px !important;
	line-height: 26px !important;
}

body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
body .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0 !important;
    width: 20px !important;
}

/*******************************
	STAFF
*******************************/

.staff-block {
	margin: 30px 0;
}

.headshot {
	width: 100%;
	height: auto;
	margin: 0 auto 15px;
}

.staff-block:nth-child(3n+1) {
	clear: left;
}

@media (max-width: 991px) {

	.staff-block:nth-child(3n+1) {
		clear: none;
	}
	
	.staff-block:nth-child(2n+1) {
		clear: left;
	}

}

/*******************************
	CUSTOM STYLES FOR ATHENS CHURCH
*******************************/
	


.widget_text,
.widget_nav_menu {
	margin: 0 0 30px;
}

#nav .sub-menu a {
	font-size: 14px !important;
	line-height: 14px !important;
}

.section-content-container {
	position: relative;
	z-index: 1;
}

.home .section-featured h1 {
	font-size: 80px !important;
	line-height: 90px !important;
}

.home p.headline {
	opacity: .5 !important;
	font-size: 30px !important;
}

@media (max-width: 991px) {

	.home .section-featured h1 {
		font-size: 60px !important;
		line-height: 70px !important;
	}
	
	.home p.headline {
		font-size: 26px !important;
	}

}

@media (max-width: 767px) {

	.home .section-featured h1 {
		font-size: 36px !important;
		line-height: 46px !important;
	}
	
	.home p.headline {
		font-size: 20px !important;
	}

}

/*******************************
	BACKGROUND VIDEO 
*******************************/
