/*

Theme Name: Responsive Child

Theme URI:  http://example.com/

Description: Child Theme for the Responsive Theme 

Author: stekou

Author URI: http://example.com/about-author/

Template: responsive

Version: 1.0.0

*/



/* =Import Responsive Theme Styles

-------------------------------------------------------------- */

@import url('../responsive/style.css');



/* =Start from here :)

-------------------------------------------------------------- */

body {

    background:transparent;

}



#sponsorlist ul{

	width: 600px;

        float: left;

	padding: 0;

	list-style: none;

	display: block;

}

 

#sponsorlist li {

	float: left;

	height: 115px;

	margin: 0;

	padding: 0 20px 10px 0;

	list-style: none;

}

#list ul{

	width: 600px;

        float: left;

	padding: 0;

	list-style: none;

	display: block;

}

 

#list li {

	float: left;
	
	vertical-align: bottom;

	height: 140px;

	width: 150px;

	margin: 0;

	padding: 0 20px 10px 0;

	list-style: none;

}


.powered {

	text-align:right;

	display: none;

}

h1 {

	margin: .5em 0 .5em;

}

h2 {
	margin:.5em 0 .5em;
}

/* =Breadcrumb Lists

-------------------------------------------------------------- */

.breadcrumb-list {

	font-size:12px;

	padding:20px 0 10px 0;

}


/* =Titles
-------------------------------------------------------------- */
.widget-title, .widget-title-home h3 {
	display:block;
	font-size:18px;
	font-weight:700;
	line-height:17px;
	margin:0;
	padding:0 0 5px 0;
	text-align:left;
}

.widget-title a {
	border-bottom:none;
	padding:0!important;
}

.title-404 {
	color:#933;
}


/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
	-webkit-border-radius:6px;
        -moz-border-radius:6px;
	border:1px solid #d6d6d6;
	border-radius:6px;
	background-color:#f9f9f9;
	font-size:13px;
	margin:0 0 5px;
	padding:15px 10px 2px 10px;
}

#widgets {
	margin-top:10px;
	margin-bottom: 0;

}

/* =events
-------------------------------------------------------------- */
#events {
	-webkit-border-radius:6px;
    -moz-border-radius:6px;
	border:1px solid #EAEAEA;
	border-radius:6px;
	background-color:#EAEAEA;
	padding: 15px 15px 10px 15px;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 2.5em;

}

#events p {
	font-size: 11px;
	line-height: 1.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* =pagetitle
-------------------------------------------------------------- */
.pagetitle {
	display: none;

}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin:5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display:block;
	margin:5px auto;
}

.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

.alignleft {
	float:left;
	margin:5px 20px 5px 0;
}

.aligncenter {
	display:block;
	margin:5px auto;
}

a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

a img.alignnone {
	margin:5px 20px 20px 0;
}

a img.alignleft {
	float:left;
	margin:5px 20px 5px 0;
}

a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.wp-caption {
	background:#fff;
	border:1px solid #f0f0f0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}

.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}

.wp-caption.alignright {
	margin:5px 0 20px 20px;
}

.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

img.wp-smiley {
	vertical-align:middle;
}


/* =Media Queries

    If you're working on a Child Theme, make sure that all

	media queries are included in your style.css

-------------------------------------------------------------- */

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



    body {

    }



    .grid, .grid-right {

	    float:none;

    }

	

	#featured-image .fluid-width-video-wrapper {

	    margin:20px 0 0 0;

    }

	

	.widget-wrapper {

	    padding-left:0;

    }



    .widget-wrapper-left {

	    padding-right:0;

    }

}



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



    body {

    }



    #header #logo {

	    float:none;

	    text-align:center;

    }



    .grid, .grid-right {

	    float:none;

    }



	#featured-image .fluid-width-video-wrapper {

	    margin:20px 0 0 0;

    }

	

    .menu li, .top-menu, .footer-menu li, .sub-header-menu li {

	    float:none;

	    text-align:center;

    }



	.widget-wrapper {

	    padding-left:0;

    }



    .widget-wrapper-left {

	    padding-right:0;

    }

	

    #footer {

	    text-align:center;

    }



    #footer .social-icons {

	    text-align:center;

    }

}



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



    body {

    }



    #header #logo {

	    float:none;

	    text-align:center;

    }



    .grid, .grid-right {

	    float:none;

    }

	

	#featured-image .fluid-width-video-wrapper {

	    margin:20px 0 0 0;

    }



    .menu li, .top-menu, .footer-menu li, .sub-header-menu li {

	    float:none;

	    text-align:center;

    }



	.widget-wrapper {

	    padding-left:0;

    }



    .widget-wrapper-left {

	    padding-right:0;

    }

	

    #footer {

	    text-align:center;

    }



    #footer .social-icons {

	    text-align:center;

    }
