/* Enter Your Custom CSS Here */

#home-nav a.fb-nav {
    background-position: 36px -277px;
}

#home-nav a.fb-nav:hover {
    background-position: -184px -277px;
}

#navigation { display: none; }

/* Mobile Button */

#mobnav-btn {
    display: none;
    cursor: pointer;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 96%;
    padding: 0;
    margin: 0 2%;
    box-sizing: border-box;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  max-height: 530px;
  float: left;
  width: auto;
  border: 0;
  }

.rslides_tabs {
    position: relative;
    text-align: center;
}

.rslides_tabs:focus {
  outline: none;
  }

.rslides_tabs {
    position: absolute;
    top: 30px;
    right: 107px;
}

.rslides_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.rslides_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 50%;
  background: #ccc;
  display: inline-block;
  _display: block;
  *display: block;
  width: 10px;
  height: 10px;
  }

.rslides_tabs a {
  background: #ccc;
}

.rslides_tabs .rslides_here a {
  	background: #80cfd4;
}

#project-detail { position: relative; }

.rslides_nav.prev {
    display: none;
}

.rslides_nav.next {
    text-indent: -9999px;
    position: absolute;
    top: 32px;
    right: 87px;
}

/* Mobile Responsive Codes */

@media screen and (min-width: 1041px) {
	.rslides {
	    position: relative;
	    list-style: none;
	    overflow: hidden;
	    width: 100%;
	    padding: 0;
	    max-width: 891px;
	    margin: 0 auto;
	}
}

@media screen and (max-width: 1040px) {
  
  .rslides_tabs { top: 10px; right: 47px; }
  .rslides_nav.next { top: 5px; right: 20px; }

  img { max-width: 100%; height: auto; }

  	#header {
  	  	margin: 0 !important;
    	width: 100% !important;
  	}
	#logo {
	    position: absolute;
	    right: 20px;
    	left: auto;
	    top: 0;
	    background: #3c2415;
	}

	#home-nav-btn {
	    left: auto;
	    right: 20px;
	}
  
	#home-nav {
	    left: auto;
	    right: 20px;
	}

	#page {
	    width: 100% !important;
	}
  	#page-title {
    	left: auto;
    	right: 20px;
  	}

	#sidebar {
	    float: none;
	    padding: 0 0 36px;
	    margin: 0 auto;
	    width: 96%;
	}
  
	#main-content {
	    width: 96%;
	    margin: 20px auto;
	    padding: 0 0 36px;
	    float: none;
	}
  
  body.page-id-9 #main-content { padding-bottom: 0; }
  
	p.project-title {
  	  margin: 16px 2%;
  	}
  	.project h1 {
    	margin: 16px 2%;
  	}
  	a.more-info {
    	left: auto;
    	right: 2%;
  	}

	.project img {
	    margin: 14px 2% 18px 2%;
	    max-width: 96%;
	}

	.home-images img {
    	width: 100%;
    	height: auto;
  	}
  	#main-slide-show {
    	width: 100%;
  	  	margin: 0;
  	}
  	.main-slide-panel {
    	width: 100%;
  	}
	#project-info {
	    width: 96%;
	    margin: 0 auto;
	}
	#project-detail h1 {
	    width: auto;
	    margin: 6px 2% 14px 2%;
	}
  	#contact-sub-header {
    	width: 100%;
  	}
	#contact-form {
	    width: 46%;
	    padding: 12px 2%;
	    float: left;
	}
#contact-info {
    width: 46%;
    margin: 8px 2%;
    box-sizing: border-box;
}
  	h1.info,
  	h1.request-form {
    	width: 50%;
  	}
  	#footer {
    	margin: 0 auto !important;
    	width: 96% !important;
  	}

  /* 738 previously */

.home #header,  
#header {
    height: 240px;
}
  
#logo {
    position: relative;
    right: 0;
    left: auto;
    top: 0;
    height: 152px;
    background: #3c2415;
    width: 100%;
    margin: 0 auto;
}
  
  .homepage-logo-link {
    	left: auto;
    	margin-left: 0;
    	right: 20px;
  }

#page-title {
    width: 92%;
    height: 36px;
    position: relative;
    background: #80cfd4;
    margin: 0 auto;
    right: 0 !important;
    left: auto;
    top: auto;
}

  	#logo img { width: 100%; height: auto; }

	#nav {
  		display: none;
  	}
	#menu-wrapper {
    	display: none;
  	}
	#navigation {
	    display: block;
	    width: 100%;
	    margin: 0 auto;
    	text-align: right;
    	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    	font-weight: 300;
	}
  
    #mobnav-btn {
		background: url(http://www.madebyguerrilla.com/clients/2016/ia-anna/wp-content/uploads/2016/12/mob-nav.png) no-repeat top center;
        display: inline-block;
		height: 30px;
		margin: 10px 20px 10px 10px;
		width: 30px;
    	position: relative;
    }
	#mobnav-btn::after {
	    content: 'Menu';
	    font-size: 18px;
	    margin-left: -60px;
	    color: #3c2415;
	    position: absolute;
	    left: 0px;
    	text-transform: uppercase;
	}
