/* 
Theme Name: Responsive Child Theme
Theme URI: http://cyberchimps.com/guide/child-theme-example/
Description: Responsive Child Theme
Template: responsive
Version: 1.0.0
Author: CyberChimps
Author URI: https://cyberchimps.com/
License: GNU General Public License
License URI: license.txt

*/

@import url("simple-grid-system.css");

/* =Start From Here
-------------------------------------------------------------- */

#container {
    background: #EEF3F9;


    font-family: Arial, Geneva, sans-serif;
}


#footer {
    background: #EEF3F9;
    font-family: Arial, Geneva, sans-serif;
}

#container {
    margin: 40px auto 0px auto;
    -webkit-box-shadow: 0px 5px 10px 5px #bbb;
    -moz-box-shadow: 0px 5px 10px 5px #bbb;
    box-shadow: 0px 5px 10px 5px #bbb;
}

#footer {
    margin: 0px auto 40px auto;
    -webkit-margin-bottom-collapse: separate;
    -webkit-box-shadow: 0px 15px 10px 5px #bbb;
    -moz-box-shadow: 0px 15px 10px 5px #bbb;
    box-shadow: 0px 15px 10px 5px #bbb;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1E3C8F;
}

#header {
    max-width: 920px;
    padding: 0 2%;
}

#logo {
    margin-bottom: 10px;
}

#slider-wrapper {
    padding: 0 2%;
    /* width: 100%; */
    max-width: 920px;
    background: transparent;
    z-index: 1;
    position: relative;
}

#shadow-background {
    position: absolute;
    bottom: -9%;
    height: 100%;
    width: 96%;
    background: url(../../uploads/Schatten_920.png) bottom center no-repeat;
    background-size: 96%;
}

#slider-wrapper img {
    position: relative;
    z-index: 1000 !important;
}

/* Royal Slider Nav */

.rsNav {
    display: none;
}


.rsDefaultInv .rsGCaption {
    min-width: 400px;
    line-height: 40px;
    font-size: 24px !important;
    font-weight: bold !important;
    font-family: Arial, Geneva, sans-serif !important;
    color: #666 !important;
}

#wrapper {
    border: none;
    background: transparent;
}

#wrapper #content img {
    /*
    padding: 2px;
    border: 1px solid #ccc;
*/
}


#content-full {
    margin-top: 10px;
}

.entry-title {
    margin-top: 0px;
}

#footer-wrapper {
    padding: 0 20px;
}



/* Menu color change and more */

.menu {
    background-color: #e0e0e0;
    background-image: none;
}

.top-menu {
    margin: 10px 0 0 0;
}

.menu a {
    border-left: 1px solid #d2d2d2;
    color: #444444;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0 0.9em;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
}

.menu a:hover {
    background-color: #6699CC;
    background-image: none;
    color: #fff;
}

ul.menu > li:hover {
    background-color: #6699CC;
}

ul.menu > li:hover a {
    color: #fff;
}


.menu .current_page_parent a,
.menu .current_page_parent a,
.menu .current_page_item a,
.menu .current-menu-item a {
    background-color: #6699CC;
    color: #fff;
}

.front-page .menu .current_page_item a {
    color: #444444;
}


.menu li li a {
    color: #444444 !important;
}


.menu li li a:hover {
    background: #6699CC !important;
    color: #fff !important;
}



.widget-wrapper {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
    border: 0px;
    margin: 0 0 20px;
    padding: 0px 20px 0 60px;
}

.widget-wrapper p {
    margin: 0.5em 0;
}





div.floatright,
ul.floatright {
    width: 45%;
    float: right;
    margin: 0 0 0 3%;
}

div.floatleft,
ul.floatleft {
    width: 45%;
    float: left;
}

#wrapper #content p {
    clear: both;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.center {
    margin: 0 3%;
}



.front-page h1 {
    font-size: 2.625em;
}

.front-page h2 {
    font-size: 1.5em;
}

.main-nav {
    margin-bottom: 1px
}

ul.sub-menu {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}



.section p {
    margin: 0px 0;
}

input[type='text'],
input[type='email'] {

    max-width: 300px;
}


#wrapper #content input[type='text'],
#wrapper #content input[type='email'] {
    width: 50%;
    max-width: 300px;
}

#wrapper #content .section input[type='text'],
#wrapper #content .section input[type='email'] {
    width: 100%;
}



.slick-slider-wrapper img.attachment-medium {
    display: block;
    margin: 15px 2px;
    width: auto;
}

.gallery-icon.portrait {
    margin-right:10px;
}



@media screen and (max-width: 980px) {
    .widget-wrapper {
        padding: 0px;
    }
}


/* Adjust padding of main menu, so it fits every screen */

@media screen and (max-width: 750px) {

    .menu a {
        font-size: 13px;
        padding: 0 0.5em;
    }

}


@media screen and (max-width: 650px) {

    .js .main-nav {
        position: relative;
        background-color: #6699CC;
        background-image: none;
    }

    h1 {
        font-size: 1.700em;
        /* = 30px */
    }

    h2 {
        font-size: 1.625em;
        /* = 26px */
    }

    h3 {
        font-size: 1.500em;
        /* = 24px */
    }

    h4 {
        font-size: 1.25em;
        /* = 20px */
    }

    h5 {
        font-size: 1.125em;
        /* = 18px */
    }

    h6 {
        font-size: 1.000em;
        /* = 16px */
    }

    #container,
    #footer {
        padding: 0px 0px;
    }

    #container {
        margin-top: 10px;
    }

    #footer {
        margin-bottom: 0px;
    }


    .rsDefaultInv .rsGCaption {
        min-width: 60%;
        line-height: 16px;
        font-size: 14px !important;
        font-weight: bold !important;
        font-family: Arial, Geneva, sans-serif !important;
        color: #666 !important;
        left: 20%;
    }

    #wrapper #content-full img {
        float: left;
        margin-left: 0px;
        margin-right: 10px;

    }



    .top-widget area,
    .top-widget select,
    .top-widget textarea,
    .top-widget input[type="text"],
    .top-widget input[type="password"],
    .top-widget input[type="email"] {
        width: 100%;
        max-width: 150px;
    }

    div.floatright,
    img.floatright,
    ul.floatright {
        width: 100%;
        float: left;
        margin: 0 0 0 3%;

    }

    div.floatleft,
    img.floatleft,
    ul.floatleft {
        width: 100%;
        float: left;
    }


}







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

    #wrapper #content input[type='text'],
    #wrapper #content input[type='email'] {
        width: 100%;
    }
}




.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: #000!important;
    background: rgba(0, 0, 0, 0.9)!important;
}

.page-id-25 h2,
.page-id-962 h2 {
    font-size: 18px;
    color: inherit;
}

.wpcf7 input[type=checkbox] {
    margin-left:-10px;
    width:auto!important;
}


.metaslider.ms-theme-simply-dark .flexslider ul.slides .caption-wrap, .metaslider.ms-theme-simply-dark .rslides .caption-wrap, .metaslider.ms-theme-simply-dark div.nivoSlider .nivo-caption, .metaslider.ms-theme-simply-dark .cs-title {
    z-index:99999;
    background:rgba(255,255,255,0.9)!important;
}


.metaslider.ms-theme-simply-dark .flexslider ul.slides .caption-wrap .caption, .metaslider.ms-theme-simply-dark .rslides .caption-wrap .caption, .metaslider.ms-theme-simply-dark div.nivoSlider .nivo-caption, .metaslider.ms-theme-simply-dark .cs-title {
    color:#333!important;
}