@media only screen and (min-width: 601px) {
.sab-holder {
    padding-top: 10px;
    text-align: center;
}
}
.inner-banner .entry-title {
    font-size: 32px !important;
    text-transform: capitalize !important;
}

ins.adsbygoogle { background: transparent !important; }

.section-title {
    display: none;
}


.loop-grid .hentry .entry-title {
font-size: 16px;
color: #00aeef;
}

.entry-title a:link, .entry-title a:visited {
    color: #00aeef;
}


.btn-sb {
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 22px;
  text-decoration: none !important;
  margin: 4px 5px 20px;
  color: #fff !important;
  position: relative;
  display: inline-block;
}

.btn-sb:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  box-shadow: 0px 1px 0px 0px;
}

.btn-sb {
  background-color: #55acee;
  box-shadow: 0px 5px 0px 0px #3C93D5;
}

.btn-sb:hover {
  background-color: #6FC6FF;
}

/* New Button Styles */
/*Main button class
==========================*/
.ph-button {
	
    border-style: solid;
    border-width: 0px 0px 3px;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
    color: #FFFFFF;	   
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: all 200ms ease-in-out 0s;
    white-space: nowrap;	
    font-family: "Gotham Rounded A","Gotham Rounded B",Helvetica,Arial,sans-serif;
    font-weight: 700;	
    padding: 19px 39px 18px;
    font-size: 18px;
	
}

.ph-button:hover, .ph-button:focus, .ph-button:active {
color: #FFFFFF;
}

/*Green
==========================*/
.ph-btn-green {

    border-color: #3AC162;
	background-color: #5FCF80;

}
.ph-btn-green:hover, .ph-btn-green:focus, .ph-btn-green:active {
   
    background-color: #4BC970;
    border-color: #3AC162;    
}

/*Blue
==========================*/
.ph-btn-blue {

    border-color: #326E99;
    background-color: #3F8ABF;
}

.ph-btn-blue:hover, .ph-btn-blue:focus, .ph-btn-blue:active {
color: #FFFFFF;	       
background-color: #397CAC;
    border-color: #326E99;   
}

@media only screen and (min-width: 601px) {
.sab-holder {
 padding-top: 10px;
	 text-align: center;
}

.sab-holder>a:nth-child(2) {
  margin-left: 12px;
}
}

@media only screen and (max-width: 600px) {
  .sab-holder>a {
    width: 100%;
padding: 10px 0;
font-size: 16px;
  }
}

.ph-btn-orange {

	border-color: #e65100;
	background-color: #f57c00;
}

.ph-btn-orange:hover, .ph-btn-orange:focus, .ph-btn-orange:active {
	background-color: #e65100;
	border-color: #e65100;   
}

/* Yellow */
.ph-btn-yellow {

	border-color: #f9a825;
	background-color: #fbc02d;
}

.ph-btn-yellow:hover, .ph-btn-yellow:focus, .ph-btn-yellow:active {
	background-color: #f9a825;
	border-color: #f9a825;   
}

nav.navigation.post-navigation {
    display: none;
}

.home header.inner-banner {
    display: none;
}

body .main-navigation ul li a {
    text-transform: inherit;
}

.entry-title {
	text-transform: capitalize !important;
}

.inner-banner .entry-title {
    font-size: 32px !important;
}