/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*Image swap for Desktop and Mobile*/

.visible-mobile {
  display: none !important;
}


/* Large Devices, Wide Screens */
    @media only screen and (max-width : 1500px) {
.content-box {
	margin: 10px;
}
}

/* Medium Devices, Desktops  ------iPad Portrait------ */
    @media only screen and (max-width : 992px) {
		
	.content-box {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}	
}


/* Small mobile/iPhone Devices, Tablets */
@media only screen and (max-width : 768px) {
/*Needs to  be 768px for iPad Portrait and also on Flexy-Menu CSS file*/
h1  {
font-size: 30px !important;    	
}


/*Image swap for Desktop and Mobile*/
.visible-mobile {
    display: inline !important;
  }

  .hidden-mobile {
    display: none !important;
  }	 
/*---------------------*/ 	

header {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: auto !important;
	background-color: #333;
	display: inline-block; 
}
header .logo {
	padding: 20px 5px 10px;
}
header .copyright {
	display: none;
}
#content {
	margin-left: 0;
}
.tp-banner-container {
	padding-left: 0;
}
#content {
	position: relative;
}
.content-box {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}	
}
 @media (max-height: 540px) {
header {
	position: absolute;
	height: auto !important;
}
header .copyright {     
	display: none;
}
.content-box {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;     
	margin-left: 0px;
}	
}


/* Smartphones/iphone (portrait) ----------- */
@media only screen and (max-width : 320px) {

h1  {
font-size: 28px !important;    	
}

	
h2 {
	font-size: 18px !important;   
	
}
h3 {
	font-size: 18px !important;   
	line-height: 1.3em !important;   
}
.content-box {
	margin-top: 150px !important; /* for some reason in iPhone 5 needs to have this) ----------- */
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.tp-banner-container {
	padding: 0px;
}

/* 70px circle icons*/
.services-box2 .services-post span {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #C39E36;
	text-align: center;
}
/* 70px white icons center on circle*/
.services-box2 .services-post span i {
	color: #ffffff;
	font-size: 20px;
	line-height: 50px;
}
.services-box2 .services-post .services-content {
	margin-left: 65px;
}
	
	
}
