/*
Theme Name: Robin Morgan
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: David Cloyd / Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/

@import url("../bridge/style.css");

/* TYPOGRAPHY */

p {
    margin-bottom: 15px;
}

p a, ul li a {
    font-weight: 700;
}

ul li a:hover {
    color: #c21c1e;
}

p.description {
    font-size: 2.0em;
    line-height: 1.2em;
    margin-bottom: 25px;
    margin-top: 25px;
    text-align: center;
    color: #818181;
}

body {
    color: #6e6e6e;
}

body ul {
    list-style-position: outside;
    margin-left: 15px;
    margin-bottom: 15px;
}

body ul li {
    padding-left: 5px;
}

h1 {
    font-size: 4.0em;
    text-transform: uppercase;
    line-height: 1.2em;
}

.ls-slide > h1 {
    line-height: 1.2em;
}

h2 {
    font-size: 2.5em;
    line-height: 1.2em;
    text-transform: none;
}

.title_subtitle_holder h2 {
    margin-bottom: 50px;
}

.title.title_size_large h1 {
    font-size: 4.0em;
    margin-top: 25px;
    line-height: 1.2em;
    font-weight: 700;
}

h2 {
    margin-bottom: 15px;
}

h3 {
    font-size: 1.7em;
    line-height: 1.3em;
    margin-bottom: 15px;
}

h4 {
    margin-bottom: 15px;
}

/* HEADER */

.mobile_menu_button {
    display: none;
}

/* IMAGES */

.alignleft {
    margin: 7px 40px 20px 0px;
}

.alignright {
    margin: 7px 0px 20px 35px;
}

/* PORTFOLIO */

.projects_holder_outer {
    margin: 75px 0px 25px;
}

/* FOOTER */

footer .container_inner {
    text-align: center;
}

.widget.widget_rss li span.rss-date, #wp-calendar caption {
    display: none;
}

@media only screen and (max-width:1000px){

    .title.title_size_large h1 {
        font-size: 3.0em !important;
        line-height: 1.2em !important;
    }

    .title_subtitle_holder h2 {
        margin-bottom: -25px;
        font-size: 2.0em !important;
        line-height: 1.2em !important;
    }

    p.description {
        font-size: 1.5em;
        line-height: 1.2em;
    }

    .filter_holder ul li span {
        padding: 0px 5px;
    }

    .filter_holder ul li {
        display: inherit;
        float: none;
    }

    .filter_holder ul {
        margin-left: 0px;
    }

}

@media only screen and (max-width:350px){

    .container_inner,.boxed div.section .section_inner,div.grid_section .section_inner,.full_width .parallax_content,.steps_holder_inner,.carousel-inner .slider_content_outer,nav.content_menu,body.boxed .wrapper_inner,body.boxed footer,body.boxed .header_inner,body.boxed .full_width .parallax_content,body.boxed .carousel-inner{
        width:90%
    }

    body.boxed .footer_inner{
	width:90%
    }

    .section_inner_margin,.parallax_section_inner_margin{
	margin:0
    }

}