/*
 Theme Name:   Lectern Child
 Theme URI:    http://example.com/lectern/
 Description:  Lectern Child Theme
 Author:       Maria G
 Template:     lectern
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
body {
    color: #000;
}
.slick-slide span {
    text-align: center;
}
.fb-like {

}
.main-navigation ul {
    background:#04BEFB; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(right, #3B5998, #04BEFB); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #3B5998, #04BEFB); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #3B5998, #04BEFB); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #3B5998, #04BEFB); /* Standard syntax */
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
    text-decoration: underline;
}
div#toastmastersheader {
    min-height: 260px;
}
div#toastmastersheader h1 {
    color: #3B5998;
    clear: both;
    margin-top: 0px;
}

.menu-menu-1-container .menu-item.menu-item-search {
    float: right;
    width: 260px;
}

.menu-menu-1-container .menu-search-form {
    float: right;
    padding-top: 3px;
    width: 250px;
}

.menu-menu-1-container form.menu-search-form {
    width: auto;
}

.menu-menu-1-container form.menu-search-form #s {
    background: #fff;
    border: 1px solid #000;
    font-size: 11px;
    margin: 0 2px 0 0;
    padding: 2px;
    width: 180px;
    float: left;
}

.menu-menu-1-container .menu-search-form input#searchsubmit.my-wp-search {
    display:none;
    background: #000;
    color: #fff;
    cursor: pointer;
    float: right;
    padding: 2px;
    text-transform: uppercase;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    border-radius: 0px;
}
.main-navigation .menu-menu-1-container form.menu-search-form #s {
    line-height: 2;
}

.main-navigation .menu-menu-1-container .menu-item.menu-item-search {
    margin-right: 3px;
    margin-top: 2px;
}

.content-area {
    width: 100%;
    min-height: 250px;
}
#logolink {
    background-image:url(images/logo_v3.png);
    background-repeat: no-repeat;
    background-size: 130px 100px;
}

a#logolink {
    display: block;
    height: 130px;
    width: 18%;
}
.site-title{
    float: right;
}

.site-title img {
    height: 49px;
    max-width: 100%;
    width: 198px;
}

.slick-slide {
    margin: 20px 0 0 0;
    font-weight: 300;
    color: #ffffff;
    text-shadow: 2px 2px 1px #222222;
    font-size: 38px;
    width: 50%;
    top: 20px;
    white-space: nowrap;
}
.slick-slide span{
    margin-top: 20px;
}

.homepage-carousel {
    margin-top: 120px;
}

.bottomMenu {
    width: 20%;
    float: right;
}
.bottomMenu ul {
    list-style-type: none;
}
.bottomMenu .menu-menu-1-container ul li {
    line-height: 1.5;
}

.bottomMenu .menu-item a,
.bottomMenu .menu-item a:hover,
.bottomMenu .menu-item a:focus,
.bottomMenu .menu-item a:active,
.bottomMenu .menu-item a:visited {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: 0.5;
}
.bottomMenu ol, ul {
    margin: 0 0 5px 0;
}
.bottomMenu .menu-item a:hover {
    text-decoration: underline;
}
.site-logos {
    width: 45%;
    float: left;
}
.logo-rda,
.logo-adr{
    width: auto;
    float: left;
    margin-left: 10px;
}
.logo-adr img {
    border-radius: 5px;
}
.logo-rda img,
.logo-adr img {
    width: 145px;
    height: 108px;
}

#colophon{
    background:#04BEFB; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(right, #3B5998, #04BEFB); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #3B5998, #04BEFB); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #3B5998, #04BEFB); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #3B5998, #04BEFB); /* Standard syntax */
}
.bottomMenu .menu-item a {
    color: #fff;
}
.contact-us-footer {
    width: 16%;
    display: block;
    float: left;
}
.contact-us-footer p,
footer[role="contentinfo"] a {
    line-height: 1;
    color: #fff;
    margin-bottom: 0px;
    font-size: 13px;
    display: inline;
}
footer[role="contentinfo"] a:hover,
footer[role="contentinfo"] a:focus,
footer[role="contentinfo"] a:active,
footer[role="contentinfo"] a:visited {
    color: #fff;
}
footer[role="contentinfo"] a:hover{
    text-decoration: underline;
}
@media screen and (max-width: 990px) {
    .site {
        width: auto;
    }
    .slick-slide {
        font-size: 19px;
    }
    .menu-menu-1-container .menu-item.menu-item-search {
         width: auto;
    }
    .menu-menu-1-container .menu-search-form {
        width: auto;
    }
    .main-navigation li {
        margin-right: 15px;
    }
}
@media screen and (max-width: 880px) {
    .slick-slide {
        font-weight: 100;
        color: #ffffff;
        text-shadow: 2px 2px 1px #222222;
        font-size: 20px;
        width: 50%;
        top: 20px;
        white-space: nowrap;
    }
    a#logolink {
        width: 150px;
    }
}

@media screen and (max-width: 800px) {
    .logo-rda img,
    .logo-adr img {
        width: 120px;
        height: 100px;
    }
}

@media screen and (max-width: 680px) {
    .logo-rda img,
    .logo-adr img {
        width: 100px;
        height: 80px;
    }
}

@media screen and (max-width: 585px) {
    .logo-adr{
        margin-top: 10px;
    }
}

@media screen and (max-width: 550px) {
    .site-header {
        padding-bottom: 0;
        background:#04BEFB; /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(right, #3B5998, #04BEFB); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(right, #3B5998, #04BEFB); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(right, #3B5998, #04BEFB); /* For Firefox 3.6 to 15 */
        background: linear-gradient(to right, #3B5998, #04BEFB); /* Standard syntax */
    }
    .menu-menu-1-container .menu-item.menu-item-search {
        float: left;
    }
    .menu-menu-1-container form.menu-search-form {
        float: left;
    }
    div#toastmastersheader {
        display: none;
    }
    .logo-adr{
        margin-top: 0;
    }
    .logo-rda,
    .logo-adr {
        width: 20%;
        float: left;
    }
    .logo-rda img,
    .logo-adr img {
        width: 80px;
        height: 60px;
    }
    .logo-adr img{
        margin-left: 10px;
    }
    .bottomMenu ul#menu-menu-1.menu {
        padding-left: 0;
    }
}