/*
 Theme Name:   MD_EV Theme
 Theme URI:    
 Description:  My child theme, based on ILLDY
 Author:       Mick Jagger
 Author URI:   
 Template:     illdy
 Version:      1.0.0
 Tags:         
 Text Domain:  illdy-child
*/

p, h3, .widget ul li a  {
color: #333; /*!important;*/
}

#octAccess {
    top: 40vh !important;
}
#octAccess .open, #octAccess .octContainer {
    background-color: #f1d204 !important;
}

a.octPanel.preventMarker {
    display: none;
}

body, .front-page-section .section-header p, p, #contact-us .section-content .contact-us-box .box-right span, #header .bottom-header p {
    font-size: 18px;
}

#header .bottom-header .header-button-two {
    width: auto;
    height: 63px;
    line-height: 57px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 15px;
    padding: 0 70px;
    display: inline-block;
    border: 3px solid #ffffff;
    border-radius: 3px;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#header .bottom-header .header-button-two:hover {
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

#header .bottom-header {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 180px;
    text-align: center;
}

#footer .footer-logo {
    text-align: left;
}

input.wpcf7-form-control {
    width: 100%;
    padding: 0 20px;
    height:39px;
    border: 1px solid #000000;
}

textarea.wpcf7-form-control {
    width: 100%;
    padding: 9px 20px;
    height: 139px;
    border: 1px solid #000000;
}

.wpcf7-form label {
width:100%;
}


body.single-post #comments {
	display: none;
}

body.home .front-page-section:nth-of-type(1) .section-header {
    display: none;
}

.homeparts {
	margin-top: 2em;
}

.homepart h1 {
	border: 4px solid #fff;
	width: 100%;
    vertical-align: middle;
    display: table-cell;
    transition: all linear 0.3s;
}
.homepart {
margin-bottom: 1em;
height: 150px;
}

.homepart a{
	text-decoration: none;
	color: #fff;
	width: 100%;
	display: table;
	min-height: 110px;
	transition: all linear 0.3s;
}

.homepart:hover a{
	color: #ffde00;
}

.homepart:hover  h1 {
	border: 4px solid #ffde00;
	transition: all linear 0.3s;
}

a.header-button-one, a.header-button-two {
display:none !important;
}

#header .bottom-header {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
    text-align: center;
}

#header .bottom-header p {
    margin-bottom: 0px;
}

input[type=radio] {
    -webkit-appearance: radio;
    -O-appearance: radio;
    -moz-appearance: radio;
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
    -O-appearance: checkbox;
    -moz-appearance: checkbox;
}

.gfield:not(.gsection) {
    border: 1px dotted;
    padding: 1em;
    margin-bottom: 1em;
}

.bottom-header.front-page span {
    line-height: 73px;
}


.markup-format table tbody tr td, .markup-format table tbody tr {
    border-right: 0px;
    border-bottom: 0px;

}

.marquee {
 width: 100%;
    overflow: hidden;
    border: 1px dotted #ccc;
    font-size: 44px;
    color: #000;
    letter-spacing: 0.6px;
}