/** ------- Placeholders ------- **/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000; 
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000;
}

/** ---------------------- Mobile Elements ---------------------- **/
.body-mobile {
	overflow: hidden;
	height: 100%;
}
.mobile-header-area {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	z-index: 1000;
	display: none;
	background: #fff;
}
.mobile-header-logo {
	line-height: 0;
}
.mobile-header-logo img{
	height: 35px;
	width: auto;
}
.header-mobile-menu-trigger {
	position: absolute;
	top: 50%;
	color: #FFD43F;
	font-size: 21px;
	padding: 0;
	text-align: center;
	background: transparent;
	transform: translate(0, -50%);
}
#header-mobile-menu-trigger-left {
	left: 10px;
}
#header-mobile-menu-trigger-right {
	right: 10px;
}
.black-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.7;
	z-index: 2000;
	display: none;
}
.mobile-bar-menu-remove {
	position: fixed;
	top: 10px;
	color: #fff;
	z-index: 3000;
	padding: 0;
	background: transparent;
	font-size: 20px;
	display: none;
}
#mobile-product-menu-remove-left {
	right: 10px;
}
#mobile-product-menu-remove-right {
	left: 10px;
}
.mobile-menu-bar {
	position: fixed;
	top: 0;
	width: 80%;
	background: #fff;
	height: 100%;
	z-index: 3000;
	transition: all 0.3s;
}
#mobile-menu-bar-left {
	left: 0;
	margin-left: -80%;
}
#mobile-menu-bar-right {
	right: 0;
	margin-right: -80%;
}
.menu-bar-msg {
	padding: 25px 10px;
	text-align: center;
	font-size: 30px;
	color: #FFD43F;
}
.menu-bar-search-box {
	margin-bottom: 30px;
	padding: 0 15px;
}
.header-landscape-ad {
	line-height: 0;
}
.menu-bar-search-box-form {
	position: relative;
}
.menu-bar-search-box-form input[type=text]{
	padding: 8px 38px 8px 15px;
}
.menu-bar-search-box-form input[type=submit]{
	font-family: "dashicons";
	position: absolute;
	top: 0;
	right: 0;
	color: #aaa;
	height: 100%;
	text-align: center;
	width: 38px;
	background: transparent;
	font-size: 22px;
	padding: 0;
}
.mobile-bar-admin-ul {}
.mobile-bar-admin-ul ul{
	list-style: none;
}
.mobile-bar-admin-ul ul li{
	position: relative;
	padding-left: 15px;
	padding-bottom: 30px;
	padding-right: 30px;
}
.mobile-bar-admin-ul ul li ul li{
	padding-right: 0;
}
.mobile-bar-admin-ul .menu-has-child-button {
	position: absolute;
	top: -6.5px;
	font-size: 18px;
	right: 0;
	line-height: 1;
	color: #999;
	background: transparent;
}
.menu-has-child-button-active {
	transform: rotate(180deg);
	color: #444;
}
.mobile-bar-admin-ul ul li a span.dashicons {
	display: none;
}
.mobile-bar-admin-ul ul li a{
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
	color: #bbb;
}
.mobile-bar-admin-ul ul li a i{
	margin-right: 10px;
}
.mobile-bar-admin-ul ul li a span{
	margin-right: 10px;
}
.mobile-bar-admin-ul .current-menu-item a{
	color: #616261 !important;
}
.mobile-bar-admin-ul .current-menu-item a i{
	color: #616261 !important;
}
.mobile-bar-admin-ul .current-menu-item a span{
	color: #616261 !important;
}
.mobile-bar-admin-ul ul li ul {
	margin-top: 25px;
	display: none;
}

