/*
Theme Name: Pam Ainsley Gallery
Author: Mark Ainsley
*/

/* START OF RESET CSS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
ol,ul {list-style:none;}

/* END OF RESET CSS */

/* START OF GENERAL CSS */

body {
	font-family: Arial, Georgia, "Times New Roman", Serif;
	color: #000;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	vertical-align: top;
}



/* END OF GENERAL CSS */

/* START OF HEADER/TOP AREA CSS */

#header {
	background-color: #000;
	padding: 25px 0 45px 0;
	text-align: center;
	color: #FFF;
	border-bottom: 0px solid #000;
}

#header h1 {
	font-size: 34px;
font-family: 'Lobster', cursive;
	font-weight: 500;
	text-align: center;
	padding: 0 30px 15px 30px;
	line-height: 38px;
}

/* START OF CARDS CSS */

img.separator1 {
	display: block;
	text-align: center;
	margin: 0 auto;
	max-width: 288px;
	width: 100%;
	height: auto;
	margin-top: 40px;
}

/* END OF CARDS CSS */

/* END OF HEADER/TOP AREA CSS */

/* START OF NAV CSS */

#navigate {
	background: #000;
	-webkit-box-shadow: 0px 10px 23px 0px rgba(255,255,255,0.25);
	-moz-box-shadow: 0px 10px 23px 0px rgba(255,255,255,0.25);
	box-shadow: 0px 10px 23px 0px rgba(255,255,255,0.25);
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	z-index: 2001;
}

#navigate .container {
	padding: 0;
}

#navbar {
	text-align: center;
	padding: 0;
}

.navbar-inverse {
	background: none;
}

.navbar-inverse .navbar-toggle {
    color: #FFF;
    font-size: 28px;
    line-height: 21px;
}

.navbar-nav {
	float: none;
	margin: 0 auto;
	display: inline-block;
}

.navbar-nav a {
	color: #FFF !important;
	padding: 17px 22px 15px 22px !important;
	font-weight: 500;
	font-size: 15px !important;
}

.navbar-nav a:hover{
	color: #ff0052 !important;
}

.navbar-nav>.active>a {
	color: #ff0052 !important;
}

.navbar-nav>.active>a:hover {
	color: #ff0052 !important;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	background-color: transparent !important;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #FFF !important;
    background-color: #ff0052;
}

.dropdown-menu {
	width: 100% !important;
	background: #FFF !important;
	border: none !important;
	text-align: center !important;
	min-width: 300px !important;
 }
 
.navbar-collapse{
	border-top: none !important;
	box-shadow: none !important;
	
}
 
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover { 
    text-decoration: none;
    background-color: #e7e7e7;
}

.dropdown-menu a, .dropdown-menu a:visited {
	color: #000 !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	text-transform: capitalize !important;
 }
 
.dropdown-menu>.active>a {
	color: #ff0052 !important;
	text-decoration: none;
	background-color: transparent;
	outline: 0;
}

.dropdown-menu>.active>a:focus {
	color: #ff0052 !important;
	text-decoration: none;
	background-color: #e7e7e7;
	outline: 0;
}

.dropdown-menu>.active>a:hover {
	color: #ff0052 !important;
	text-decoration: none;
	background-color: #e7e7e7;
	outline: 0;
}

@media (max-width: 767px) {

.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a {
	color: #ff0052 !important;
	text-decoration: none;
	background-color: transparent;
	outline: 0;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
	color: #ff0052 !important;
	text-decoration: none;
	background-color: #e7e7e7;
	outline: 0;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
	color: #ff0052 !important;
	text-decoration: none;
	background-color: #e7e7e7;
	outline: 0;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover { 
    text-decoration: none;
    background-color: #e7e7e7;
}

.navbar-inverse .navbar-toggle {
	float: none;
	margin: 0px 0px 0px 0px;
	background: none !important;
	border: none !important;
}

.navbar-inverse{
	text-align: center; 
	padding-top: 5px;
	padding-bottom: 5px;
}

}

/* END OF NAV CSS */

/* START OF MAIN CONTENT CSS */

.homewrap {
	margin-top: 35px;
	margin-bottom: 45px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.contentwrap {
	margin-top: 50px;
	margin-bottom: 30px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

@media (max-width: 767px) {

.homewrap {
	padding-left: 0;
	padding-right: 0;
}

}

/* END OF MAIN CONTENT CSS */









img.face {
	display: block;
	text-align: center;
	padding-top: 15px;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}





.contentwrap h2 {
	font-size: 17px;
	/* font-family: 'Lobster', cursive; */
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin-top: 30px;
	padding-bottom: 40px;
	color: #000;
}

























.subhead {
  line-height: 0.2;
  text-align: center;
}
.subhead span {
  display: inline-block;
  position: relative;  
}
.subhead span:before,
.subhead span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  top: 0;
  width: 40px;
}
.subhead span:before {
  right: 100%;
  margin-right: 15px;
}
.subhead span:after {
  left: 100%;
  margin-left: 15px;
}










h3 {
	font-size: 23px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 20px;
}


/* START OF PHOTO GRID CSS */

.photogrid {
	text-align: center;
	margin-top: 0px;
}

.photogrid h5 {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 6px;
	padding-top: 33px;
	color: #000;
}

.photogrid i {
	font-size: 12px;
}

.photogrid p {
	padding-bottom: 14px;
	line-height: 22px;
}



.photogrid  .col-md-4, .photogrid .col-sm-6, .photogrid .col-xs-12 {
	padding-bottom: 34px;
}

@media (max-width: 767px) {

.photogrid .col-xs-12 {
	padding-left: 0;
	padding-right: 0;
}

}

.photogrid img {
	width: 100%;
	height: auto;
	padding-bottom: 0px;
}

.photogrid .lock {
   position: relative;
   width: 100%; /* for IE 6 */
}

.photogrid .lock h6 {
   position: absolute;
   top: 12px;
   left: 12px;
   width: 26px;
   height: 34px;
   background: url(img/lock.png);
}

/* END OF PHOTO GRID CSS */




/* START OF HOME INFO BOX CSS */

.homeinfo {
	border: 0 solid #000;
	padding: 20px;
	margin: 0 0 50px 0;
	background-color: #000;
	color: #FFF;
}


/* END OF HOME INFO BOX CSS */


/* START OF CARDS CSS */

img.cards {
	display: block;
	text-align: center;
	margin: 0 auto;
	max-width: 248px;
	width: 100%;
	height: auto;
}

/* END OF CARDS CSS */

/* START OF BREADCRUMB CSS */

.bread {
	margin-top: 18px;
	font-size: 12px;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}

.bread a {
	color: #000;
}

/* END OF BREADCRUMB CSS */

/* START OF FOOTER CSS */

#foot {
	color: #FFF;
	background: #000;
	padding: 18px 0;
	font-size: 12px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: capitalize;
}

#foot .container {
	padding: 0;
}

/* END OF FOOTER CSS */