/*
	Theme Name: Innermedia Base
	Theme URI: http://www.innermedia.co.uk

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body #wdi_feed_0_users{
	display:none;
}
body #wdi_feed_0 .wdi_pagination{
    font-size: 19px;
}
body #wdi_feed_0 .wdi_feed_container{
	background-color:transparent;
}
body #wdi_feed_0 .wdi_pagination{
    color: #868686;
    text-align: right;
}
.latestNotice{
    font-size: 17px;
    margin-bottom: -50px;
    display: block;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 300;
    //color: #000;

}
.latestNotice .noticeText{
z-index:1;
position:relative;
display:inline-block;
}
.latestNotice .noticeText a{
text-decoration:none;
color:#777;
}
.latestNotice .noticeText a:hover{
color:#019935;
}
body {
    font-family:sans;
            font-family: Lato;
font-weight: 400;
    font-style: normal;
    color: #777;
    font-size: 15px;
    background:#f3f3f3;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#b5b5b5;
	text-decoration:none;
}
a:hover {
	color:#019935;
}
a:focus {
	outline:0;
  text-decoration:none;
	color:initial;  
}
a:hover,
a:active {
	outline:0;
}
input,
textarea,
button {
  max-width:100%;
}
input:focus {
	outline:0;
}
h1,h2,h3,h4{
 font-weight:300;
 color:#777;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.siteWrap {
  background:#fff;
  margin:0 auto;
  margin-top:30px;
  margin-bottom:30px;
  max-width:1100px;
  width:95%;
}

/*columns*/
.columnWrap  {
  width:103%;
  margin-lefT:-1.5%;
}
.columnWrap .col{
  float:left;
  width:50%;
  padding:0 1.5%;
}
.columnWrap.cols3 .col{
  width:33%;
}
.columnWrap.cols4 .col{
  width:25%;
}
/* header */
.header {
      border-bottom: 1px solid #f3f3f3;
      position:relative;
}
/* logo */
.logo {
  text-align:center;
  position:relative;
  line-height:150px;
}

