/*   
Theme Name: Richer child theme
Theme URI: http://themeforest.net/user/ArtstudioWorks/portfolio
Description: Richer is unique and highly interactive WordPress theme.
Author: ArtstudioWorks
Author URI: http://themeforest.net/user/ArtstudioWorks
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: richer
Version: 1.0
Tags: white, black, green, flexible-width, fixed-width, custom-colors, custom-background, theme-options, translation-ready
Designed by ArtstudioWorks: http://themeforest.net/user/ArtstudioWorks
*/

@import url("framework/css/compiled.css"); 		/* CSS Reset + Basic WordPress Styles */

/* =Theme customization starts here
-------------------------------------------------------------- */

@font-face {
	font-family: Museo700;
	src: local('Museo700-Regular'), 
		url("../../fonts/Museo700-Regular.otf") format('opentype');  
	font-weight: 700;  
}

@font-face {
    font-family: museo-sans;
    src: local('museo-sans'),
    url("../../fonts/MuseoSans_700.otf") format('opentype');
    font-weight: 700;
}

#contact-map .shortcode-map {
    margin: 0;
}

.address-widget {
    margin: 0 auto;
}

.address-widget h4, .address-widget .icon {
    float: left;
}

.address-widget .icon {
    margin-top: 8px;
    margin-right: 15px;
}

.excerpt {
    background-color: #fff;
    border-radius: 4px;
    padding: 15px;
    color: #666;
}

#footer, #footer input {
    font-family: "open sans", verdana, arial, sans-serif;
}

#footer .widget .separator {
    border-bottom: 1px solid #555 !important;
}

#footer .widget .separator .separator_line {
    /* height: 3px; */
    display: none !important;
}

.styled-menu p .icon {
    width: 10px;
    margin: 0 30px 0 15px;
}

.newsletter-footer input[type="email"] {
    background: #444444 !important;
    border: 1px solid #444444 !important;
    padding: 13px 0 13px 6px;
    color: #ffffff;
}

a.button {
    text-decoration: none !important;
}

a.orange:link,
a.orange:visited,
a.orange:hover,
a.orange:active {
    color: #EF543C;
}

.copyright-logo {
    margin-top: -4px;
    width: 85px;
}

.social-icons {
    text-align: center;
    margin: 20px auto;
    width: 100%;
}

.social-icons a {
    display: inline-block;
    margin-right: 8px;
}

.leadgen {
    width: 90%;
    margin: 0 auto;
}

.leadgen ul {
    list-style-type: none;
    padding: 12px;
    margin: 0;
    overflow: auto;
    background: #223642;
    border-radius: 2px;
    box-shadow: 1px 1px 1px #152b56;
    -webkit-box-shadow: 1px 1px 1px #152b56;
    -moz-box-shadow: 1px 1px 1px #152b56;
    -o-box-shadow: 1px 1px 1px #152b56;
    -ms-box-shadow: 1px 1px 1px #152b56;
}

.leadgen ul li {
    margin-left: 1.8%;
    float: left;
    width: 17.8%;
}

.leadgen input[type=text],
.leadgen input[type=email],
.leadgen input[type=tel],
.leadgen select {
    width: 100%;
    padding: 8px 2px 8px 4px;
    font-size: 16px;
    display: block;
    margin: 0;
}


.leadgen select {
    color: #888;
}

.leadgen ::-webkit-input-placeholder { color: #888; }
.leadgen :-moz-placeholder { color: #888; }
.leadgen ::-moz-placeholder { color: #888; }
.leadgen :-ms-input-placeholder { color: #888; }

.leadgen .action {
    text-align: center;
    margin: 25px 0 10px;
}

.leadgen .action input[type=submit] {
    background-color: #0e2249;
    font-weight: bold !important;
}

.leadgen .action input[type=submit]:hover {
    background-color: #163672;
    font-weight: bold !important;
}
@media screen and (max-width: 800px)  {
    .hide-responsive {
        display: none;
    }
}

@media screen and (max-width: 782px) {
    #home-header {
        padding-top: 80px;
    }
    h2 {
        line-height: 1em !important;
    }
}

@media screen and (max-width: 767px) {
    .responsive-margin {
        margin: 0;
    }
    .device-displayer .tabs {
        display: none;
    }
}

@media screen and (max-width: 850px) {
    .leadgen {
        width: 80%;
        margin: 0 auto;
    }

    .leadgen ul li {
        float: none;
        margin: 10px 0;
        width: 100%;
    }

    .leadgen ul li span {
        display: block;
    }

    .leadgen input[type=text],
    .leadgen input[type=email],
    .leadgen input[type=tel],
    .leadgen select {
        width: 100%;
        padding: 8px 2px 8px 4px;
        font-size: 16px;
    }
}

.ribbon.most-popular {
    background: url('../../uploads/ribbon-most-popular.png') no-repeat;
    background-size: contain;
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 9999;
    text-indent: -9999px;
    width: 100px;
    height: 58px;
}

#guarantee, #guarantee h2 {
    color: #ffffff;
}

.price h3 {
    line-height: 122px;
}

.testimonial.thumb-side .testimonial-author .featured-thumbnail {
    border-color: #223642 !important;
}

.testimonial.thumb-side .testimonial-author .featured-thumbnail:after {
    border-left-color: #223642 !important;
}

/* Theme CSS Fixes */
#header.header5:not(.fixed_header) {
    position: absolute;
    top:0;
    right: 0;
    left: 0;
    z-index: 99;
}

.home .callout {
    padding: 0 !important;
}

.home .callout h5 {
    display: inline-block;
    margin: 0;
    !important
}

.home .callout .icon {
    margin-right: 8px !important;
}

@media screen and (max-width: 767px) {
    .plan {
        margin-bottom: 20px;
    }
}