/*
Theme Name: Dorayaki Child
Theme URI:
Description: Your child theme description text...
Author: Your Name
Author URI: http://www.yourdomain.com/
Template: dorayaki
Version: 1.0
Tags: Dorayaki Child Theme
*/

/*
Now you can start adding your own styles here. Use !important to overwrite styles if needed. */

.header-img, .header-slider {
    width: 100%;
    margin: 0px auto 0;
    padding: 0;
    background: #fff;
}
#site-title {
	border-top: 0px solid #ff6363 !important;
	padding: 15px 0px;
	text-align: left;
}
#site-nav ul {
    border-top: 0px solid #eaeaea;
    padding: 0px;
}
#masthead ul.headerinfo-text li span {
    color: #fff;
}
#masthead a#mobile-search-btn, #masthead a#mobile-menu-btn {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 15px;
    right: 15px;
    margin: 0;
    color: #ff6363;
}
#masthead a#mobile-menu-btn {
    float: right;
    padding: 20px 10px 0 ;
    border: 0px solid #eaeaea;
}

.psonline-header {
    background-size: cover;
    position: relative;
}
.red-btn {
    background: #ff6363;
}

.rp-box .morelink-icon {
	display: none;
}

span.entry-title {
    font-family: 'Domine', Georgia, serif;
    font-size: 28px;
    line-height: 1.3;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
}


/* Minimum width of 1024 pixels (tablets landscape)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1024px) {
	/* --- General --- */
	.header-img,
	.header-slider {
		max-width: 100%;
	}
	.psonline-header {
    min-height: 700px;
    }
    span.entry-title {
    font-size: 46px;
    margin: 0 0 34px;
    }
}


/* Minimum width of 1100 pixels (15' laptops + desktops)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1260px) {
	/* --- General --- */
	#site-title {
		padding: 20px 0px 15px 20px;
		max-width: 100%;
	}
	.header-slider {
    	max-width: 100%;
	}
	.headerinfo-wrap {
		max-width: 280px;
		float: left;
	}
	.headernav-wrap {
		max-width: 800px;
		float: left;
		padding: 10px 0px 10px 0px;
	}
	#masthead ul.headerinfo-text {
    position: absolute;
    top: 0;
    right: 65px;
    float: right;
    display: block;
    padding: 16px 16px 16px 0;
    text-align: right;
}
}