/** ---------------------- Header Area ---------------------- **/
.header-area {
	padding: 20px 0 15px 0;
}
.header {}
.header-logo {
	line-height: 0;
	margin-right: 20px;
}
.header-logo img{
	height: 107px;
	width: auto;
}
.header-logo-title {}
.header-logo-title h3 {
	color: #616261;
	font-size: 22px;
	font-family: Michroma;
	font-weight: 500;
}
.header-logo-title h2 a{
	color: #FFD43F;
	font-size: 64px;
	font-family: Michroma;
}
.header-menu-area-place {
	min-height: 58px;
}
.header-menu-area {
	background: #FFD43F;
	border-bottom: 8px solid #616261;
	min-height: 58px;
	width: 100%;
}
.header-menu-area-sticky {
	position: fixed;
	left: 0;
	z-index: 800;
}
.header-menu {
	width: 100%;
	max-width: 1340px;
	padding-left: 25px;
	padding-right: 25px;
	display: block;
	margin: 0 auto;
}
.header-primary-menu {}
.header-primary-menu ul{
	list-style: none;
}
.header-primary-menu ul li{
	float: left;
	position: relative;
}
.header-primary-menu ul li a{
	display: block;
	font-size: 17.5px;
	line-height: 18px;
	text-transform: uppercase;
	color: #616261;
	padding: 16px 17px;
}
.header-primary-menu ul li a:hover{
	background: #616261;
	color: #fff;
}
.header-primary-menu ul li:first-child a {
	padding: 12px 17px;
}
.header-primary-menu ul li:first-child a div {
	display: none;
}
.header-primary-menu ul li:first-child a span {
	font-size: 26px;
	width: 26px;
	height: 26px;
}
.header-primary-menu ul li ul {
	position: absolute;
	width: 296px;
	background: #FFFFFF;
	padding: 20px 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s ease-in-out;
	z-index: 700;
}
.header-primary-menu ul li.menu-item-has-children > a {
	position: relative;
	padding-right: 28px;
}
.header-primary-menu ul li.menu-item-has-children > a:after {
	font-family: "dashicons";
    content: " \f140";
    font-size: 21px;
	position: absolute;
	right: 7px;
	top: 50%;
	transform: translate(0, -50%);
}
.header-primary-menu ul li:hover ul {
	opacity: 1;
	visibility: visible;
}
.header-primary-menu ul li ul li {
	float: none;
}
.header-primary-menu ul li ul a {
	padding: 20px !important;
	font-size: 14px;
	color: #000;
	text-transform: none;
}
.header-primary-menu ul li ul a:hover {
	background: #fff;
	color: #000;
} 
.header-menu-search {
	position: relative;
	margin-right: 18px;
	margin-top: 7px;
}
.header-menu-search input[type=text]{
	border: 1px solid #616261;
	background: #fff;
	font-size: 18px;
	padding: 3.46px 46px 3.46px 10px;
	color: #333;
	width: 173px;
}
.header-menu-search .submit{
	position: absolute;
	top: 0;
	right: 0;
	background: #616261;
	color: #fff;
	font-family: "dashicons";
	font-size: 22px;
	padding: 0;
	height: 100%;
	text-align: center;
	width: 36px;
}

/** ---------------------- Featured Post Area ---------------------- **/
.featured-post-area {}
.homepage-slider-area > .container > .row,
.featured-post-area > .container > .row {
	margin-right: -5px;
	margin-left: -5px;
}
.homepage-slider-area > .container > .row > div,
.featured-post-area > .container > .row > div{
	padding-right: 5px;
	padding-left: 5px;
}
.homepage-banner-slider-slick {
	position: relative;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 500;
	background: rgba(10,0,0,0.5);
	color: #ccc;
	font-size: 20px;
	line-height: 1;
	padding: 6px;
	text-align: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
}
.slick-prev {
	left: 10px;
}
.slick-next {
	right: 10px;
}
.slick-dots {
	overflow: hidden;
	list-style: none;
}
.slick-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #000;
}
.slick-dots li span{
	width: 10px;
	height: 10px;
}
.featured-single-post {
	margin-bottom: 10px;
	position: relative;
}
.featured-single-img {
	line-height: 0;
}
.featured-single-img img{
	width: 100%;
	height: auto;
}
.featured-single-details {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(10,0,0,0.5);
	padding: 10px;
	color: #fff;
}
.featured-single-details-title {
	
}
.featured-single-details-title h2{
	font-size: 15px;
	font-weight: 400;
	font-family: Poppins;
	line-height: 24px;
}
.featured-single-details-spec {
	font-size: 12px;
	margin-top: 6px;
}
.featured-single-details-date {}
.featured-single-details-category {}


