
/* fonts */
@font-face {
  font-family: Montserrat-Light;
  src: url('../font/Montserrat-Thin.otf');
  src: local('Montserrat-Thin'), local('Montserrat-Thin'),
  url('../fonts/Montserrat-Thin.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Regular.otf');
  src: local('Montserrat-Regular'), local('Montserrat-Regular'),
  url('../fonts/Montserrat-Regular.otf') format('opentype');
  font-weight:normal;
  font-style: normal;
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../font/Montserrat-SemiBold.otf');
  src: local('Montserrat-SemiBold'), local('Montserrat-SemiBold'),
  url('../fonts/Montserrat-SemiBold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

* {
font-family: Montserrat;
}


.post-edit-link,
.edit-link {
	display:none!important;
}


/*colors*/

.textred {
color:#A43F36!important;
}
.textgrey {
color:#747474;
}
.textwhite {
color:#fff;
}
.textteal {
color:#78C2C9!important;
}

.textblack {
color:#000!important;
}


.bgwhite {
background-color:#fff;
}
.bgpink {
background-color:#ff00ff;
}
.bgteal {
background-color:#78C2C9;
}
.bggrey {
background-color:#AAAAAA;
}
.bgltgrey {
background-color:#F0F0F0;
}
.bgred {
background-color:#A43F36;
}

.contactpod {
background-color:#A43F36;
}

.contactpod p {
color:#fff;
font-family: Montserrat;
padding:0px;
margin-bottom:0px;
}

.contactpod a {
color:#fff;
}

.contactemail {
font-size:19px;
font-weight: bold;
}

.contactnumber {
font-size:31px;
font-weight: bold;
}

.formheader {
font-size:27px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 3px;
margin-top:15px;
margin-bottom:11px;
padding-bottom:5px;
min-height:50px;
}

.phonebg {
background-image:url("../img/phonebox-pod.jpg");
background-size:cover;
}
.formhere input,
.formhere textarea {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow:   none;
-webkit-box-shadow: none;
box-shadow:         none;
border:0px;
}
::placeholder {
font-size:13px;
color:#aaa;
}
.formsmall {
margin-top:6px;
font-size:11px;
color:#fff;
}

.formbutton,
.wpcf7-submit {
width:100%;
border:2px solid #fff!important;
background-color:#A43F36;
color:#fff;
padding:10px;
background-image: url("../img/white-arrow-right.png");
background-size:8px;
background-repeat: no-repeat;
background-position: 65%;
font-weight: bold;
}

.formbutton:hover,
.wpcf7-submit:hover {
background:#fff;
color:#A43F36;
}



/*padding*/
.pad-top-1 {
  padding-top:10px;
}
.pad-top-2 {
  padding-top:20px;
}
.pad-top-3 {
  padding-top:30px;
}


.pad-bottom-2 {
padding-bottom:20px;
}

.margin-top-2 {
margin-top:20px;
}
.margin-top-3 {
margin-top:30px;
}
.margin-top-4 {
margin-top:40px;
}



.navtop {
position:relative;
top:153px;
display:block;
}

/*social bar*/
.social-bar {
text-align:right;
}
.social-bar img {
height:17px;
margin-right:10px;
margin-top:10px;
margin-bottom:10px;
}

/*navbar*/

.mainnav {
padding-bottom:15px;
padding-top:10px;
}
.main-logo {
margin-top:12px;
width:170px;
}

.navbar {
padding-top:35px;
}

.navbar a:link {
display:inline-block;
color:#747474;
margin-left:20px;
}
.navbar a:hover {
color:#78C2C9;
}
.navbar > a.active {
color:#A43F36;
font-family:"Montserrat-Bold";
}

.navbar > a.focus {
border:1px solid #949494;
padding:5px 20px 5px 20px;;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.navbar > a:hover.focus {
border:1px solid #78C2C9;
padding:5px 20px 5px 20px;;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

/*masthead*/
.masthead-bg {
  width:100%;
  background-image:url("../img/ice-1.jpg");
  background-size:cover;
  /*height:370px;*/
}

#mhead1,
#mhead2,
#mhead3,
#mhead4,
#mhead5,
#mhead6 {
position:relative;
}

#mhead3 {
opacity: 0;
top:-320px;
left:-100px;
}
#mhead4 {
opacity: 0;
top:-300px;
left:100px;
}
#mhead5 {
opacity: 0;
top:-520px;
left:100px;
}
#mhead6 {
opacity: 0;
top:-490px;
left:-200px;
}


