/*
Theme Name:     Xavo
Description:    A custom theme for Xavo based on the parent theme Enfold. Do not delete the parent theme from your site.
Version:		1.0
Author:         ACS Creative
Author URI:		http://www.acscreative.com/
Template:		enfold
*/

/* ---- @import url('includes/elements.css'); ---- */

/* ------------------------------------------------------------
	Global
------------------------------------------------------------ */

a {
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
	text-decoration: none;
	color: #ac1e2c;
}

a:hover {
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
	text-decoration: none;
	color: #860e1a;
}

/* --------- Font Styles --------- */

h1, h2, h3, h4, h5 {
	font-weight: 600 !important;
	text-transform: uppercase !important;
}

/* ------------------------------------------------------------
	Homepage
------------------------------------------------------------ */

#xavo-hero h1 {
	color: #ffffff;
	padding: 30px;
}

.content-block-one h3 {
	text-transform: inherit !important;
	letter-spacing: normal !important;
	font-size: 24px;
	font-weight: 500 !important;
	padding-top: 15px;
}

.content-block-one p {
	color: #737373;
	padding-top: 5px;
}

.content-block-one  h5 {
	font-size: 13px;
	color: #737373;
	border-left: 2px solid #737373;
	padding-left: 5px;
}

.content-block-one-boxed {
	background-color: #ffffff;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.22); 
	box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.22);
	margin-left: -75px !important;
	margin-top: 25px !important;
}

.content-block-one-boxed h3 {
	text-transform: inherit !important;
	letter-spacing: normal !important;
	font-size: 24px;
	font-weight: 500 !important;
	padding-top: 15px;
}

.content-block-one-boxed p {
	color: #737373;
	padding-top: 5px;
}

.content-block-one-boxed  h5 {
	font-size: 13px;
	color: #737373;
	border-left: 2px solid #737373;
	padding-left: 5px;
}

.content-block-one-boxed-lower {
	background-color: #ffffff;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.22); 
	box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.22);
}

.content-block-one-boxed-lower h3 {
	text-transform: inherit !important;
	letter-spacing: normal !important;
	font-size: 24px;
	font-weight: 500 !important;
	padding-top: 15px;
}

.content-block-one-boxed-lower p {
	color: #737373;
	padding-top: 5px;
}

.content-block-one-boxed-lower  h5 {
	font-size: 13px;
	color: #737373;
	border-left: 2px solid #737373;
	padding-left: 5px;
}

/* ------------------------------------------------------------
	TEST HOME
------------------------------------------------------------ */

.logo svg {
	width: 150px !important;
}

#header_main_alternate {
	display: none !important;
}

#xavo-hero p {
	color: #ffffff;
	font-size: 40px;
}

#col-2 h3 {
	text-transform: inherit !important;
	letter-spacing: normal !important;
	font-size: 24px;
	font-weight: 500 !important;
	color: #ffffff;
}

#col-2 p {
	color: #ffffff;
	letter-spacing: normal !important;
	line-height: 1.5!important;
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 5px;
}

.av-masonry-container.isotope {
	margin-bottom: 75px !important;
}

.mfp-bottom-bar {
	display: none !important;
}

#top .av-masonry-load-more {
	background-color: #394D45 !important;
	color: #ffffff !important;
	width: 200px !important;
	padding: 10px !important;
}

a.av-masonry-pagination.av-masonry-load-more {
	display: block;
	margin: 0 auto !important;
}

#color-bg {
	border-top: 50px solid #000000 !important;
	border-bottom: 50px solid #000000 !important;
	border-left: 75px solid #000000 !important;
	border-right: 75px solid #000000 !important;

}

#about-img .avia-image-overlay-wrap {
    margin-right: -100px;
}

.about-xavo h3 {
	text-transform: inherit !important;
	letter-spacing: normal !important;
	font-size: 24px;
	font-weight: 500 !important;
	padding-top: 15px;
	color: #ffffff
}

.about-xavo p {
	color: #ffffff;
	padding-top: 5px;
}

.about-xavo h5 {
	font-size: 13px;
	color: #ffffff;
	border-left: 2px solid #ffffff;
	padding-left: 5px;
	letter-spacing: normal;
	font-weight: 500 !important;
}

.blur-content {
	-webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    padding: 75px;
    -webkit-box-shadow: 1px 1px 18px 3px rgba(0,0,0,0.2); 
	box-shadow: 1px 1px 18px 3px rgba(0,0,0,0.2);
}

.blur-content h3 {
	text-transform: inherit !important;
	letter-spacing: normal !important;
	font-size: 24px;
	font-weight: 500 !important;
	padding-top: 15px;
	color: #ffffff
}

.blur-content p {
	color: #ffffff;
	padding-top: 5px;
}

.blur-content h5 {
	font-size: 13px;
	color: #ffffff;
	border-left: 2px solid #ffffff;
	padding-left: 5px;
	letter-spacing: normal;
	font-weight: 500 !important;
}

#home-contact {
	background-color: #000000;
}

#home-contact p {
	color: #ffffff;
	padding-bottom: 10px;
}

#home-contact h3 {
	text-transform: inherit !important;
	letter-spacing: normal !important;
	font-size: 24px;
	font-weight: 500 !important;
	color: #ffffff
}

#top .main_color input[type='text'] {
	background-color: #000000 !important;
	border: 2px solid #ffffff !important;
	color: #ffffff !important;
}

#top .main_color input[type='email'] {
	background-color: #000000 !important;
	border: 2px solid #ffffff !important;
	color: #ffffff !important;
}

#top .main_color input[type='tel'] {
	background-color: #000000 !important;
	border: 2px solid #ffffff !important;
	color: #ffffff !important;
}

input#gform_submit_button_1 {
	background-color: #384c44 !important;
	color: #ffffff !important;
	width: 200px !important;
	padding: 10px !important;
}

img.image.wp-image-190.attachment-full.size-full {
    width: 150px !important;
}


/* --------- Insert your custom styles on next rows --------- */



@media only screen and (min-width: 1100px) and (max-width: 1230px) {

}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 1099px) {

}

@media only screen and (max-width: 900px) {
	
.content-block-one-boxed {
	margin-left: 0px !important;
	margin-top: -75px !important;
}

}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 480px) {

}