/*
	Theme Name: Yukon Soccer Association
	Theme URI: http://yukonsoccer.yk.ca/
	Description: Yukon Soccer Association Theme
	Author: PR Services Ltd.
	Author URI: http://yukoninfo.com/
	
	Version: 1.1.5
	
	Template: Divi
*/


/*-----------------------------------------------------------------------------------------------------*/
/* DEFAULTS */
/*-----------------------------------------------------------------------------------------------------*/

/*---------------------------------------------*/
/* DEFAULT CSS */
/*---------------------------------------------*/
@import url("../Divi/style.css");

/*---------------------------------------------*/
/* DIVI */
/*---------------------------------------------*/
/*.et_pb_module.custom-blurb-button {
    padding: 0 !important;
}
.et_pb_module.custom-blurb-button:hover {
    opacity: .8;
}
.custom-blurb-button .et_pb_module_header {
    padding: 0;
}
.custom-blurb-button .et_pb_module_header a {
    display: block;
    padding: 45px 0;
}*/

/*---------------------------------------------*/
/* HEADER */
/*---------------------------------------------*/
.et_header_style_left .logo_container {
    position: absolute;
    height: 125%;
    top: -32px;
}

#et-top-navigation {
    float: left;
}

#top-menu a {
    font-size: 2vw !important;
}

/*--- Table Styling ---*/
.border {
    border-top-width: 2px;
    border-top-color: #000;
    border-top-style: solid;
}

/*---------------------------------------------*/
/* FOOTER */
/*---------------------------------------------*/
#main-footer #media_image-2 {
    float: right;
}
#footer-bottom .container {
    text-align: center;
    font-size: 11px;
}

/*-----------------------------------------------------------------------------------------------------*/
/* EVENTS STYLING */
/*-----------------------------------------------------------------------------------------------------*/
button.tribe-common-c-btn.tribe-events-c-search__button {
    background-color: #d2232a !important;
}

/*-----------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*-----------------------------------------------------------------------------------------------------*/
/*@media only screen and (max-width: 980px) {
    #main-header .mobile_menu_bar:before {
        color: #304975;
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    #main-header #logo {
        max-width: 80%;
    }
    #main-footer .footer-widget .fwidget {
        width: 100% !important;
        text-align: center;
    }
}*/