.bold {
font-family: "Montserrat-Bold";
}

.masthead {
width:100%;
height:370px;
background-size:cover;
  background-image: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,0));
}
.masthead .large-header {
font-family: "Montserrat";
color:#fff;
font-size:3em;
display:block;
left:0px;
}
.masthead .small-header {
font-family: "Montserrat";
color:#fff;
font-size:2.3em;
display:block;
}

.masthead .tiny-header {
font-family: "Montserrat";
color:#fff;
font-size:25px;
display:block;
}

.masthead .mini-header {
font-family: "Montserrat";
color:#fff;
font-size:31px;
display:block;
}

.emphasis {
font-family: "Montserrat-Bold";
color:#78C2C9;
}

.white-button {
background-color:#fff;
padding:10px 45px;
color:#43A2A9;
font-family: "Montserrat-Bold";
}

.services .red-button{
  background-color:#A43F36;
  padding:20px 65px;
  color:#fff;
  font-family: "Montserrat-Bold";
  background-image: url("../img/white-arrow-right.png");
  background-size:8px;
  background-repeat: no-repeat;
  background-position: 90%;
}
.services .red-button:hover {
background-color:#6f6f6f;
}


.green-arrow-right {
height:12px;
margin-left:10px;
}


.pagehead h1 {
font-family: "Montserrat";
text-transform: uppercase;
text-align:center;
color:#fff;
font-size:2.2em;
font-weight: normal;
letter-spacing: .1em;
}



.cleantable,
.cleantable td,
.cleantable tr,
.cleantable td,
.cleantable tbody {
border:none!important;
background:none!important;
margin:0px!important;
padding:0px!important;
}

.services h1 {
font-family: "Montserrat";
text-transform: uppercase;
color:#727272;
font-size:2.2em;
font-weight: normal;
letter-spacing: .1em;
}

.services h2 {
font-family: "Montserrat-Bold";
font-size:22px;
color:#A43F36!important;
text-transform: uppercase;
background-image: url('../img/red-arrow.png');
background-size:19px;
background-repeat: no-repeat;
background-position:0 5px;
padding-left:35px;
line-height: 120%;
margin-top:60px;
}

.subheading {
color:#78C2C9!important;
font-size: 17px;
font-family:Montserrat-Bold;
margin:0;
padding-left:35px;
}

.services p {
font-size: 16px;
color:#575746;
padding-left:35px;
margin-bottom:10px;
}

.morelink {
color:#5AB8B8;
font-family: "Montserrat-Bold";
margin-left:12px;
background-image: url("../img/green-arrow-right.png");
background-size:6px;
background-repeat: no-repeat;
background-position: right;
padding-right:15px;
}

.footnote {
background-color:#F8F8F8;
text-align: center;
font-weight: bold;
font-size:1em;
color:#000;
padding:20px;
margin-top:50px;
margin-bottom:40px;
}

.entry-title {
display:none;
}

header {
height:130px;
}

.entry-header a {
color:#fff;
text-align:centre;
font-size:28px;
font-weight:bold;
}

/* about pod */

.aboutpod {
padding-top:50px;
padding-bottom:50px;
}

.aboutpod .clareconnors {
padding:0;margin:0;
color:#fff;
font-family: "Montserrat-Bold";
font-size: 24px;
letter-spacing: .2em;
}