/** ---------------------- Main Area ---------------------- **/
.main-area {}
.sidebar_area {}
.normal-widget {
	margin-bottom: 20px;
}
.single_sidebar_widget {
	padding: 20px 0;
	box-shadow: 0px 1px 6px -1px rgba(0, 0, 0, 0.25);
	background: #fff;
	margin: 0 1px 20px 1px;
}
.single_sidebar_widget_title {
	border-bottom: 8px solid #FFD43F;
	padding: 0 20px 15px 20px;
	margin-bottom: 20px;
}
.single_sidebar_widget_title h3 {
	font-size: 20px;
	font-weight: 400;
	font-family: Poppins;
	color: #616261;
}
.social-links {
	margin-bottom: 20px;
}
.social-links ul{
	list-style: none;
}
.social-links ul li{}
.social-links ul li a{
	display: block;
	text-align: left;
	font-size: 16px;
	padding: 8px 15px 8px 55px;
	color: #fff;
}
.social-links ul li a i {
	margin: 0 10px;
}
.social-links ul li a:hover{
	background: #000000;
}
.social-links ul li.facebook {
	background: #3a579a;
}
.social-links ul li.twitter {
	background: #00abf0;
}
.social-links ul li.google {
	background: #EA4335;
}
.social-links ul li.linkedin {
	background: #127bb6;
}
.social-links ul li.pinterest {
	background: #cd1c1f;
}
.social-links ul li.instagram {
	background: #9C27B0;
}
.social-links ul li.youtube {
	background: #FF0000;
}
.single_sidebar_widget {}
.single_sidebar_widget ul{
	list-style: none;
	padding: 0 20px;
}
.single_sidebar_widget ul li{
	margin-bottom: 10px;
}
.single_sidebar_widget ul li:last-child{
	margin-bottom: 0;
}
.single_sidebar_widget ul li a{
	font-size: 16px;
	color: #2A2A2A;
}
.single_sidebar_widget ul li a:hover{
	color: #14809B;
}
.single-recent-post {
	margin-bottom: 20px;
	padding: 0 20px;
}
.single_sidebar_widget .single-recent-post:last-child {
	margin-bottom: 0px;
}
.single-recent-post-img {
	width: 110px;
	padding-right: 10px;
	line-height: 0;
}
.single-recent-post-img img{
	width: 100%;
	height: auto;
}
.single-recent-post-title {
	width: calc(100% - 110px);
}
.single-recent-post-title h2{}
.single-recent-post-title h2 a{
	font-size: 14px;
	color: #2A2A2A;
}
.single-recent-post-title h2 a:hover{
	color: #14809B;
}
.main-area-single-post {
	box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.25);
	background: #F9F9F9;
	margin-bottom: 40px;
}
.main-area-single-post-thumb {
	margin-bottom: 20px;
	position: relative;
}
.main-area-single-post-img {
	line-height: 0;
}
.main-area-single-post-img img{
	width: 100%;
	height: auto;
}
.main-area-single-post-meta-cat {
	position: absolute;
	bottom: 0;
	right: 0;
}
.main-area-single-post-meta-cat a {
	background: #FFD43F;
	padding: 10px;
	font-size: 18px;
	display: inline-block;
	color: #fff;
}
.main-area-single-post-title {
	padding: 0 20px;
	margin-bottom: 20px;
}
.main-area-single-post-title h2 a{
	font-size: 28px;
	font-weight: 400;
	font-family: Poppins;
	color: #2A2A2A !important;
	line-height: 37px;
}
.main-area-single-post-content {
	padding: 0 20px;
	margin-bottom: 3px;
}
.main-area-single-post-content p {
	color: #2A2A2A;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}
.main-area-single-post-read-more {
	padding: 0 20px;
}
.main-area-single-post-read-more a{
	display: inline-block;
	color: #FFD43F;
	font-size: 16px;
	font-weight: 700;
}
.main-area-single-post-read-more a:hover{
	color: #000;
}
.main-area-single-post-meta-date {
	padding-right: 10px;
	padding-bottom: 10px;
	color: #141414;
	font-size: 13px;
	text-align: right;
	width: 100%;
}
.pagination {}
.pagination ul{
	list-style: none;
}
.pagination ul li{
	display: inline-block;
	margin-right: 3px;
}
.pagination ul li a{
	display: block;
	color: #FFFFFF;
	background: #FFD43F;
	padding: 16px 30px;
	font-size: 24px;
}
.pagination ul li a:hover{
	background: #2A2A2A;
}
.pagination ul li.active a {
	background: #2A2A2A;
}
.nothingFound {
font-size: 30px;
color: #666;
}
.archivetitle {
	font-family: Poppins;
	font-size: 46px;
	font-weight: 800;
	color: #414141;
	border-bottom: 10px solid #595959;
	padding-bottom: 10px;
	margin-bottom: 50px;
}
.archivetitle span{
	margin-right: 15px;
}

/** ---------------------- Footer Area ---------------------- **/
.main-single-post-box {
	box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.25);
}
.single-inner-post-featured-image {
	line-height: 0;
}
.single-inner-post-featured-image img{
	width: 100%;
	height: auto;
}
.single-inner-post-details {
	padding: 25px;
}
.single-inner-post-title {
	margin-bottom: 10px;
}
.single-inner-post-title h1{
	color: #141414;
	font-size: 46px;
	font-family: Poppins;
}
.single-inner-post-meta-date {
	font-size: 16px;
	color: #000000;
	margin-bottom: 20px;
}
.single-inner-post-meta-category {
	margin-bottom: 20px;
}
.single-inner-post-meta-category ul{
	list-style: none;
}
.single-inner-post-meta-category ul li{
	float: left;
	margin-right: 10px;
}
.single-inner-post-meta-category a{
	color: #2A2A2A;
	font-size: 22px;
}
.single-inner-post-top-widget {
	margin-bottom: 20px;
	text-align: center;
}
.single-inner-post-bottom-widget {
	margin-bottom: 50px;
	text-align: center;
}
.single-inner-post-bottom-widget img,
.single-inner-post-top-widget img {
	display: inline-block;
}
.single-inner-post-paragraph {
	margin-bottom: 40px;
}
.single-inner-post-paragraph p{
	color: #565656;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
}
.single-inner-post-paragraph a {
	font-size: 18px;
	text-decoration: underline;
}
.single-inner-post-paragraph ol,
.single-inner-post-paragraph ul {
	margin-left: 25px;
	margin-top: 15px;
}
.single-inner-post-paragraph li,
.single-inner-post-paragraph li {
	color: #565656;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
}
.single-inner-post-paragraph h6,
.single-inner-post-paragraph h5,
.single-inner-post-paragraph h4,
.single-inner-post-paragraph h3,
.single-inner-post-paragraph h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 30px;
	color: #333;
}
.single-inner-post-meta-tag {
	margin-bottom: 40px;
}
.single-inner-post-meta-tag  {
	font-size: 16px;
	color: #333;
}
.single-inner-post-meta-tag a {
	font-size: 16px;
}
.single-inner-related-article {
	margin-bottom: 50px;
}
.single-inner-related-article-title {
	margin-bottom: 15px;
}
.single-inner-related-article-title h3 {
	font-size: 22px;
	font-family: Poppins;
	color: #565656;
	font-weight: 600;
}
.single-inner-related-article-post-wrapper {
	
}

