/*
Theme Name:     AngloSaxonsChild
Description:    
Author:         asaxon2015
Template:       Webways

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


/* Slider */

.home-header-text {
background-color:rgba(0,0,0,0.5);
margin-top: 300px;
width: 84%;
margin-left: 8%;
}

#logo {
    margin-bottom: 2px;
}

.et_pb_section {
padding: 0px;
}

.imgcenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Hide Post Meta data */
.et_post_meta_wrapper {
    width: 80%;
    max-width: 1080px;
    margin: auto;
    padding-top: 6%;
    display: none;
}

/* Toggles */
.et_pb_toggle_close h5.et_pb_toggle_title, .et_pb_toggle_open h5.et_pb_toggle_title {
    color: #000;
    font-size: 20px;
	font-weight: 500;
}
 
.et_pb_toggle_title::before {
    color: #000000;
}

.et_pb_toggle_close h5.et_pb_toggle_title, .et_pb_toggle_open h5.et_pb_toggle_title {

    font-size: 20px;
}

/* Contact Form */
/*div.wpcf7 .wpcf7-form-control { max-width: 100%; }*/

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
background-color: #eee !important;
border: none !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #000 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wpcf7-submit {
color: #000000 !important;
margin: 8px auto 0;
cursor: pointer;
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 6px 20px;
line-height: 1.7em;
background: transparent;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.wpcf7-submit:hover {
background-color: #eee;
border-color:#eee;
padding: 6px 20px !important;
}


@media only screen and (min-width: 480px) {
#top-header {
    display: none;
}
}