/*
Theme Name: WP-Starter
Theme URI: http://themeawesome.com/wordpress-child-theme
Description: A child theme of WP-Forge
Author: ThemeAwesome.com
Author URI: http://themeawesome.com/
Template: wp-forge
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.1.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: wp-starter

Start adding your theme specific styles below.
*/


/* Child Theme Media Queries - Use the following media queries to adjust the appearance of your theme on different devices */
@media only screen and (max-width: 40em) { /* max-width 640px, mobile-only styles, use when QAing mobile issues */
    }
@media only screen and (min-width: 40.063em) and (max-width: 64em) { /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
    }
@media only screen and (min-width: 64.063em) and (max-width: 90em) { /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
    }
@media only screen and (min-width: 90.063em) and (max-width: 120em) { /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
    }
@media only screen and (min-width: 120.063em) { /* min-width 1921px, xlarge screens */
    }

#header {
	padding:0px;
}

.content_wrap {
	padding-top: 0rem;
}

h1.entry-title {
	display: none;
}

.sb-bc {
	background-color: #ededed;
	border-radius: 15px;
}


.bc-red {
     border-style: solid;
     border-width: 5px;
     border-color: #d5202d;
     border-radius: 15px;
 }

.bc-orange {
     border-style: solid;
     border-width: 5px;
     border-color: #f15a2a;
     border-radius: 15px;
 }

.bc-green {
     border-style: solid;
     border-width: 5px;
     border-color: #006633;
     border-radius: 15px;
 }

.bc-purple {
     border-style: solid;
     border-width: 5px;
     border-color: #663399;
     border-radius: 15px;
}

.bc-blue {
     border-style: solid;
     border-width: 5px;
     border-color: #0066cc;
     border-radius: 15px;
}

.bc-pink {
     border-style: solid;
     border-width: 5px;
     border-color: #ff0066;
     border-radius: 15px;
}

.rt-red {
	background-color: #d5202d !important;
	border-radius: 15px;
	}

.rt-red:hover {
	background-color: #910912 !important;
	}

.rt-orange {
	background-color: #f15a2a !important;
	border-radius: 15px;
	}

.rt-orange:hover {
	background-color: #cc3300 !important;
	}

.rt-green {
	background-color: #006633 !important;
	border-radius: 15px;
	}

.rt-green:hover {
	background-color: #003333 !important;
	}

.rt-purple {
	background-color: #663399 !important;
	border-radius: 15px;
	}

.rt-purple:hover {
	background-color: #663366 !important;
	}

.rt-blue {
	background-color: #0066cc !important;
	border-radius: 15px;
	}

.rt-blue:hover {
	background-color: #003399 !important;
	}

.rt-pink {
	background-color: #ff0066 !important;
	border-radius: 15px;
	}

.rt-pink:hover {
	background-color: #cc0066 !important;
	}

.rt-greeny {
	background-color: #008cba !important;
	border-radius: 15px;
	}

.rt-greeny:hover {
	background-color: #007095 !important;
	}

.rt-roundy {
	border-radius: 15px;
	}

.author-info {
	display: none;
	}