/* 
	Theme Name: Cathy White
	Theme URL: http://www.exsite.ie
	Description: Website by exSite
	Author: Ciaran Reinhardt
	Version: 1.0
*/

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
   
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

a {
	color: #502d95;
	text-decoration: underline;
}


/* ==========================================================================
   Author: Ciaran Reinhardt - www.exsite.ie 
   ========================================================================== */

body {
	background: #fffef8 url(images/bg_cathywhite.png) repeat;
	color: #502d95;
	font: 18px/1.2 "garamond-premier-pro-display", Garamond, Georgia, Times, serif;
	font-style:normal;
}

.wrapper {
	box-shadow: 0px 0px 7px rgba(245, 245, 245, .75);
	margin: 0 auto;
	width: 1000px;
}

.container{
	padding:0 40px 5px;
	position:relative;
}

	


/* =Header */

.social_bar {
	float: right;
	margin: 10px 35px 10px 0;
}

.social_bar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.social_bar ul li {
	float: left;
	margin: 0 1px;
	width: 26px;
}

.social_bar ul li a {
	background: url(images/social_icons.png) no-repeat;
	display: block;
	padding: 3px 0;
	text-indent: -99999em;
}

	.social_bar ul li a.facebook {
		background-position: -28px 0px;
	}
	
.logo {
	clear: both;
}

	.logo a {
		background: url(images/cathywhite_logo.png) no-repeat top center;
		display: block;
		padding: 40px 0;
		text-indent: -9999em;
	}
	
nav {
	border-bottom: 1px solid #ddd;
	height: 15px;
	margin: 30px auto;
	width: 99%;
}
	
nav ul {
	background: #fffef8;
	display: flex;
	margin: 15px auto;
	padding: 0;
	width: 635px;
}

nav ul li {
	float: left;
	margin: 0 20px;
	text-align: center;
}

	nav ul li a {
		color: #502d95;
		display: block;
		font-size: 21px;
		font-weight: 300;
		outline: 0;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	nav ul li a:hover {
		border-bottom: 1px solid #502d95;
	}
	
.page {
	background: #fffef8;
}

.single_page {
	padding: 5px 20px 30px;
}

ol.wp-paginate {
	border-top: 1px solid gray;
	padding-top: 30px;
}
	.wp-paginate li {
		display:inline; 
		list-style:none;
	}
		.wp-paginate a {
			background:white;
			border:1px solid #ccc; 
			color:#666; 
			margin-right:4px; 
			padding:3px 6px; 
			text-align:center; 
			text-decoration:none;
		}
		
		.wp-paginate a:hover, 
		.wp-paginate a:active {
			background:white; 
			color:#194055;
		}
		
		.wp-paginate .title {
			color:#194055; 
			margin-right:4px;
		}
		
		.wp-paginate .gap {
			color:#999; 
			margin-right:4px;
		}
		
		.wp-paginate .current {
			color:#fff; 
			background:#502d95; 
			border:1px solid #89adcf;
			margin-right:4px; 
			padding:3px 6px;
		}


/*--------------------------------------------
				SLIDER
--------------------------------------------*/

.slider_wrapper {
	margin: 0 auto;
	position: relative;
	width: 960px;
}


#slider {
	height: 658px !important;
	overflow: hidden;
	margin: 10px 0px 20px;
	position: relative;
	width: 960px !important;
}

.caroufredsel_wrapper {
	height: 658px !important;
	width: 960px !important;
}


#slider .slide {
	position: relative;
}

#slider .slider_image img {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 960px;
}

#slider .slider_overlay {
	background: rgba(255, 254, 248, 0.8);
	bottom: 40px;
	font-size: 27px;
	font-weight: 300;
	padding: 10px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 10;
}


	
	#slider .slider_overlay p {
		margin: 5px 0;
	}
	
		/* Direction nav styles (e.g. Next & Prev) */
		div.previous,
		div.next{
			display: block;
			height: 60px;
			text-indent: -9999em;
			top: 45%;
			position: absolute;
			width: 60px;
			z-index: 9;
		}
		
		div.previous {
			background: url(images/arrows.png) no-repeat 0 0;
			cursor: pointer;
			left: 0px;
		}
		div.next {
			background: url(images/arrows.png) no-repeat -79px 0;
			cursor: pointer;
			right: 0px;
		}
		
	

