/* 
Theme Name: Responsive Child Theme 
Theme URI: http://www.axlinegroup.com
Description: Responsive Child Theme developed for DICC
Template: responsive
Version: 1.0.0
Author: The Axline Group, LLC
Author URI: http://www.axlinegroup.com
*/

/* =Import Styles
-------------------------------------------------------------- */
@import url('../responsive/style.css');


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

.featured-title {
	color: #A15641;
	font-size: 40px;
}

.featured-subtitle {
	font-size: 20px;
}

#featured p {
	font-size: 15px;
}

#header {
	background-color: #fff;
}

#container {
	background-color: #fff;
}
	
#footer {
	padding: 0 25px 0 25px;
	color: #fff;
	background-color: #A15641;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#A15641), to(#b98071));
	background-image: -webkit-linear-gradient(top, #A15641, #b98071);
	background-image: -moz-linear-gradient(top, #A15641, #b98071);
	background-image: -ms-linear-gradient(top, #A15641, #b98071);
	background-image: -o-linear-gradient(top, #A15641, #b98071);
	background-image: linear-gradient(top, #A15641, #b98071);
	clear: both;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A15641, endColorstr=#b98071);
}

.top-widget {
    padding: 85px 3px 0 0;
}


/*
#footer-wrapper .grid.col-940 {
	background-color: #A15641;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#A15641), to(#b98071));
	background-image: -webkit-linear-gradient(top, #A15641, #b98071);
	background-image: -moz-linear-gradient(top, #A15641, #b98071);
	background-image: -ms-linear-gradient(top, #A15641, #b98071);
	background-image: -o-linear-gradient(top, #A15641, #b98071);
	background-image: linear-gradient(top, #A15641, #b98071);
	clear: both;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A15641, endColorstr=#b98071);
}
*/

.menu {
background-color: #A15641;
background-image: -webkit-gradient(linear, left top, left bottom, from(#A15641), to(#b98071));
background-image: -webkit-linear-gradient(top, #A15641, #b98071);
background-image: -moz-linear-gradient(top, #A15641, #b98071);
background-image: -ms-linear-gradient(top, #A15641, #b98071);
background-image: -o-linear-gradient(top, #A15641, #b98071);
background-image: linear-gradient(top, #A15641, #b98071);
clear: both;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A15641, endColorstr=#b98071);
margin: 0 auto;
}

.menu a{
	border-left: 0px solid #585858;
}

.menu a:hover{ 
	background-color: #b98071;
background-image: -webkit-gradient(linear, left top, left bottom, from(#b98071), to(#A15641));
background-image: -webkit-linear-gradient(top, #b98071, #A15641);
background-image: -moz-linear-gradient(top, #b98071, #A15641);
background-image: -ms-linear-gradient(top, #b98071, #A15641);
background-image: -o-linear-gradient(top, #b98071, #A15641);
background-image: linear-gradient(top, #b98071, #A15641);
clear: both;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b98071, endColorstr=#A15641);
margin: 0 auto;
}

.menu .current_page_item a, .menu .current-menu-item a {
background-color: #A15641;
background-image: -webkit-gradient(linear, left top, left bottom, from(#A15641), to(#b98071));
background-image: -webkit-linear-gradient(top, #A15641, #b98071);
background-image: -moz-linear-gradient(top, #A15641, #b98071);
background-image: -ms-linear-gradient(top, #A15641, #b98071);
background-image: -o-linear-gradient(top, #A15641, #b98071);
background-image: linear-gradient(top, #A15641, #b98071);
clear: both;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A15641, endColorstr=#b98071);
margin: 0 auto;
}

#footer .social-icons {
	padding: 10.5px;
}

#featured {
	background-color: #e1f4fd;
}

a.silver {
    background-color:#ec1c24;
    background-image:-webkit-gradient(linear, left top, left bottom, from(#f7696e), to(#ec1c24));
    background-image:-webkit-linear-gradient(top, #f7696e, #ec1c24);
    background-image:-moz-linear-gradient(top, #f7696e, #ec1c24);
    background-image:-ms-linear-gradient(top, #f7696e, #ec1c24);
    background-image:-o-linear-gradient(top, #f7696e, #ec1c24);
    background-image:linear-gradient(top, #f7696e, #ec1c24);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f7696e, endColorstr=#ec1c24);
    border:1px solid #9a9a9a;
    color:#fff;
    text-shadow:0 1px 0 #9a9a9a;
}

a.silver:hover {
    background-color:#f7696e;
    background-image:-webkit-gradient(linear, left top, left bottom, from(#ec1c24), to(#f7696e));
    background-image:-webkit-linear-gradient(top, #ec1c24, #f7696e);
    background-image:-moz-linear-gradient(top, #ec1c24, #f7696e);
    background-image:-ms-linear-gradient(top, #ec1c24, #f7696e);
    background-image:-o-linear-gradient(top, #ec1c24, #f7696e);
    background-image:linear-gradient(top, #ec1c24, #f7696e);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ec1c24, endColorstr=#f7696e);
    border:1px solid #9a9a9a;
    color:#fff;
    text-shadow:0 1px 0 #9a9a9a;
}


/* Media Print
-------------------------------------------------------------- */
@media print {

    h1 {
	    page-break-before: always;
    }

    h1,  h2,  h3,  h4,  h5,  h6 {
	    page-break-after: avoid;
    }

    ul,  ol,  dl {
	    page-break-before: avoid;
    }
}

/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2013/06/devicepixelrati.html
-------------------------------------------------------------- */
@media 
    only screen and (-moz-min-device-pixel-ratio:1.5), 
    only screen and (-o-min-device-pixel-ratio:3/2), 
    only screen and (-webkit-min-device-pixel-ratio:1.5), 
    only screen and (min-device-pixel-ratio:1.5) {
    
    body {}
}

/* =Responsive (Mobile) Design
-------------------------------------------------------------- */
@media screen and (max-width: 980px) {

    body {}
	
    .grid, 
	.grid-right {
	    float: none;
    }
	
	#featured-image .fluid-width-video-wrapper {
	    margin: 20px 0 0 0;
    }
	
	.home #widgets {
		margin-top: 40px;
	}
    
    .top-widget,
    .home .top-widget {
        margin-top: 0 !important;
    }
    
    .hide-980 {
        display: none;
    }
    
    .show-980 {
        display: block;
    }
    
}

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

    body {}

    #logo {
	    float: none;
        margin: 0;
	    text-align: center;
    }

    .grid, 
	.grid-right {
	    float: none;
    }

	#featured-image .fluid-width-video-wrapper {
	    margin: 20px 0 0 0;
    }
    
    .top-widget {
        float: none;
        margin: 0 auto 10px auto;
        position: relative;
        text-align: center;
        width: auto;
    }
    
    .top-widget .widget-title {
        text-align: center;
    }
	
    .js .menu,
	.js .sub-header-menu {
		display: none;
	}
	
	.top-menu, 
	.footer-menu li {
	    float: none;
        font-size: 11px;
	    text-align: center;
    }
	
	.tinynav {
        display: block;
    }
    
    .sb-holder {
        display: block;
    }
    
    #author-meta {
        padding: 20px;
    }
    
    .hide-650 {
        display: none;
    }
    
    .show-650 {
        display: block;
    }
    
    #footer {
	    text-align: center;
    }

    #footer .social-icons {
        padding-bottom: 10px;
	    text-align: center;
    }
}

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

    body {}

    #logo {
	    float: none;
	    text-align: center;
    }

    .grid, 
	.grid-right {
	    float: none;
    }
	
	#featured-image .fluid-width-video-wrapper {
	    margin: 20px 0 0 0;
	}
	
	.featured-title {
	    font-size: 40px;
	    padding: 40px 20px 0 20px
    }
    
    .featured-subtitle {
        font-size: 24px;
    }
    
    .navigation .next,
    .navigation .previous {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
	
    .menu ul, 
	.menu li, 
	.top-menu, 
	.footer-menu li, 
	.sub-header-menu li {
	    float: none;
	    text-align: center;
        text-rendering: optimizeSpeed;
    }
	
    .hide-480 {
        display: none;
    }
    
    .show-480 {
        display: block;
    }
    
    #footer {
	    text-align: center;
    }

    #footer .social-icons {
	    text-align: center;
    }
}

@media screen and (max-width: 320px) {
    
    body {}
	
	#featured p {
	    font-size: 12px;
		line-height: 1.5em;
    }

    .featured-title {
	    font-size: 35px;
    }
	
	.featured-subtitle {
		font-size: 15px;
	}

    .call-to-action a.button {
	    font-size: 14px;
	    padding: 7px 17px;
    }

    .hide-320 {
        display: none;
    }
    
    .show-320 {
        display: block;
    }
}

@media screen and (max-width: 240px) {
    
    body {}
	
	#featured p {
	    font-size: 11px;
		line-height: 1.5em;
    }

    .featured-title {
	    font-size: 20px;
    }
	
	.featured-subtitle {
		font-size: 11px;
	}

    .call-to-action a.button {
	    font-size: 12px;
	    padding: 5px 15px;
    }
    
    .top-widget area,
    .top-widget select,
    .top-widget textarea,
    .top-widget input[type="text"], 
    .top-widget input[type="password"] {
        width: 75%;
    }
    
    .widget-title,
    .widget-title-home h3 {
        font-size: 14px;
        height: 13px;
        line-height: 13px;
        text-align: left;
    }
    
    .hide-240 {
        display: none;
    }
    
    .show-240 {
        display: block;
    }
}

/*The last 29 days of the month are the hardest."- Nikola Tesla*/