.single-inner-related-post-box {}
.single-inner-related-post-box-img {
	line-height: 0;
	margin-bottom: 10px;
	
}
.single-inner-related-post-box-img img{
	width: 100%;
	height: auto;
	
}
.single-inner-related-post-box-title {}
.single-inner-related-post-box-title h2 a{
	color: #000 !important;
	font-size: 15px;
}
.babyhealthphoto {
	width: 100%;
	line-height: 0;
	text-align: center;
	margin-top: 30px;
}
.babyhealthphoto img{
	display: inline-block;
}
.single-inner-post-paragraph form{
	width: 100%;
	max-width: 500px;
}
span.wpcf7-not-valid-tip {
    font-size: 12px !important;
    text-transform: uppercase;
    margin-top: 5px;
}
.form-input-box label{
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #666;
}
.form-input-box {
	margin-bottom: 25px;
}
.form-input-box textarea,
.form-input-box input {
	border: 1px solid #ddd;
	padding: 15px 20px;
	border-radius: 5px;
}
.form-submit-box {}
.form-submit-box input{
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	background: #616261;
	color: #fff;
	font-family: Poppins;
	font-weight: 600;
	font-size: 18px;
	padding: 11px 10px;
	border-radius: 5px;
}

/** ---------------------- Footer Area ---------------------- **/
.footer-area {
	background: -o-radial-gradient(center top, circle cover, #616261, #000000);
	background: -ms-radial-gradient(center top, circle cover, #616261, #000000);
	background: -moz-radial-gradient(center top, circle cover, #616261, #000000);
	background: -webkit-radial-gradient(center top, circle cover, #616261, #000000);
	background: radial-gradient(center top, circle cover, #616261, #000000);
	padding: 50px 0 50px 0;
}
.footer-menu-box {
	margin-bottom: 40px;
}
.footer-menu-box ul{
	list-style: none;
}
.footer-menu-box ul li{
	margin-bottom: 13px;
}
.footer-menu-box ul li:last-child{
	margin-bottom: 0;
}
.footer-menu-box ul li a{
	display: inline-block;
	color: #fff;
	font-size: 16px;
}
.footer-menu-box ul li a:hover{
	text-decoration: underline;
}
.footer-menu-title {
	font-size: 25px;
	color: #fff;
	font-weight: 800;
	margin-bottom: 20px;
	font-family: Poppins;
}
.footer-des {
	margin-bottom: 5px;
}
.footer-des p {
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 0 25px;
	font-weight: 400;
}
.footer-des p a {
	font-size: 12px;
	color: #fff !important;
	text-decoration: underline;
}
.copyright {
	text-align: center;
	font-size: 12px;
	color: #fff;
	font-weight: 400;
}
.footer-des p a {
	font-size: 12px;
	color: #fff !important;
	text-decoration: underline;
}
h3.comment-reply-title {
	font-family: Poppins;
	color: #565656;
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 8px;
}
p.comment-notes {
	color: #565656;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 28px;
}
#commentform label {
	color: #565656;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 5px;
}
#commentform p {
	margin-bottom: 28px;
	padding: 0 5px;
}
#commentform p textarea,
#commentform p input[type=text] {
	padding: 16px;
	font-size: 18px;
	border-color: #ddd;
}

#commentform .submit {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 600;
	padding: 16px 24px;
}
.comment-form-cookies-consent input {
	margin-right: 8px;
}
#commentform .submit:hover {
	background-color: #C3251D;
}
h3#comments {
	font-size: 20px;
	font-weight: 600;
	font-family: poppins;
	color: #777;
	margin-bottom: 20px;
}
.commentlist {
	list-style: none;
	margin-bottom: 50px;
}
.commentlist li{
	width: 100%;
	margin-bottom: 30px;
}
.commentlist cite {
	font-style: normal;
	font-family: poppins;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
}
.commentlist .comment-body p {
	padding: 15px 10px;
}
.commentlist .commentmetadata a{
	font-size: 12px;
	text-transform: uppercase;
}
.commentlist .comment-awaiting-moderation,
.commentlist .comment-author {
	margin-bottom: 10px;
}
.commentlist .children {
	padding-left: 50px;
	margin-top: 20px;
	list-style: none;
}