footer{
	clear: both;
	}
	.footer_inner {
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		margin: 5px auto;
		padding: 20px 5px;
		width: 99%;
	}

		.footer_inner .events, .footer_inner .facebook,  .footer_inner .about {
			border-right: 1px solid #ddd;
			float: left;
			padding: 0 3%;
			width: 33%;
		}
		
		.footer_inner .about { 
			border-right: 0px solid;
		}

	.events img {
		float: left;
		margin: 12px 12px 0 0;
	}

	.facebook .facebook_inner {
		background: #fff;
		border: 1px solid #eee;
		padding: 2px;
		width: 270px;
	}

		.facebook .facebook_inner iframe {
			max-height: 163px;
		}
		
	.about h2, .events h2 {
		font-size: 20px;
		font-weight: 200;
		margin: 0 0 10px;
	}



	.copyright_design {
		padding: 5px 0 10px;
	}

		.copyright_design .copyright {
			color: #444;
			float: left;
			margin-left: 20px;
		}
		
		.copyright_design .design {
			color: #444;
			float: right;
			margin-right: 20px;
		}
		
			.copyright_design .design a {
				color: #444;
			}

			
.main_pic{
	border: 4px solid #502d95;
	margin: 40px auto;
	padding: 3px;
}

	.main_pic img{
		border: 1px solid #502d95;
		padding: 10px;
	}			
			
/*  about
-------------------
*/

.main_pic.about_pic{
	width: 513px;
}


/*  events
-------------------
*/
.events_page{
	padding-bottom: 20px;
}

.events-item{
	border-top: 1px solid #ddd;
	padding: 20px 20px 20px;
}

.events-item:first-child{
	border-top:none;
}

	.events_pic{
		display: inline-block;
		float: left;
		padding: 25px 40px 60px 10px;
	}
	
		.events_pic img{
			vertical-align: middle;
		}
	
	.events_text{
		padding-right: 100px;
	}
	
	.events_text h3 {
		margin-bottom: 0px;
	}
	
.single_page h2{
	font-weight: normal;
	text-align: center;
}
	
	.single_page .single_pic{
		text-align: center;
	}
	
.title_surround {
	border-top: 1px solid #ddd;
	clear: both;
	margin: 15px auto;
	padding: 10px 0 0;
	text-align: center;
	width: 99%;
}
	
	.title_surround h1 {
		border-bottom: 1px solid #ddd;
		display: inline-block;
		font-size: 22px;
		font-weight: 300;
		margin: 0;
		padding: 0 150px 5px;
		text-transform: uppercase;
	}

	
/*  collections
-------------------
*/
.collection_page{
	text-align: center;
}
.cur_colect_instruct{
	text-align: center;
	margin-top: 20px;
}

.main_collection_pic{
	width: 530px;
	margin: 20px auto 50px;
}

.collection_page h2{
	font-weight: 300;
	text-align: center;
	margin: 0;
}
.title_surround.archive_title{
	margin: 50px 0 ;
}
	.title_surround.archive_title h2{
			border-bottom: 1px solid #ddd;
			display: inline-block;
			font-size: 22px;
			font-weight: 300;
			margin: 0;
			padding: 0 50px 5px;
	}

.archive_collection_box{
	float: left;
	text-align: center;
	width: 460px;
}
	.archive_collection_box h3{
		font-size: 18px;
		font-weight: 400;
		margin: 20px 0 60px;
	}
	
	.archive_collection_pic{
		margin: 0 auto;
		width: 375px;
	}
	
		.archive_collection_pic img{
			border: 1px solid #502d95;
			height: auto;
			padding: 2px;
			width: 100%;
		}
	

.gallery_main_pic{
	width: 530px;
}

	#gallery-1 .gallery-item .gallery-icon img{	
		border: 1px solid #502d95 ;
		padding:2px
	}
	
		#cboxNext,
		#cboxPrevious{
			top:20%;
		}

		#cboxPrevious {
			background-position: 0 0;
			left: -7px;
			position: absolute;
			padding: 10px;
			border: 6px solid white;
		}
		
		#cboxNext {
			background-position: -25px 0;
			right: -7px !important;
			position: absolute;
			padding: 10px;
			border: 6px solid white;
		}

	
	
/*  contact
-------------------
*/
.read-more{
text-decoration:underline;
}
a.single_link{
text-decoration:underline;
}
.contact_text{
	margin: 40px auto;
	width: 500px;
}

div.wpcf7 {
	text-align: center;
	margin: 30px auto  50px !important;
	padding: 0;
	width: 347px;
}

	input[type=text],
	input[type=email],
	textarea	{
	   border:1px solid #ddd;
	   width: 347px;
	}
	

	

		input[type="submit"] {
			color: #502d95;
			font-size: 17px;
			font-weight: 300;
			padding: 4px 15px 3px;
			margin-left: 17px;
		}
	
	
		.wpcf7-not-valid-tip {
			margin-top: 5px;
			margin-left: 35px;
			font-size: 18px;
		}
	
	
/* ==========================================================================
   Media Queries
   ========================================================================== */

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

}

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

}

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

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    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;
    }
}