.mob-nav.close::after {
    content: 'X' !important;
    margin-left: -25px !important;
    font-size: 24px !important;
    margin-top: -6px;
}
    .sf-menu {
        width: 100% !important;
        display: none;
    }
	.sf-menu.xactive {
	    background: rgba(255,255,255,0.9);
	    display: block !important;
	    padding: 20px;
	    box-sizing: border-box;
	    position: absolute;
	    right: 0;
	    z-index: 9999;
	}
    .sf-menu li {
        float: none!important;
        display: block!important;
        width: 100%!important;
    }
    .sf-menu li a {
        float: none!important;
    	font-size: 18px;
    	font-weight: 300;
    }
    .sf-menu ul {
        position:static!important;
        display: none!important;
    }
    .xpopdrop ul,
	.sfHover ul {
        display: block!important;
		opacity: 1;
		transition: opacity .25s ease-in-out;
		-moz-transition: opacity .25s ease-in-out;
		-webkit-transition: opacity .25s ease-in-out;
    }
	
	li.sfHover ul.sub-menu {
		background: #FFF;
		border: 0;
		display: block;
		width: 100%;
	}
	
	li.sfHover ul.sub-menu li {
		background: #FFF;
	}
  
	#footer p { width: auto; }

	.social-media-btns {
	    position: relative;
	    right: auto;
	    top: auto;
	    width: 100%;
	    height: 35px;
	}
  
    #page-title {
    	width: 100%;
    }

	a.fb-btn {
	    left: auto;
	    width: 95px;
	    display: block;
	    background-position: right top;
	    right: 10px;
	}
	#contact-sub-header h1 {
    	font-size: 15px;
  	}
#project-nav {
    width: 206px;
    height: 32px;
    position: relative;
    left: 0;
    top: -65px;
    margin: 20px 0 20px 20px;
}
	#project-notes {
    	width: 100%;
  	}
	.main-image-ctrls {
	    width: 240px;
	    float: right;
	    margin: 11px 20px 0 0;
	}
a.nav-item {
    width: 16px;
    height: 30px;
    display: block;
    background: url(http://www.madebyguerrilla.com/clients/2016/ia-anna/wp-content/uploads/2016/11/dot_gray.jpg);
}
a.nav-item.active {
    background-position: 0 0;
    background: url(http://www.madebyguerrilla.com/clients/2016/ia-anna/wp-content/uploads/2016/11/dot_blue.jpg);
    width: 16px;
    height: 30px;
}
  
	a.next {
	    width: 17px;
	    height: 29px;
	    display: block;
	    background: url(a/i/s.png) no-repeat -95px 6px;
	}
  
	a.next:hover {
	    background-position: -95px -16px;
	}
	#contact-sub-header h1 {
	    font-size: 12px;
	    text-indent: 10px;
	    margin-top: 8px;
	}
	input#saveForm {
	    background: #80cfd4 !important;
	    border: none;
	    color: #3c2415;
	    box-shadow: none;
	    border-radius: 0;
    	-webkit-appearance: none;
	}
  	input#saveForm:hover {
    	background: #ccc !important;
    	-webkit-appearance: none;
 	}
	#contact-info { height: 502px; }
	#contact-form textarea.medium {
	    width: 200%;
	}
	#project-detail {
	    height: auto;
	    min-height: auto;
	    padding-bottom: 20px;
	}
	.rslides1_s13, .rslides1_s14, .rslides1_s15, .rslides1_s16, .rslides1_s17 {
	    display: none !important;
	}
}

@media screen and (max-width:420px){

		.homepage-logo-link {
		    display: block;
		    position: absolute;
		    left: 0;
		    bottom: 14px;
		    width: 92%;
		    height: 83px;
		    margin: 0 auto;
		    padding: 0 4%;
		}
	  .services-list,
	  .page-id-15 #sidebar h2 {
	    	width: 100%;
	  }
	.page-id-15 #sidebar h1 {
	    width: 100%;
	    height: 70px;
	    background: #c1e1e3;
	    text-indent: 0;
	    background-size: cover;
	    font-size: 22px;
	    padding: 10px;
		    box-sizing: border-box;
	    text-transform: uppercase;
	    line-height: 1.1;
	}
	a.more-info {
	    left: auto;
	    right: 2%;
	    top: 10px;
	}
	.press-listing {
	    width: 96%;
	    padding: 0 0 36px 0;
	    margin: 0 auto;
	}
	.press-item {
  	  padding: 0 2% 24px;
  	}
}

@media screen and (max-width: 360px) {
  #contact-sub-header { display: none; }
  #contact-form,
  #contact-info {
    	width: 96%;
    	border-left: 0;
    	height: auto;
  }
}