/*
 Theme Name: tandm-dev.com test Child Theme
 Description: The custom theme [Forum Child Theme] using the parent theme Divi.
 Author: [Jon Parker]
 Author URI: [http://www.thompson-morgan.com]
 Template: Divi
 Version: 1
 */

 @import url("../Divi/style.css");

 /* =Theme customization starts here
------------------------------------------------------- */



/* Start Divi styles */

.et_pb_row {
padding: 10px 0px !important;
}

.et_pb_widget_area_left {
border-right: none;
}
#main-content .container:before {background-color:#fff;}
.et_pb_text p:last-of-type {padding-bottom: 10px !important;}
/* End Divi styles */

/* Start of Divi blog styles */

/* slider */
#fullWidthSlider {
height: 350px;
}
.et_pb_slide_description {
padding: 100px !important;
}
/* end */
/* Set the slider height */
@media only screen and (min-width:981px) {
    .et_pb_slider, .et_pb_slider .et_pb_container {
        height: 375px;
    }
    .et_pb_slider, .et_pb_slider .et_pb_slide {
        height: 375px;
    }
    /*.et_pb_slider .et_pb_slide_description {
        position: relative;
        top: 65%;
        padding-top: 0 !important;
        padding-bottom:0 !important;
        height:auto !important;*/
    }
}
/* end */

/* main nav bar start */
#et-top-navigation {
float: left;
width:100%;
}
#top-menu-nav, #top-menu {
width:100%;
}
#top-menu li > a, .fullwidth-menu li > a {padding-bottom:8px !important;
padding-top:6px !important;}
#top-menu li {
background: #86af49;
float:left;
width: 14.15%;
text-align: center;
padding-right: 0px !important;
/*padding-top: 5px;*/
border-bottom: solid 1px #86af49;
border-top: solid 1px #86af49;
border-right: solid 1px #fff;
}
#top-menu li a {
color: #ffffff;
font-size: 14px;
font-weight: 300;
}
#top-menu li:hover {
background: #ffffff;
color: #000000 !important;
border-bottom: solid 1px #fff;
border-top: solid 1px #86af49;
}
#top-menu li a:hover {
color: #000000 !important;
background: #fff;
text-decoration: none !important;
}
#top-menu li.current-menu-item > a {
color: #fff !important;
background:#86af49;
}
#top-menu li.current-menu-item > a:hover {
color: #000 !important;
background:#fff;
}
#top-menu li:last-child {
background: #b60718;
border-top: solid 1px #b60718;
border-bottom: solid 1px #b60718;
border-right: solid 1px #b60718;
}
#top-menu li:first-child:hover {
background: #ffffff;
border-bottom: solid 1px #fff;
}
#top-menu li:first-child {width: 14.02
  %; border-left: solid 1px #86af49;}
#top-menu li:first-child:hover {
border-left: solid 1px #86af49;}
/* end */

/* reduce lines between rows and sections */
.et_pb_section {padding-top: 0px;}
.et_pb_section {padding: 0px;}
.et_pb_post h2 {min-height: 2.5em; line-height: 1.2em;}
/* end */

/* remove page rh border */
.et_pb_widget_area_left {border-right: 1px solid #ffffff;}
/* end */

#main-header{
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
}
/* footer */
#footer-bottom {height: 90px; padding: 31px; background:#86af49;}
#main-footer {background-color: #ffffff;}
#footer-widgets .footer-widget li a {color: #333333;}
#footer-widgets .footer-widget li a:hover {color:#b60718; text-decoration: underline;}
#footer-widgets .footer-widget li {padding: 0 0 0 14px;}
#footer-widgets .footer-widget li::before {border-style: none;}
#footer-info {
width: 100%;
font-weight: 600;
text-align: center;
color: #fff;
}
p.footer {
text-align: center;
color: #fff;
width: 100%;
}
#footer-widgets {padding-top: 10px !important;}
.footer-widget {margin: 0px 60px 10px 0px;}
/* end */

/* fonts */
body {font-family: arial;}
/* end */
/* all a links */
a:hover {text-decoration: underline !important; color: #b60718;}

/* end */

/* search site */
.widget_search #searchsubmit {background-color: #b60718; color: #fff !important;transition: all 0.3s;}
.widget_search #searchsubmit:hover {background-color: #86af49; color: #fff;}
/* end */

/* start main site search button */
input#gobutton{
margin-top: 5px;
cursor:pointer;
padding:5px 10px;
background:#b60718;
border:1px solid #b60718;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
color:#fff;
font-size:1em;
}
/**THE BUTTON'S HOVER AND FOCUS STATES***/
input#gobutton:hover, input#gobutton:focus{
background-color :#86af49;
border:1px solid #86af49;}
/* end main site search button */

/* change post main content and sidebar widths
.et_right_sidebar #left-area {width: 715px;}
.et_right_sidebar #sidebar {width: 304px;}
.et_right_sidebar #main-content .container::before {right:317px;}
end */

/* top menu */
#top-header {background: #fff;}
/* end */

/* reduce height of homepage blog modules removed as these are responsive base on viewport width
.et_pb_blog_grid {height: 410px !important;}
 end */

/* misc */
h1 {line-height: 1.2em;}
.et_pb_widget ul li {margin-bottom: 0px;}
h4.title {color: #86af49 !important;}
#main-content .container {padding-top: 20px !important;}
.et_pb_post .entry-content {padding-top: 5px !important;}
.et_pb_text {margin-bottom:0px;}
.wps_button {float: left!important; font-size: 18px !important;}
.entry-content p a {font-weight: 600;}
.et_header_style_centered #logo {max-height: 100% !important;}
/* end */
/* remove website ul from comment form */
#commentform .comment-form-url { display: none; }
/* end */
/* single column slider width */
.third-col-slider {max-width: 400px;}
.third-col-slider h2 a {font-size: 18px;}
.third-col-slider a {font-size: 14px;}
.et_pb_slide_description {padding: 50px !important;}
/* end */
div.et_pb_text_2 p {color:#86af49; font-size: 20px;}

/* End of Divi blog styles */