.logo img {
    max-height: none;
    width:auto;
    height:auto;
    display:inline-block;
    vertical-align:middle;
    max-width: 340px;
	width:100%;
    /* height: 81px; */
    /* max-width: 1000px; */
}
/* nav */
.navWrap {
  position:static;
}
.nav ul{
  list-style:none;
  padding:0;
  margin:0;
}
.nav .menu {
  display:none;
  clear:both;
  background:#fff;
  padding:1px 0;
}
.nav .menu li {
  position:relative;
  z-index:101;
  font-size:14px;
  margin:8px 0;
}
.nav .menu ul{
  padding-left:20px;
}
.nav .menu.openMenu {
  display:block;
}
.nav .menu li a:focus  {
  color:#019935;
}
.nav .menu li.current-menu-item,
.nav .menu li.current-menu-item > a,
.nav .menu li:hover,
.nav .menu li:hover >a
{
  color:#019935;
  border-color:#019935;
  text-decoration:none;
}
.menuToggle {
  font-size:24px;
  color:#777;
  padding:0 0 5px;
      position: absolute;
    top: 50px;
}
.menuToggle.toggleopen {
  color:#000;
  font-weight:700;
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
  border-top: 1px solid #f3f3f3;
  padding:10px 0 10px;
  font-size:13px;
}
.social-footer {
  font-size:18px;
  letter-spacing:0.5em;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.pageHeader {
  width:100%;
  background:#f3f3f3;
  text-align:center;
  color:#000;
  font-size:16px;
  padding:40px 0;
}
.pageHeader h1{
  font-weight:300;
  font-size:36px;
  margin:0;
  text-transform:uppercase;
}
.pageHeader .featured img {
  width:100%;
  margin-top:-40px;
  margin-bottom:20px;  
}
.pageBody {
  padding:50px 0;
}
.seconday-text {
  padding-bottom:30px;
}
/*home*/
.homeSlider {
  position:relative;
}
.homeSlider .slide {
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  width:100%;
  position:relative;  
  
}
.homeSlider .slideText {
  font-size:20px;
  background:rgba(255,255,255, 0.6);
  text-align:center;
  width:100%;
  position:absolute;
  left:0;
  top:0;
  color:#555;
  text-transform:uppercase;
      padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    top:50%;
    margin-top:-64px;
}
.homeSlider .slide:before {
  content:'';
  width:100%;
  padding-top:50%;
  display:block;
  position:relative;
}
.homeSlider .slidenav {
  position: absolute;
    top: 50%;
    display: block;
    display:none;
    outline: none;
    text-align: left;
    z-index: 101;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
      width: 60px;
    height: 60px;
    border-radius: 40px;
    background: rgba(255,255,255,0.2);
    -webkit-transition: width 0.3s, background-color 0.3s;
    transition: width 0.3s, background-color 0.3s;
    cursor:pointer;
}
.homeSlider .slidenav:hover {
  width: 105px;
  background: #fff;
}
.homeSlider .slidenav .iconWrap{
    position: absolute;
    width: 58px;
    }
    .homeSlider .slidenav.prev .iconWrap {
      left:0;
    }
    .homeSlider .slidenav.next .iconWrap {
      right:0;
    }
    .homeSlider .slidenav .iconWrap i {
        position: relative;
    text-align: center;
    width: 100%;
    line-height: 60px;
    font-size: 34px;
    float: left;
    color: #fff;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    }
    .homeSlider .slidenav:hover .iconWrap i {
      color:#444;
    }
.homeSlider .slidenav.next {
    right: 15px;
    
    }
    .homeSlider .slidenav.prev {
    left: 15px;    
    }
.homeSlider .slidenav .text{ 
        position: absolute;
    top: 3px;
    margin: 0;
    color: #444;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 0.85em;
    line-height: 4.45;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}
.homeSlider .slidenav.prev .text    {
    right: 20px;
    }
    .homeSlider .slidenav.next .text    {
    left: 20px;
    }
.homeSlider .slidenav:hover .text{
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    }
.homeBody {
}
.homeBody h1 {
  color:#777;
  margin:1.5em 0;
  font-size:25px;
  text-align:center;
}
.linkBox {
  margin-bottom:25px;
}
.linkBox:hover {
  opacity:0.8;
}
.linkBox h3{
  font-size:1.1em;
}
.linkBox a{
  color:#000;
  text-decoration:none;
  text-transform:  uppercase;
}
.linkBox a:hover{
text-decoration:none;
color:#019935;
}

/*posts*/
.comments ul {
  list-style:none;
  padding:0;
}
.comments .comment-author {
  float:left;
  margin:0 10px 10px 0;
}
.comments .comment-author cite.fn{
  display:block;
}
/*portfolio*/
.portfolioContent h2 {
  font-size:1.1em;
  color:#444;
  margin-top:0;
  text-transform:uppercase;
}
.portfolioContent .details {
  margin:5px 0 10px;
}
.portfolioContent .details strong{
  text-transform:uppercase;
  color:#000;
}
.single-portfolio .featured img{
  width:100%;
  margin-bottom:20px;
}
.portfolioGallery .row{
  margin-left:-10px;
  margin-right:-10px;
}
.galleryItem  {
  padding:10px;
}
.galleryItem img{
  margin:0 auto;
}

/*portfolioPage*/
.portfolioBoxLink {
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  position:relative;
  background-color:#f3f3f3;
  margin-bottom:15px;
}
.portfolioBoxLink:before {
  content:'';
  display:block;
  width:100%;
  padding-top:100%;
  position:relative;
}
.portfolioBoxLink .linkOverlay {
  position:absolute;
  width:100%;
  height:100%;
  padding:10px;
  top:0;
  left:0;
  font-size:13px;
  color:#555;
}
.portfolioBoxLink.noThumb .linkOverlay .olText {
  opacity:1;
}

.portfolioBoxLink .linkOverlay .olText{
  position:relative;
  height:100%;
  width:100%;
  background:rgba(255,255,255,0.94);
  display:table;
  opacity:0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a:hover .portfolioBoxLink .linkOverlay .olText{
  opacity:1;
}
.greyed, .greyed a{cursor:default}
.greyed a:hover .portfolioBoxLink .linkOverlay .olText{
  opacity:0;
}
.blockButtons{margin:20px 0 15px 0;border-bottom:1px solid #eee; padding-bottom:10px;}
.portBut{
	display:inline-block;
	margin-left:14px;
	cursor:pointer;
	transition:all 300ms;
}
.portBut:hover{
	color:#019935;
}
.portButDesc{
	display:inline-block;
	font-weight:bold;
}
.portfolioBoxLink .linkOverlay .olText .txt{
  display:table-cell;
  vertical-align:middle;
  text-align:center;
  padding:5px;
}
.portfolioBoxLink .linkOverlay h4{
  margin:0;
  text-transform:uppercase;
  font-size:15px;
    color:#000;
}
.portfolioBoxLink .linkOverlay p{
  margin:0;
}
.portfolioBoxLink .linkOverlay h4,
.portfolioBoxLink .linkOverlay p{
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -ms-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
    animation-name:fadeInDown
    }
/*quote*/
.quotes {
  margin:0 0 2.2em;
}
.quotes .cycle-pager{
  position:absolute;
  top:100%;
  width:100%;
  left:0;
  text-align:center;
}
.quotes .cycle-pager span{
  display:inline-block;
  width:10px;
  height:10px;
  background:#fff;
  border: 1px solid #e1e1e1;
  border-radius:50%;
  margin:5px 2.5px;
}
.quotes .cycle-pager .cycle-pager-active span{
  border-color:transparent;
  background:#444;
}
.quoteBody {
  text-align:center;
  font-size:16px;
  padding:1em 0;
}
.quote .cite {
  text-align:right;
}
div.search  {
  width:100%;
  max-width:350px;
  display:inline-block;
}
.search .searchInputWrap {
  width:100%;
  padding-right:65px;
  float:left;
}
.search .search-submit {
  width:60px;
  float:right;
    margin-left: -100%;  
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:1024px) {
.columnWrap.cols4 .col{
    width:50%;
}
.columnWrap.cols4 .col:nth-child(odd){
  clear:both;
}
.columnWrap.cols3 .col{
    width:50%;
  }
.columnWrap.cols3 .col:first-child{
    width:100%;
    float:none;
}
}
@media only screen and (max-width:768px) {
 .columnWrap.cols3 .col{
    width:100%;
    float:none;
  }
  .columnWrap.cols2 .col,
.columnWrap.cols4 .col{
    width:100%;
    float:none;
  }
  .columnWrap.cols2 .col:after {
    display:none;
  }
  
	a.hover .portfolioBoxLink .linkOverlay .olText {
		opacity: 1;
	}
  
}

@media only screen and (max-width: 480px) {

.logo img{
	width: 80%;
}

}
@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {
  .siteWrap {
    width:87%;
  }
}
@media only screen and (min-width:768px) {
  .social-footer {
    text-align:right;
  }
  .container {
    max-width:750px;
    width:90%;
  }
  .portfolioMain {
    float:right;
  }
}
@media only screen and (min-width:992px) {
  .headerTop {
    height:90px;
    position:relative;
  }
  .logo {
    float:left;
    left:auto;
    line-height:90px;
  }
  .logo img{
    max-height: fit-content;
  }
  .menuToggle {
    display:none;
  }
  .navWrap {
    position:relative;
    height:100%;
    padding-left:0;
}
  .nav {
    float:right;
        position:relative;
        height:100%;
  }
  .nav .menu{
      padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    height: 100%;
    margin-top: 0;
    display:block;
    }
  .nav .menu > li{
        float: left;
    position: relative;
    height: 100%;
        text-align: center;
    line-height: 18px;
    font-weight: 400;
    color: #222222;
    font-size: 12.5px;
        border-top: 2px solid transparent;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    margin:0;    
    margin-right: 5px;
    margin-left: 5px;
  }
  nav .menu>li>a {
    position:relative;
    top:50%;
    margin-top:-11px;
    display:block;
	font-family: Lato;
	text-transform: uppercase;
	padding:20px;
  }
  .nav .menu > li:first-child{
    margin-left:0px;
  }
  .nav .menu > li:last-child{
  margin-right:0px;
  }
  .nav .menu  ul{
    position:absolute;
    top:100%;
    left:0;
    min-width:100%;
    background:#fff;
    display:none;
    text-align:left;
    border-top: 2px solid #019935;
        -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    padding:0;
    padding-bottom:0;
  }
  .nav .menu  ul li{
    border-bottom:1px solid #f6f6f6;
    margin:0;
  }
    .nav .menu  ul li a{
    display: block;
    padding: 10px 20px;
    white-space: nowrap;
    }
.nav .menu li:hover > ul{
  display:block;
}
.homeSlider .slideText {
  width:70%;
  left:15%;
}
.homeSlider .slidenav {
  display:block;
}
.container {
    max-width: 970px;
    width:90%;
}
}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1100px) {
  .container {
    max-width:1100px;
  }
    .nav .menu > li{
    
    }
      .nav .menu > li{

      }
}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
