/*
Theme Name: Development Theme
Theme URI: n/a
Description: Just a development theme
Author: n/a
Author URI: n/a
Template: Divi
Version: 1.0
*/

/* Generated by Orbisius Child Theme Creator (http://club.orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Wed, 09 Dec 2015 18:13:02 +0000 */ 

@import url('../Divi/style.css');

p{
font-weight: 400;
color: black;
}

.btn01 {
    background: #ff0000;
    padding: 1em;
    font-size: 1.19em;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: block;
    margin: 1em auto;
    max-width: 700px;
    line-height: 1.3em;
}

.btn01:hover{
background: black;
}


.et_pb_post h2 {
    margin-top: 30px;
    line-height: 1.3em;
    font-weight: normal;
    margin-bottom: 10px;
}

.homepage-title{
text-align: center; 
font-size: 45px; 
color: white; 
font-weight: 400; 
margin-bottom: 25px;
line-height: 1.3em;
}

/********************************
	
*********************************/

.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container, .et_fixed_nav.et_show_nav #page-container{
padding-top: 0px !important;
}

/************************************
	Hiding header/footer
**************************************/


#main-header{
display: none;
}

#main-footer{
display:none;
}

/************************************
	Responsive Code
**************************************/

@media (max-width:1000px){

.homepage-title{
font-size: 25px;
}

.recognition-title{
clear: both;
padding-top: 20px;
}

}

.related.products{
clear: both !important;
}


/************************************************
	Recognition Feed
**********************************************/

.featured-image {
    width: 250px;
    height: 183px;
    border: 2px solid #ff0000;
    overflow: hidden;
}

.featured-image img{
padding: 0px;
margin: 0px;
width: 250px;
overflow: hidden;
min-height: 183px;
}

.left-feed-column{
width: 290px;
float: left;
}

.recognition-title {
    font-size: 25px;
    color: black;
    line-height: 1.333;
    overflow: hidden;
    font-weight: bold;
    margin-bottom: .3em;
}

.recognition-excerpt {
max-height: 5.1em;
overflow: hidden;
margin-bottom: 1em;
}

.recognition-excerpt p{
padding: 0px !important;
margin: 0px !important;
}

.read-more-link a {
    text-decoration: none;
    font-weight: bold;
    color: #ff0000;
    font-size: 16px;
}

.read-more-link a:hover{
color: black;
}





.et_shop_image, .et_portfolio_image {
    display: block;
    position: relative;
    max-height: 240px;
    overflow: hidden;
}



.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] {
    display: -moz-inline-stack;
    display: inline-block;
    border: 0px;
    background: black;
    color: white;
    padding: .5em;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=image]:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
background: #E80000;
}