/* ================ Blast 404 Elements and Class ================ */
.blast-fixwidth{
	width: 700px;
	margin: 0 auto;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	}
	
.blast-oh{
	overflow: hidden;
	}
.blast-oh,
.blast-oh ul,
.blast-oh li,
.blast-oh a {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}


/* ================ Blast 404 Class ================ */
.blast-error-wrapper {}
.blast-error-box {}
.blast-error-title {
	text-align: center;
	font-family: Poppins;
	font-weight: 900;
	letter-spacing: 3px;
	line-height: 1;
	color: #ffffff;
	-o-text-overflow: clip;
	text-overflow: clip;
	text-shadow: 0 1px 0 rgb(204,204,204) , 0 2px 0 rgb(201,201,201) , 0 3px 0 rgb(187,187,187) , 0 4px 0 rgb(185,185,185) , 0 5px 0 rgb(170,170,170) , 0 6px 1px rgba(0,0,0,0.0980392) , 0 0 5px rgba(0,0,0,0.0980392) , 0 1px 3px rgba(0,0,0,0.298039) , 0 3px 5px rgba(0,0,0,0.2) , 0 5px 10px rgba(0,0,0,0.247059) , 0 5px 5px rgba(0,0,0,0.1) , 0 10px 10px rgba(0,0,0,0.12902) ;
	margin-bottom: 50px;
}
.blast-error-title-main {
	font-size: 130px;
	margin-right: 10px;
	
}

