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

	Theme Name: Canvas
	Theme URI: http://themes.semicolonweb.com/html/canvas
	Description: The Multi-Purpose Template
	Author: SemiColonWeb
	Author URI: http://themeforest.net/user/semicolonweb
	Version: 4.4

-----------------------------------------------------------------------------------*/
body {
}
#header {
	height:50px !important;
	border-bottom: none !important;	 
}
#header-wrap {
	height:50px !important;
	background-color: yellow !important;
}
footer {
	border-top: none !important;
	background-color: #a03b88 !important;
}
.dark #copyrights {
	color: #fff !important;
	padding-top: 25px;
	padding-bottom: 35px;
}
.dark #copyrights i {
	height:25px;
	width:25px;
	color: #a03b88;
	background-color: #fff;
	margin-right: 5px;
	border-radius: 12px;
}
#primary-menu ul li > a {
	padding: 14px 15px;
	color: #A82682 !important;
	font-weight: 400;
}
#primary-menu ul li.featured > a {
	border: 1px solid #A82682;
	padding: 3px 8px;
	margin-top: 9px;
	margin-left:10px;
}
#page-title.page-title-dark {
	background-color: #A82682 !important;
}
#page-title.page-title-dark h1,
#page-title.page-title-dark h2 {
	color: #fff;
	font-size: 28px;
	line-height: 28px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0;
	text-align: center;
}
#content h1 {
	font-weight: 400;
	margin-bottom: 15px;
}
#content h3 {
	color: #A82682;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 15px;
}
.book_box h4 {
	font-weight: 400;
	margin-bottom: 10px !important;
}
.book_box h4 a {
	color: #A82682;
}
/* Large Devices, Wide Screens */
@media (max-width: 1199px) {
}

/* Medium Devices, Desktops */
@media (min-width: 992px) and (max-width: 1199px) {
}

@media (max-width: 991px) {
}

/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
}

/* Extra Small Devices, Phones */
@media (max-width: 767px) {
}

/* Extra Small Devices, Phones */
@media (min-width: 480px) and (max-width: 767px) {
}

/* Custom, iPhone Retina */
@media (max-width: 479px) {
}

/* ----------------------------------------------------------------
	Retina CSS
-----------------------------------------------------------------*/

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 991px),
only screen and (   min--moz-device-pixel-ratio: 2) and (max-width: 991px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (max-width: 991px),
only screen and (        min-device-pixel-ratio: 2) and (max-width: 991px),
only screen and (                min-resolution: 192dpi) and (max-width: 991px),
only screen and (                min-resolution: 2dppx) and (max-width: 991px) {

}