.aboutpod img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width:177px;
  }


  h3  {
  font-family: "Montserrat";
  font-size:27px;
  color:#fff;
  text-transform: uppercase;
  background-size:19px;
  line-height: 120%;
letter-spacing: 8px;
  }


  h4  {
  font-family: "Montserrat";
  font-size:23px;
  color:#fff;
  text-transform: uppercase;
  background-size:19px;
  line-height: 120%;
letter-spacing: 8px;
  }

.rounded {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

  .about img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width:177px;
    }

    .about p {
    font-size:17px;
    font-family:"Montserrat";
    font-weight:normal!important;
    }

.aboutpod p {
font-size:18px;
font-family:"Montserrat";
}

.aboutpod a {
  padding:10px 80px;
  background-image: url("../img/green-arrow-right.png");
  background-size:6px;
  background-repeat: no-repeat;
  background-position: 65%;
  text-indent:-10px;
}
.aboutpod a:hover {
  background-image: url("../img/white-arrow-right.png");
}

/* bottom-nav */
.bottom-nav .b-nav {
font-size:15px;
margin-left:10px;
color:#666;
}

.bottom-nav a.active {
color:#A43F36;
}

.bottom-nav a:hover {
color:#000;
}

/*footer*/
.footer p {
font-size:12px;
color:#525252;
}
.footer a {
color:#525252;
}
.footer a:hover {
text-decoration:underline;
}
.footer {
height:130px;
padding-top:20px;
}
.footer strong {
font-weight:bold;
font-family: "Montserrat-Bold";
}


.top-bar, .top-bar ul {
background:none!important;
text-align:right!important;
color:#0a0a0a;
}
.top-bar a,
.top-bar a:active {
font-size:16px!important;
 text-transform:lowercase;
  text-align:right!important;
 color:#747474;
margin:0px!important;
 padding:0px;!important;
}
.current-menu-item a,
.current-page-item a {
color:#A43F36;
font-family:"Montserrat-Bold";
text-align:right!important;
margin:0px!important;
padding:0px;!important;
}
.menu {
text-align:right!important;
float:right;
margin:0px!important;
padding:0px;!important;
}
.menu-item-22 a {
border:1px solid #949494;
margin:0px!important;

-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.menu-item-22 a:hover {
border:1px solid #78C2C9;
margin:0px!important;
 padding:0px;!important;
padding:5px 20px 5px 20px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.bottom-nav {
   padding-left:-150px!important;
  }
.bottom-nav top-bar, .bottom-nav .top-bar ul {
background:none!important;
text-align:left!important;
color:#0a0a0a;


}
.bottom-nav .top-bar-left {
background-color:#ff00ff!important;
width:220px;
  position:relative;
  left:-80px;
  }
.bottom-nav .top-bar a,
.bottom-nav .top-bar a:active {
font-size:15px!important;
text-transform:lowercase;
text-align:lefr!important;
color:#666;
margin:0px!important;
padding:0px;!important;
}
.bottom-nav .current-menu-item a,
.bottom-nav .current-page-item a {
color:#A43F36;
font-family:"Montserrat-Bold";
text-align:left!important;
margin:0px!important;
padding:0px;!important;
}
.bottom-nav .menu {
text-align:left!important;
margin:0px!important;
padding:0px;!important;
}
.bottom-nav .menu-item-22 a {
border:none!important;
margin:0px!important;
}

.bottom-nav > .menu-item-22 a:hover {
border:1px solid #78C2C9;
margin:0px!important;
padding:0px;!important;
padding:5px 20px 5px 20px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}


h1, h2, h3, h4, h5, h6 {
font-family: "Montserrat";
font-weight: bold;
letter-spacing: normal;
text-transform: none;
}

h1 {font-size:2em;}
h2 {font-size:1.5em;}
h3 {font-size:1.2em;}
h4 {font-size:1em;}
h5 {font-size:.95em;}
h6 {font-size:.8em;}