.blast-error-title-sub {
	font-size: 60px;
}
.blast-home-button {
	text-align: center;
}
.blast-home-button > a {
	display: inline-block;
	text-decoration: none;
	font-family: ubuntu;
	font-weight: 500;
	background: #616261;
	color: #fff;
	font-size: 14px;
	padding: 14px 16px;
	border-radius: 5px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.blast-home-button > a > i{
	margin-right: 6px;
}
.blast-home-social {
	text-align: center;
}
.blast-home-social ul{}
.blast-home-social ul li{
	display: inline-block;
	margin: 0 4px;
	background: #001D26;
}
.blast-home-social ul li a{
	display: block;
	padding: 11px 0 8px 0;
	width: 80px;
	color: #fff;
	font-size: 16px;
	border-radius: 0 0 20px 0;
	text-decoration: none;
	position: relative;
	transition: 0.5s background;
}
.blast-home-social ul li a:hover i{
	opacity: 0;
}

.blast-home-social ul li a span{
	position: absolute;
	top: 150%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: Dosis;
	font-weight: 700;
	font-size: 12px;
	color: #eee;
	letter-spacing: 0.5px;
	transition: 0.5s top;
	line-height: 15px;
	opacity: 0;
}
.blast-home-social ul li a:hover span{
	opacity: 1;
	top: 50%;
}

.blast-home-social li.blast-fb a{
	background: #4867AA;
}
.blast-home-social li.blast-twitter a{
	background: #1DA1F2;
}
.blast-home-social li.blast-google-plus a{
	background: #DD4B39;
}
.blast-home-social li.blast-linkedin a{
	background: #007BB5;
}
.blast-home-social li.blast-tumblr a{
	background: #314358;
}
.blast-home-social li.blast-pinterest a{
	background: #CA2027;
}

.blast-paragraph {
	text-align: center;
	margin-bottom: 50px;
	letter-spacing: 0.8px;
}
.blast-paragraph h2{
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: ubuntu;
	font-weight: 900;
	color: #999;
}
.blast-paragraph p{
	font-weight: 300;
	font-family: ubuntu;
	color: #888;
	font-size: 18px;
}
.blast-animation {
	line-height: 0;
	margin-bottom: 50px;
	text-align: center;
}
.blast-animation img{
	width: 310px;
	height: auto;
	max-width: 100%;
}


/* ================ Blast 404 Reseponsive ================ */
@media only screen and (max-width: 700px) {
	
.blast-fixwidth{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	}
.blast-error-title-main {
	font-size: 80px;
}
.blast-error-title-sub {
	font-size: 50px;
}

.blast-home-social ul li {
	margin-bottom: 20px;
}
	
}

@media only screen and (max-width: 550px) {

.blast-error-title {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.blast-error-title-main {
	font-size: 50px;
}
.blast-error-title-sub {
	font-size: 30px;
}
.blast-paragraph {
	margin-bottom: 40px;
}
.blast-paragraph h2{
	font-size: 18px;
}
.blast-paragraph p{
	font-size: 15px;
}

.blast-animation {
	margin-bottom: 40px;
}
.blast-animation img{
	width: 250px;
}
	
}
