@media (max-width:1060px) {
  .phone-number {display:none;}
}

@media (max-width:680px) {
  .phone-number {visibility:hidden;}
}

.phone-number { z-index: 99999998; position: absolute; right: 0px; top: 30px; font-family: lato, 'sans serif'; }

#search-icon #search-icon-icon {
position: absolute;
right: 150px;
}

#page-wrapper
 {
  border-top: 0px;
}


/* Colour row */

.column1 .upb_row_bg { height: 75%; }



/* Search Icon Positioning */

#search-icon .searchform input[name=s] {width: 88%; 
  										float: right; 
}


/* Slider Button: Read More */
  
a.btn.slider:hover {
  transition-delay: 0.3s;
	color: transparent;
  transition: color 0.3s ease-in-out;
}

a.btn.slider:before {
   content: 'Read More';
   position: absolute;
   text-indent: 0;
  opacity: 0;
  transition-delay: 0.3s;
  transition: opacity 0.3s ease-in-out;
    transform: translateX(-50%);
    left: 50%;
  visibility: hidden;
  color: #4E99B1;
}
  
a.btn.slider:hover:before {
  visibility: visible;
  	opacity: 1;
}

a.btn.slider { 
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-radius 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-radius 0.3s ease-in-out;
}

/* New Menu Location */

  .menu-menu-1-container {
    margin-left: 150px; } 

/* New logo and masthead spec */


  header#masthead .hgroup.full-container {
    padding-top: 0px;
    padding-bottom: 15px; } 

 
  .logo {
    position: absolute;
    top: 12px;
    left: -40px;
    z-index: 99999999;
  } 


/* Media Queries */

@media screen and (max-width:1060px) {
 header#masthead{
   height:200px;
 }
}

@media screen  and (min-width:1060px){
	#main{
      padding-top:120px;
    }
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px !important; } }
  
@media (max-width: 1060px) {
body.responsive header#masthead .hgroup .logo {
margin: 30px 43% !important;
padding-top: 0px !important;
padding-bottom: 0px !important;
}

header#masthead .hgroup.full-container {
padding-top: 80px;
padding-bottom: 20px;
}
}
  

@media (max-width: 680px) {
header#masthead .hgroup .logo img {
margin: -5px 50%;
padding-top: 0px !important;
padding-bottom: 0px !important;
} 
  .phone-number { display: none;}
  
   ul {
      margin-left: 0;
      padding-left: 20px;
  }
     
}
  
 

/* Prevent Blog Post featured image displaying at top */


.single .entry-thumbnail { display: none; }


/* Overlays to front */


.metaslider .msHtmlOverlay {z-index:999999;}

.metaslider .msHtmlOverlay .layer {z-index:999999;}


/* Footer */


.site-footer #black-studio-tinymce-11 {width:100%; text-align:center;}



.site-footer .textwidget p {
       margin-bottom: 0.8em;
}
  
  
 .site-footer #black-studio-tinymce-12 {
   margin-left: 6%;
 }


.layout-full #colophon {
 	padding-bottom: 5px;
}

#black-studio-tinymce-11 {
	margin-top: 40px;
}
  
#footer-widgets .widget .widget-title {
	margin-bottom: 5px;
}


/* Phone specific content for Footer */

 @media (max-width: 768px) {
       .site-footer #black-studio-tinymce-13, .site-footer #black-studio-tinymce-8, .site-footer #black-studio-tinymce-12{
               width: 100%;
       } 

       .site-footer #black-studio-tinymce-12 {
               margin-left: 0%;
       }
       h1 { 
               font-size: 12px; 
       } 
}




/* Footer Border */

.site-footer {

border-top:  12px solid #e9eaee; }


/* Grey Image Box */

.entry-content img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}



/* Gravity Form Width */

.gform_wrapper {
	width: 70%;
	}
	
	@media (max-width: 760px) {
			.gform_wrapper {
				width: 100%;
            } }



    /* Post slider */ 
  
img.attachment-thumbnail {
display: block;
margin-left: auto;
margin-right: auto;
}
  
a.link_title {
text-decoration: none;
display: block;
width: 100%;
text-align: center;
}

/* Flip Box Text size */ 

.flip-box-wrap p {
font-size: 16px; }

/* H1 Tag on homepage */

h1.noUnderline {
  border-bottom: none;
}


 .page-links {font-size:30px}

/* Footer Social media */

.site-footer .vantage-social-media-4 { margin-bottom: 15px; }