/*
 Theme Name: PRO3 blog
 Theme URI:      http://www.marketpressthemes.com
 Description:    PRO3 Child Theme
 Author:         mitch
 Author URI:     http://example.com
 Template:       pro3-2
 Version:        3.2.1
*/

@import url('reset.css');
@import url('../pro3-2/css/wpcore.css');
@import url("bootstrap.css");

/* =Theme customization starts here
-------------------------------------------------------------- */


.content-section .post-meta {
  font-size: 0.9em;
  width: 728px;
}


#post-wrapper .content-section .post-heading {
  padding: 20px;
  margin-bottom: 5px;
  width: 728px;
}


.date-comment-box {
  width: 100px;
  border-radius: 4px;
  float: right;
}

#header-wrapper .pro-site-logo {
	position:relative;
	background:#000;	
}
#header-wrapper .pro-site-logo #header-ad {
	position:absolute;
	top:35px;
	right:10px;
	left:390px;
	z-index:2;	
}

iframe {
	max-width:100%;	
}

@media screen and (max-width: 768px) {
	#header-wrapper .pro-site-logo #header-ad {
		position:inherit !important;
		left:auto !important;
		top:auto !important;
		right:auto !important;
		margin-top:10px !important;
	}		
}