/*   
Theme Name: Responsive Child Theme
Theme URI: http://themeid.com/responsive-theme
Description: Responsive Child Theme
Author: Emil Uzelac
Author URI: http://themeid.com
Template: responsive
Version: 1.0
*/

/* Import Responsive Styles */
@import url('../responsive/style.css');

/* =Start Here
-------------------------------------------------------------- */

/*


#commentform {
    display: none;
}

.post-meta {
    display: none;
}

#respond {
    display: none;
}
*/

.post-entry {
	font-size: 15px;
}

.col-500 {
	display: inline;
	margin-right: 2.127659574468%;
        width: 52%;

}


/*     margin: 80px;	 */


.powered {
    display: none;
}




#container {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
}


#wrapper {
  
    max-width: 940px;
    border: none;
}

a {
	color: #444;
	text-decoration: none;
}

a:hover {
	color: #444;
	text-decoration: none;
	font-weight: 800;

}


.alignright {
     float: right;
     margin: 5px 20px 20px 20px;
     background-color: #FFFFFF;
     border-radius: 6px 6px 6px 6px;
     border-right: 2px solid #FFFFFF;
     border-top: 2px solid #FFFFFF;
     box-shadow: 0px 0px 10px #444444;
     font-size: 1em;
     margin: 0px 0px 20px;
     padding: 15px;
}


#logo {
        float: left;
	margin: 0 20%;
	text-align: center;
}



body {
	background:#fff;
	color:#555555;
	font-family: Century Gothic, "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.featured-title {
	font-size:  70px;
	letter-spacing: -1px;
	margin:  0;
	padding-top: 20px;
	text-align: center;
}


