/*
Theme Name: Log Dog
/*

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

.mainSiteHead{
	display: block !important;
}
.mobSiteHead{
	display: none !important;
}

@media only screen and (max-width: 767px) {
	.single-page-nav{
		display: none;
	}
}
@media only screen and (min-width: 768px) {
	.single-page-nav{
		display: block !important;
	}
}
/*==================== pagination Style =====================*/

.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
}

.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #555;
}

.pagination a:hover{
	color:#fff;
	background: #3279BB;
}

.pagination .current{
	padding:6px 9px 5px 9px;
	background: #3279BB;
	color:#fff;
}

#comments #reply-title{
	font-size: 20px;
}

.blogdata h4 a{
	color:#fff;
}

.page-template-blogpage_full .bloginnerDiv h2 small{
	line-height: 20px!important;
}

@media only screen and (max-width: 980px) {
	.entry-content iframe {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.entry-content iframe {
		height: auto;
	}
}

blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
	clear: both;
	margin-bottom: 1.6em;
	margin-top: 0.4em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

.alignleft {
	display: inline;
	float: left;
}

blockquote.alignright, .wp-caption.alignright, img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

.alignright {
	display: inline;
	float: right;
}


/*********************************
*Agent Custom styles
*********************************/
/* footer */
footer.mbgimg{
	padding: 0;
	min-height: 0;
}
footer.mbgimg > .mrow {
	display: none;
}

.mixpanel-wrapper{
	text-align: center;
	padding: 10px 0;
}

/* Pagination */
.post-navigation {
	text-align: center;
}
.post-navigation a {
	max-width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: top;
}


.abouttop .app-ios, .abouttop .app-unknown, .abouttop .app-android,
.app-ios, .app-unknown, .app-android{
	display: none;
}

.app-ios img, .app-android img {
	width: 200px;
	height: 60px;
}

.button-global {
	text-align: center;
	max-width: 100%;
	margin: 10px 0 0 0;
	padding-bottom: 10px;
}

.button-global a{
	max-width: 400px;
}

.button-global-footer{
	background: #d3dce2;
	margin: 0;
}

.abouttop .button-global a{
	text-align: center;
}

.abouttop .button-global a span{
	background: transparent;
	float: none;
	text-align: center;
}
.group2 .app-download{
	text-align: center;
}


.smartbanner-main{  position: static !important;  }
.smartbanner-main #wrapper{  padding-top: 0;  }
.smartbanner-main #header{  position: relative;  }
.smartbanner-main .about#aboutfull,
.smartbanner-main .allblogpage,
.smartbanner-main .site-content {
	padding-top: 0;
}
.smartbanner-main #smartbanner .sb-button{
	top: 40px;
}

.menu-enterprise-item{
   background-color: #4a90e2;
   color: white;
}