/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/* Page formatting */
html {
background-image: url('http://dmkgolfdesign.com/wp-content/uploads/2017/04/bkgdBlack.png');
}
#header_main {
/* border-bottom: 5px solid #176cad; */
}
#footer {
border-top: 1px solid #176cad;
padding: 25px 0;
}
#footer .widget {
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
margin-bottom: 0;
}
#socket {
/* border-top: 5px solid #176cad; */
}

/* Main menu */
.avia-menu-text {
font-weight: bold;
}

/* Text formatting, optimized for Skia font (or something similar) */
h1 {
font-weight: normal;
letter-spacing: 3px !important;
}
h2 {
font-weight: normal;
letter-spacing: 2px !important;
}
h3 {
font-weight: normal;
letter-spacing: 1px !important;
}

/* Strip photos below header */
#av_section_1 > .container {
width: 100%;
max-width: 9999px !important;
padding: 0 !important;
margin: 0 !important;
border-bottom: 1px solid #176cad;
}
#after_section_1 {
border-top: none;
}

/* Content (including inline photos) */
.alignright {
margin-left: 40px !important;
}
.alignleft {
margin-right: 40px !important;
}

/* Sidebar */
.sidebar.sidebar_right.alpha.units {
border-color: #176cad;
}

/* Fix for bold and strong being the same colors as links. */
.main_color b, .main_color strong {
color: white;
}

/* "Special Heading" in Enfold */
.special-heading-inner-border {
border-color: #176cad !important;
border: none !important;
}

/* Social icon colors */
#top #wrap_all .av-social-link-facebook:hover a,
#top #wrap_all .av-social-link-twitter:hover a,
#top #wrap_all .av-social-link-instagram:hover a,
#top #wrap_all .av-social-link-pinterest:hover a
{
background-color: #176cad;
}

/* Course logos */
.courseLogo {
background-color: white;
width: 100%;
text-align: center;
border-radius: 10px;
}

/* Partner logos */
.avia-logo-grid {
margin-bottom: 60px;
}
.avia-logo-grid > .avia-smallarrow-slider-heading > .new-special-heading > h3 {
clear: both;
border-top: 1px solid #176cad;
padding-top: 20px;
margin-bottom: 40px;
}
.avia-logo-grid > .avia-content-slider-inner > .slide-entry-wrap > .slide-entry > img {
background-color: white !important;
text-align: center;
border-radius: 10px;
}

/* Team Member formatting */
.avia-team-member {
clear: both;
border-top: 1px solid #176cad;
padding-top: 20px;
margin-bottom: 20px;
}
div.team-img-container {
float: right;
border: 1px solid #176cad;
border-radius: 0;
display: block;
padding: 5px;
margin: 0 0 40px 40px;
}