#mainnav {
    display: block;
    height: 55px;
    opacity: 0.9;
    width: 100%;
    z-index: 100;

    background:	url('images/ie_gradientfix.png') repeat\9;
	background-color: #999;
    background-image:   linear-gradient( top,
                        #999999,
                        #444444 );
    background-image:   -moz-linear-gradient( center top,
                        #999999 0%,
                        #444444 100% );
    background-image:   -ms-linear-gradient( top,
                        #444444,
                        #999999 );
    background-image:   -o-linear-gradient( top,
                        #999999,
                        #444444 );
    background-image:   -webkit-gradient( linear,
                        left top,
                        left bottom,
                        color-stop(0%, #999999),
                        color-stop(100%, #444444) );
    background-image:   -webkit-linear-gradient( #999999,
                        #444444 );
	
    -moz-box-shadow: 0 4px 15px #444444;
    -webkit-box-shadow: 0 4px 15px #444444;
    box-shadow: 0 4px 15px #444444;
}
/* Targeting IE9 */
.ie9 #mainnav {
	background: url('images/ie_gradientfix.png') repeat;
}





#featured {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 6px;
	padding-bottom: 10px;
	width: 99.893617021277%;

	-moz-box-shadow: 0 0 10px #444444;
	-webkit-box-shadow: 0 0 10px #444444;
	box-shadow: 0 0 10px #444444;

}

#featured-image {
	margin: 10px 20px 0px 10px;
}


.widget-wrapper {
	-webkit-border-radius:6px;
    -moz-border-radius:6px;
	background-color:#fff;
	border-right:2px solid #fff;
	border-top:2px solid #fff;
	border-radius:6px;
	font-size:1em;
	margin:0 0 20px;
	padding:15px;
	-moz-box-shadow: 0 0 10px #444444;
    -webkit-box-shadow: 0 0 10px #444444;
    box-shadow: 0 0 10px #444444;
}

.menu {
	clear:both;
	width:965px;
	margin: 0 auto;
}
.menu, .menu ul {
	
	display:block;
	list-style-type:none;
	padding:0;
	margin:0 auto;
	position:relative;
}

.menu li {
	display:block;
	float:left;
	margin:0 auto;
	padding:0;
	position:relative;
	z-index:5;
	min-width:20%;
	text-align:center;
}

.menu li:hover {
	white-space:normal;
	z-index:10000;
}

.menu li li {
	float:none;
}

.menu ul {
	left:0;
	position:absolute;
	top:0;
	visibility:hidden;
	z-index:10;
}

.menu li:hover > ul {
	top:100%;
	visibility:visible;
	position:absolute;
}

.menu li li:hover > ul {
	left:100%;
	top:0;
}

.menu:after, .menu ul:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
}

.menu, .menu ul {
	min-height:0;
}

.menu ul {
	margin:-10px 0 0 -30px;
	padding:10px 30px 30px;
}

.menu ul ul {
	margin:-30px 0 0 -10px;
	padding:30px 30px 30px 10px;
}

.menu ul li a:hover, .menu li li a:hover {
	color:#666;
	text-decoration:none;
}

.menu ul {
	min-width:15em;
}

.menu a {
	color:#fff;
	display:block;
	font-family: Century Gothic, arial, sans serif;
	font-size:1.2em;
	font-weight:400;
	height:45px;
	line-height:45px;
	margin:0;
	padding:0 0.6em;
	position:relative;
	text-decoration:none;
}

.menu .current_page_item a {
	font-weight:600;
}

.menu li li {
	background:#fff;
	background-image:none;
	border:1px solid #b2b2b2;
	border-top:none;
	color:#444;
	filter:none;
	width:auto;
}

.menu li li a {
	background:transparent!important;
	border:none;
	color:#444;
	font-size:1em;
	font-weight:400;
	height:auto;
	height:20px;
	line-height:20px;
	padding:5px 5px;
	text-shadow:none;
	white-space:nowrap;
}

.menu li li a:hover {
	background:#f5f5f5 !important;
	background-image:none;
	border:none;
	color:#519ec7;
	filter:none;
}

.menu ul > li + li {
	border-top:0;
}

.menu li li:hover > ul {
	left:100%;
	top:0;
}

.menu > li:first-child > a {
	border-left:none;
}

.menu > li:first-child > a, .menu li + li + li li:first-child > a {
}

.nav {
	margin-top: -5px; 
}


/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@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/2012/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;
    }
    
}

@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;
		margin: 0 auto;
		width: 100%;
	}
	
	.tinynav {
		-moz-appearance: none !important;
		-webkit-appearance: none !important;
		appearance: none !important;
		background: #fff url(images/bg-select.png) no-repeat right;
		border: 1px solid #ccc;
        font-size: 12px;
		overflow: hidden;
		padding: 0.5em 1em 0.5em 0.75em;
	}
	
	.ie7 .tinynav,
	.ie8 .tinynav {
		padding-right: 10px;
	}
	
	.ie9 .tinynav  {
		padding-right: 8px;
	}
	
    #footer {
	    text-align: center;
    }

    #footer .social-icons {
	    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
    }
    
    .navigation .next,
    .navigation .previous {
        text-align: center;
    }
	
    .menu ul, 
	.menu li, 
	.top-menu, 
	.footer-menu li, 
	.sub-header-menu li {
	    float: none;
	    text-align: center;
        text-rendering: optimizeSpeed;
    }
	
    #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.2em;
    }

    .featured-title {
	    font-size: 35px;
    }
	
	.featured-subtitle {
		font-size: 15px;
	}

    .call-to-action a.button {
	    font-size: 14px;
	    padding: 7px 17px;
    }
}

@media screen and (max-width: 240px) {
    
    body {}
	
	#featured p {
	    font-size: 11px;
		line-height: 1.1em;
    }

    .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="email"],
    .top-widget input[type="password"] {
        width: 75%;
    }
    
    .widget-title,
    .widget-title-home h3 {
        font-size: 14px;
        height: 13px;
        line-height: 13px;
        text-align: center;
    }
}

/*The last 29 days of the month are the hardest."- Nikola Tesla*/