/*
Theme Name:     Brothers Boxing
Description:    A custom theme for Brothers Boxing 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;
}

p {
	font-size: 16px;
}

/* ------------------------------------------------------------
	Navigation
------------------------------------------------------------ */

.logo svg {
	width: 200px;
	padding-top: 5px;
}

li#menu-item-search {
	display: none;
}

#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
	background-color: #fa0404 !important;
	border: 2px solid #fa0404 !important;
	text-transform: uppercase !important;
	color: #ffffff !important;
	width: 350px !important;
}

#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text:hover {
	background-color: #a91010 !important;
	border: 2px solid #a91010 !important;
	text-transform: uppercase !important;
	color: #ffffff !important;
	width: 350px !important;
}




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

#home-hero h2 {
	font-size: 70px;
	line-height: 1.0;
}

#home-hero p {
	color: #f1f1f1;
}

#home-course-indi {
	background-color: #ffffff;
	padding: 15px;
	border-radius: 10px;
}

#home-course-indi h3 {
	color: #000000;
	font-size: 30px;
	text-transform: uppercase;
	padding-top: 5px;
}

.avia-button.avia-size-small {
	width: 75% !important;
	background-color: transparent !important;
	border: 2px solid #fa0404 !important;
	text-transform: uppercase !important;
	color: #fa0404 !important;
}

.avia-button.avia-size-small:hover {
	width: 75% !important;
	background-color: #fa0404 !important;
	border: 2px solid #fa0404 !important;
	text-transform: uppercase !important;
	color: #ffffff !important;
}

.avia-button.avia-size-medium {
	background-color: #fa0404 !important;
	border: 2px solid #fa0404 !important;
	text-transform: uppercase !important;
	color: #ffffff !important;
	width: 350px !important;
}

.avia-button.avia-size-medium:hover {
	background-color: #a91010 !important;
	border: 2px solid #a91010 !important;
	text-transform: uppercase !important;
	color: #ffffff !important;
	width: 350px !important;
}

#home-course-indi h6 {
	color: #fa0404;
}

#home-prokids-indi h3 {
	color: #ffffff;
	font-size: 45px !important;
	text-transform: uppercase;
	padding-top: 10px;
}

#home-prokids-indi p {
	color: #ffffff;
}

#home-bio h4 {
	color: #000000;
	font-size: 20px;
}

#top #footer .widget ul {
	display: flex;
}

#top .widget_nav_menu li {
    position: relative;
    box-sizing: content-box;
    clear: both;
    font-size: 17px;
    padding-right: 15px;
}

/* ------------------------------------------------------------
	Classes Page
------------------------------------------------------------ */

#gform_submit_button_1 {
	background-color: #fa0404 !important;
	border: 2px solid #fa0404 !important;
	text-transform: uppercase !important;
	color: #ffffff !important;
	width: 100% !important;
}

#gform_submit_button_1:hover {
	background-color: #a91010 !important;
	border: 2px solid #a91010 !important;
	text-transform: uppercase !important;
	color: #ffffff !important;
	width: 100% !important;
}

#class-content h3 {
	color: #000000;
	text-transform: uppercase;
	font-size: 40px;
}

#class-content {
	font-size: 16px;
}

#class-content-white h3 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 40px;
}

#class-content-white p {
	color: #ffffff;
}

#class-content-white {
	font-size: 16px;
}

/* ------------------------------------------------------------
	Private Training Page
------------------------------------------------------------ */

#gform_submit_button_2 {
	background-color: #fa0404 !important;
	border: 2px solid #fa0404 !important;
	text-transform: uppercase !important;
	color: #ffffff !important;
	width: 100% !important;
}

#gform_submit_button_2:hover {
	background-color: #a91010 !important;
	border: 2px solid #a91010 !important;
	text-transform: uppercase !important;
	color: #ffffff !important;
	width: 100% !important;
}

#gform_submit_button_3 {
	background-color: #fa0404 !important;
	border: 2px solid #fa0404 !important;
	text-transform: uppercase !important;
	color: #ffffff !important;
	width: 100% !important;
}

#gform_submit_button_3:hover {
	background-color: #a91010 !important;
	border: 2px solid #a91010 !important;
	text-transform: uppercase !important;
	color: #ffffff !important;
	width: 100% !important;
}

#gform_submit_button_4 {
	background-color: #fa0404 !important;
	border: 2px solid #fa0404 !important;
	text-transform: uppercase !important;
	color: #ffffff !important;
	width: 100% !important;
}

#gform_submit_button_4:hover {
	background-color: #a91010 !important;
	border: 2px solid #a91010 !important;
	text-transform: uppercase !important;
	color: #ffffff !important;
	width: 100% !important;
}

/* ------------------------------------------------------------
	Thank You Page
------------------------------------------------------------ */

#thank-you h1 {
	font-size: 70px;
}

#thank-you p {
	color: #ffffff;
}

#pricing-bg {
	background-color: #ffffff;
	padding: 15px;
	border-radius: 5px !important;
}

#pricing-bg h3 {
	color: #000000;
	font-size: 35px;
}

.pricing {
	background-color: #000000;
	padding: 20px;
}

.pricing h4 {
	text-transform: uppercase;
	font-size: 22px;
}

.pricing p {
	color: #ffffff;
}

/* ------------------------------------------------------------
	Footer
------------------------------------------------------------ */

img.image.wp-image-87.attachment-full.size-full {
    width: 180px;
}

.flex_column.av_one_half.first.el_before_av_one_half .textwidget {
	font-size: 17px;
}

.flex_column.av_one_half.el_after_av_one_half.el_before_av_one_half .textwidget {
	font-size: 17px;
}

/* --------- 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) {

}

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

}

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

}