/*
Theme Name: GetCoding
Description: TODO
*/

/* HTML */
* {
  margin: 0;
}
html, body {
	height: 100%;
  	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 16px;
}
a {
	text-decoration: none;
}
.logo {
	max-width: 100%;
	max-height: 100%;
}

/* HEADER */
.header-logo {
	margin: 1.5rem 0;
}
.language-selector {
	padding-top: 5rem;
	float:right;
}
.language-selector ul {
	list-style: none;
}
.language-selector li {
	display: inline-block;
	margin-left: 5px;
}
@media screen and (max-width: 767px) {
	.header-logo {
		text-align: center;
	}
	.language-selector {
		padding-top: 1rem;
	}
}

/* FOOTER */
footer {
	background-color: #20b3ec;
	padding-bottom: 2rem;
}
footer .row>div {
	padding-top: 2rem;
}
@media screen and (max-width: 991px) {
	footer .row>div {
		text-align: center;
	}
}
.footer-logo .logo {
	max-width: 170px;
}
.footer-menu ul {
	text-align: center;
	list-style: none;
	padding: 0;
}
.footer-menu ul>li {
	display: inline-block;
	padding-left: 5%;
}
.footer-menu ul>li:first-child {
	padding-left: 0;
}
.footer-menu a {
	font-size: 0.8em;
	font-weight: 700;
	color: white;
}
footer .copyright>p {
	font-size: 0.8em;
	color: white;
	float: right;
}
@media screen and (max-width: 991px) {
	footer .copyright>p {
		float: none;
	}
}

/* STICKY FOOTER */
footer, .header-and-main:after {
  height: 10rem;
}
.header-and-main {
	min-height: 100%;
  	margin-bottom: -10rem /* set equal to footer height */
}
.header-and-main:after {
  	content: "";
  	display: block;
}
@media screen and (max-width: 991px) {
	footer, .header-and-main:after {
	  height: 18rem;
	}
	.header-and-main {
	  	margin-bottom: -18rem; /* set equal to footer height */
	}
}

/* WIDGETS */
.banners-sidebar {
	overflow: auto;
}
.banners-sidebar-300px img {
	width: 300px;
	height: auto;
	float: right;
}
.banners-sidebar-full-width img {
    width: 100%;
    height: auto;
}

/* BANNERS */
.banners {
	margin: 0;
	padding: 0;
}

/* THEME BANNER AND STORE BADGES*/
.theme-banner {
	overflow: auto;
	background-image: url("assets/img/getcoding_theme_banner_bg.png");
	background-size: auto 461px;
	background-repeat: repeat-x;
}
.theme-banner .theme-banner-img {
	height: 461px;
	background-image: url("assets/img/getcoding_theme_banner.png");
	background-size: auto 461px;
	background-repeat: repeat-x;
	position: relative;
}
.theme-banner .text {
	overflow: hidden;
  text-decoration: none;
	padding-right: 10%;
	position: absolute;
	bottom: 16rem;
	left: 15%;
}
.theme-banner .text>h3 {
	line-height: 2rem;
	font-size: 2.5rem;
	font-weight: 700;
	color: white;
}
.theme-banner .text>h3.end {
	padding-left: 20%;
}
.store-badges {
	overflow: auto;
	position: absolute;
	left: 10%;
	bottom: 150px;
}
.store-badge {
	width: 15%;
	min-width: 110px;
	margin: 1em;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.theme-banner {
		background-size: auto 382px;
	}
	.theme-banner .theme-banner-img {
		height: 382px;
		background-size: auto 382px;
	}
	.theme-banner .text {
		bottom: 13rem;
	}
	.theme-banner .text>h3 {
		font-size: 2.2rem;
	}
	.store-badges {
		bottom: 120px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.theme-banner {
		background-size: auto 275px;
	}
	.theme-banner .theme-banner-img {
		height: 275px;
		background-size: auto 275px;
	}
	.theme-banner .text {
		bottom: 9rem;
	}
	.theme-banner .text>h3 {
		line-height: 1.7rem;
		font-size: 1.9rem;
	}
	.store-badges {
		bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.theme-banner {
		background-image: url("assets/img/getcoding_theme_banner_bg_top.png");
		background-repeat: repeat;
	}
	.theme-banner .theme-banner-img {
	    background-size: 100% auto;
	    background-position: bottom;
	    background-repeat: no-repeat;
	    height: 350px;
	}
	.theme-banner .text {
		bottom: 7rem;
		left: 15%;
	}
	.theme-banner .text>h3 {
		line-height: 1.7rem;
		font-size: 1.9rem;
	}
	.store-badges {
		top: 1em;
		left: 0;
		text-align: center;
	}
	@media (max-width: 550px) {
		.store-badges a {
			float: left;
			clear: both;
		}
		.theme-banner .text {
			bottom: 8rem;
			left: 5%;
		}
		.theme-banner .text>h3 {
			line-height: 1.5rem;
			font-size: 1.7rem;
		}
	}
}

/* CONTENT */
.content {
	margin: 5rem auto;
}
.content .row {
	margin: 2em 0;
}

/* ACCORDION */
.accordion {
	font-size: 1rem;
}
.accordion .panel-default {
    box-shadow: none;
    border: none;
}
.accordion .panel-heading {
    background-image: none;
    background-color: #004b82;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    box-shadow: 3px 3px 5px 1px #cacdd1;
}
.accordion .panel-heading a {
	text-decoration: none;
    font-size: 1em;
    font-weight: 700;
    color: white;
	padding-left: 1em;
}
/* symbol for "opening" panels */
.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content:"\e252";
    float: left;
    color: white;
}
/* symbol for "collapsed" panels */
.panel-heading .accordion-toggle.collapsed:after {
    content: "\e250";
}
.panel-body {
	font-size: 0.8em;
	padding-left: 3em;
}

/* BASIC TEMPLATE */
.basic .page-content .title {
	font-size: 2em;
	font-weight: 700;
}

.basic .page-content .content {
	font-size: 0.9em;
}
.basic .page-content label {
	margin: 1rem 0;
}
.basic .page-content input {
	margin: 1rem 0;
}