/*
Theme Name:     SecretChannelFilms
Description:    Beautiful and responsive
Author:         ID2Design
Template:       SCF

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



/* General */
#main-content, #main-header {
    background:none;
}

#top-header, #et-secondary-nav li ul {
    background-color: #000000;
}

#main-header {
    box-shadow: none;
}

h3 {
font-size:20px;
color: #666666;
}

h5 {
line-height: 25px;
color: #666666;
}

.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;
}

/* Menu */

#top-menu li {
padding-right:0px;
}

.et_header_style_left #et-top-navigation nav > ul > li > a:hover {
    background-color: #4871AF;
}

.et_header_style_left #et-top-navigation nav > ul > li > a {
padding-bottom:0px;
padding: 15px 12px 15px 12px;
}


.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 15px;
}

nav#top-menu-nav, #top-menu, nav.fullwidth-menu-nav, .fullwidth-menu {
    float: left;
    padding-bottom: 50px;
}

 #main-header .et_mobile_menu {
    background-color: #000000;
}

#main-header {
    padding-top: 10px;
}

@media only screen and ( min-width: 1281px ) {

}

@media only screen and ( min-width: 981px ) {
#logo {
max-height: 125px;
height: 125px;
}
}

@media only screen and ( min-width: 981px ) and ( max-width: 1280px ) {
/*#logo {
min-height:100%;
}*/
}

@media only screen and ( min-width: 769px ) and ( max-width: 980px ) {
#main-header {
    padding-bottom: 30px;
}
#logo {
max-height: 125px;
height: 125px;
}

.page-heading {
margin-top:20px;
}
}

@media only screen and ( min-width: 769px ) {
#logo {
max-height: 125px;
height: 125px;
}

.about-names {
padding-top:55px;
text-align:left;
}
}

@media only screen and ( min-width: 480px ) and ( max-width: 768px ) {
.page-heading {
padding-top:20px;
}
}

@media only screen and ( max-width: 768px ) {
/*.et_header_style_left #logo {
max-height:100%;
min-height:100%;
}*/
#logo {
max-height: none;
width: 145px;
}
.about-names {
padding-top:0px;
text-align:center;
}
}


@media only screen and ( max-width: 479px ) {
/*#logo {
max-height:100%;
}*/
#logo {
max-height: none;
width: 90px;
}
/* Reduce padding for mobile */

.et_pb_section {
padding: 5px 0px;
}

.et_pb_section .et_pb_row {
padding-bottom: 5px;
padding-top: 5px;
}

/* End Reduce padding for mobile */

/* Header Phone Number and Email */
#et-info {
    float: none;
    padding-bottom: 2px;
    font-size: 1.5em;
    font-weight: 900;
	text-align: center;
}

#et-info-email {
display:none;
}

/* end Header Phone Number and Email */

}

@media only screen and ( min-width: 480px ) {

/* Header Phone Number and Email */
#et-info {
display:none;
}

#et-info-email {
display:none;
}

/* end Header Phone Number and Email */
}


/* 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: #999 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}


.wpcf7-submit {
color: #50942F !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;
}