/*   
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
-------------------------------------------------------------- */
#container {
    max-width:800px;
}

/* site title */
.site-name {
	padding-top:20px;
}
.site-name a {
	font-family: 'Spicy Rice';
	color:  black;
	font-weight: 400;
}
.site-name a:hover {
	color: #05C196;
}

/* background */
body {
	background: #f2f2f2;
}

/* menu */
.menu {
	background: #f2f2f2;
	background-image: none;
	float: right;
	margin-top: 10px;
}
.menu a {
	border-left: none;
	color: #555;
	height: 40px;
	line-height: 30px;
	text-shadow: none;
	font-family: 'Forum';
	background-color: transparent;
       
}
.menu a:hover {
	background-image: none;
	background-color: transparent;
	color: #05C196;
	
}

.menu .current_page_item a {
	background-color: transparent !important;
	color: #041980;
}

.menu li li {
	background: #fff;
	background-image:none;
	border:0px !important;
	border-top:none;
	color:#444;
	filter:none;
	width:180px;
}

.menu li li a {
	font-size: 20px;
}

.menu li li a:hover {
	background: none;
	background-image:none;
	border:none;
	color:#05C196;
	filter:none;
}

/* landing page menu --- homepage */
.page-template-landing-page-php .menu, 
.page-template-landing-page-php .top-menu,
.page-template-landing-page-php .footer-menu, 
.page-template-landing-page-php .sub-header-menu {
	display:block;
}

#wrapper {
	border: 0px !important;
	padding: 0px !important;
	background-color: #f2f2f2;
}

a {
	color: #05C196;
}
a:hover {
	color: #041980;
}
h1 {
	font-family: 'Forum';
	margin: 0px;
}

/* =Responsive Design
    Media Queries
-------------------------------------------------------------- */
@media screen and (max-width: 1080px) {

    body {
    }

    .grid, 
	.grid-right {
	    float:none;
    }
	
	#featured-image .fluid-width-video-wrapper {
	    margin:20px 0 0 0;
    }
	
	.home #widgets {
		margin-top:40px;
	}
}

@media screen and (max-width: 650px) {

    body {
    }

    #logo {
	    float:none;
	    text-align:center;
    }

    .grid, 
	.grid-right {
	    float:none;
    }

	#featured-image .fluid-width-video-wrapper {
	    margin:20px 0 0 0;
    }
	
    .js .menu,
	.js .sub-header-menu {
		display:none;
	}
	
	.top-menu, 
	.footer-menu li {
	    float:none;
	    text-align:center;
    }
	
	.tinynav { 
	    display:block;
		margin:0 auto;
		width:100%;
	}
	
	.tinynav {
		-moz-appearance:none;
		-webkit-appearance:none;
		appearance:none;
		background: #fff url(images/bg-select.png) no-repeat right;
		border:1px solid #ccc;
		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;
		position:relative;
	    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
    }
	
    .menu ul, 
	.menu li, 
	.top-menu, 
	.footer-menu li, 
	.sub-header-menu li {
	    float:none;
	    text-align:center;
    }
	
    #footer {
	    text-align:center;
    }

    #footer .social-icons {
	    text-align:center;
    }
}

@media screen and (max-width: 320px) {
	
	#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) {
	
	#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;
    }
}
/*"The last 29 days of the month are the hardest."- Nikola Tesla*/