/* Theme Name: Alicia Radford Design
Author: Alicia Radford */

/*=============================================
	DEFAULTS
=============================================*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sup, sub, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Livory-Regular, Georgia, Serif !important;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.3;
	color: #172327;
	background: #fff;
}

/*=============================================
	TEXT AND IMAGE STYLES
=============================================*/

h1, h3, h4 { 
	font-family: Livory-Regular !important; 
	font-weight: normal; 
	font-style: normal; 
}

h2 {
	font-family: Fabrikat-Light !important;
	font-weight: normal !important;
	font-style: normal !important;
	text-transform: uppercase;
	letter-spacing: .1em !important;
	margin-bottom: .3em !important;
}

h3 {
	font-size: 1.9em;
}

h4 {
	margin-top: .7em !important;
	margin-bottom: 1em !important;
}

h5 {
	 font-family: 'Open Sans', Helvetica, sans-serif;
	 font-weight: normal;
	 text-transform: uppercase;
	 letter-spacing: .1em;
	 font-size: 16px;
	 margin-bottom: .5em;
}

em {
	font-family: Livory-RegularItalic !important;
	font-weight: normal;
	font-style: normal !important;
}

a, a:visited {
	color: #f26c4f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.sans {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: .7em;
}

.drop-cap {
	color: #4a6a89;
	float: left;
  	font-size: 3.2em;
  	line-height: 60px;
  	padding-top: 10px;
  	padding-right: 5px;
  	margin-right: 10px;
  	background: #f5f5f5;
  	border: 1px solid #f0efee;
}

img { max-width: 100%; }

.gallery > img {
	max-width: none !important;
}

img a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75); /* For IE8 and earlier */
    -webkit-transition: opacity .5s ease;
  	-moz-transition: opacity .5s ease;
  	-o-transition: opacity .5s ease;
  	transition: opacity .5s ease;
}

/*=============================================
	SITE STRUCTURE
=============================================*/

.wrapper {
	width: 100%;
	margin: 0 auto;
	overflow: auto;
}

.content {
	width: 80%;
	margin: 0 auto;
	padding: 40px 0;
}

.clear {
	width: 100%;
	clear: both;
}

.divider {
	width: 100%;
	border-bottom: 1px solid #f0efee;
	margin-top: 20px;
	margin-bottom: 20px;
}

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; }

.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */

.span_2_of_2 { width: 100%; }
.span_1_of_2 { width: 49.2%; }
.span_1_of_2:nth-child(odd) {  
  margin-left: 0;
}

/*  GRID OF THREE  */

.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

#footer {
	background: #250639;
	clear: both;
	color: #826a91;
}

.footer-content {
	width: 80%;
	margin: 0 auto;
	padding: 20px 0;
}

/*=============================================
	NAVIGATION
=============================================*/

.nav-clear {
	width: 100%; 
	height: 56px;
}

.nav-wrapper {
	width: 100%;
	height: 56px;
	background: #fff;
	position: fixed;
	z-index: 9999;
	border-bottom: 1px solid #f0efee;
}

.nav-content {
	width: 80%;
	margin: 0 auto;
	padding: 0;
}

#title {
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 16px;
	display: inline;
	float: left;
	padding-top: 18px;
}

#title a, #title a:visited {
	text-decoration: none;
	color: #172327;
}

#title a:hover {
	color: #e37358;
}

#nav {
	float: right;
}

.nav {
	float: left;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: .7em;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding: 14px;
}

.nav a {
	text-decoration: none;
	color: #151515;
}

.nav a:hover {
	text-decoration: none;
	color: #f26c4f;
}

.design {
	border-top: 3px solid #250639;
	-webkit-transition: border-top 1s;
	-moz-transition: border-top: 1s;
	-o-transition: border-top: 1s;
	transition: border-top 1s;
}

.design:hover {
	border-top: 10px solid #250639;
	-webkit-transition: all .5s ease;
  	-moz-transition: all .5s ease;
  	-o-transition: all .5s ease;
  	transition: all .5s ease;
}

.leadership {
	border-top: 3px solid #416b8c;
	-webkit-transition: border-top 1s;
	-moz-transition: border-top: 1s;
	-o-transition: border-top: 1s;
	transition: border-top 1s;
}

.leadership:hover {
	border-top: 10px solid #416b8c;
	-webkit-transition: all .5s ease;
  	-moz-transition: all .5s ease;
  	-o-transition: all .5s ease;
  	transition: all .5s ease;
}

.hobbies {
	border-top: 3px solid #b8cddd;
	-webkit-transition: border-top 1s;
	-moz-transition: border-top: 1s;
	-o-transition: border-top: 1s;
	transition: border-top 1s;
}

.hobbies:hover {
	border-top: 10px solid #b8cddd;
	-webkit-transition: all .5s ease;
  	-moz-transition: all .5s ease;
  	-o-transition: all .5s ease;
  	transition: all .5s ease;
}

.contact {
	border-top: 3px solid #f26c4f;
	-webkit-transition: border-top 1s;
	-moz-transition: border-top: 1s;
	-o-transition: border-top: 1s;
	transition: border-top 1s;
}

.contact:hover {
	border-top: 10px solid #f26c4f;
	-webkit-transition: all .5s ease;
  	-moz-transition: all .5s ease;
  	-o-transition: all .5s ease;
  	transition: all .5s ease;
}

/*=============================================
	HOMEPAGE
=============================================*/

.headline {
	font-size: 5em;
	line-height: 1.1em;
	letter-spacing: -.03em;
	margin-bottom: 20px;
}

.period {
	color: #e37358;
	padding-left: 0px;
	-webkit-transition: all .5s ease;
  	-moz-transition: all .5s ease;
  	-o-transition: all .5s ease;
  	transition: all .5s ease;
}

.period:hover {
	color: #e37358;
	padding-left: 10px;
	-webkit-transition: all .5s ease;
  	-moz-transition: all .5s ease;
  	-o-transition: all .5s ease;
  	transition: all .5s ease;
}

.emphasis {
	background: #ecf1f6;
}

.emphasis:hover {
	background: #bccddc;
	-webkit-transition: all .5s ease;
  	-moz-transition: all .5s ease;
  	-o-transition: all .5s ease;
  	transition: all .5s ease;
}

.button {
	margin: 0 auto;
	font-family: Fabrikat-Light, Helvetica, sans-serif;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.button a, .button a:visited {
	color: #c3c3c3;
	text-decoration: none;
	padding: 14px 20px;
	border: 1px solid #c3c3c3;
}

.button a:hover {
	color: #767d84;
	border: 1px solid #767d84;
	-webkit-transition: all .5s ease;
  	-moz-transition: all .5s ease;
  	-o-transition: all .5s ease;
  	transition: all .5s ease;
}

.center {
	text-align: center;
	padding: 20px 0 0 0;
}

.hp-approach {
	background: #4a6a89 url('images/bg_quidditch.jpg') no-repeat;
	background-position: right top;
	background-size: cover;
	color: #fff;
	font-size: 22px;
	line-height: 1.45;
}

.hp-approach a {
	color: #fff;
	text-decoration: underline;
}

.hp-approach-content {
	width: 70%; 
	float: left; 
	padding-bottom: 40px;
}

.subtitle {
	font-family: Fabrikat-Light, Helvetica, sans-serif;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-size: 16px;
}

.quote {
	font-family: Livory-RegularItalic, Georgia, serif;
	font-size: 26px;	
	line-height: 1.5;
}

.attribute {
	font-family: Fabrikat-Light, Helvetica, sans-serif;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-size: 14px;
	text-align: right;
}

/*=============================================
	DESIGNS ARCHIVE PAGE
=============================================*/

a.label {
	color: #172327;
}

/*=============================================
	PAGE/POST TEMPLATE
=============================================*/

#header {
	width: 100%;
	background: #250639;
	background-position: center center;
	height: 230px;
	color: #fff;
}

#header h1 {
	padding-top: 26px;
	font-size: 3.7em;
}

.sidebar {
	width: 20%;
	float: right;
	margin: 1.6% 0 1.6% 1.6%;
	background: #f0efee;
	padding: 2%;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: .7em;
}

.sidebar a, .sidebar a:visited {
	color: #555656; 
}

.sidebar a:hover {
	color: #172327;
	text-decoration: none;
}

.web-link {
	margin-top: 0;
	margin-bottom: .8em;
}
.post-content {
	width: 74.4%;
	float: right;
}

#pagination {
	width: 100%;
	border-top: 1px solid #f0efee;
	margin-top: 20px;
	overflow: auto;
}

#pagination p {
	margin: 0;
	font-size: .8em;
	text-transform: uppercase;
	color: #757e85;
}

#pagination a, #pagination a:visited {
	color: #757e85;
}

#pagination a:hover { 
	color: #da5235;
	text-decoration: none;
}

#pagination-left {
	width: 43%;
	float: left;
	padding: 20px;
	text-align: right;
}

#pagination-center {
	width: 75px;
	float: left;
	padding: 14px;
	text-align: center;
	border-left: 1px solid #f0efee;
	border-right: 1px solid #f0efee;	
}

#pagination-right {
	width: 40%;
	float: left;
	padding: 20px;
}

.breadcrumbs {
	width: 100%;
	border-bottom: 1px solid #f0efee;
	overflow: auto;
}

.breadcrumbs-content {
	width: 80%;
	margin: 0 auto;
	padding: 20px 0;
}

.breadcrumbs p {
	margin: 0;
	font-size: .8em;
	text-transform: uppercase;
	color: #757e85;
}

.breadcrumbs a, .breadcrumbs a:visited {
	color: #757e85;
}

.breadcrumbs a:hover { 
	color: #da5235;
	text-decoration: none;
}

/*=============================================
	CONTACT PAGE
=============================================*/

div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
	max-width: 100% !important;
}

.contact-form {
	width: 60% !important;
}

.wpforms-field-label {
	font-family: Livory-Regular, Georgia, serif !important;
	font-weight: normal !important;
}
.wpforms-field-sublabel {
	font-family: 'Open Sans', Helvetica, sans-serif !important;
	font-weight: normal !important;
}

.wpforms-submit {
	background-color: #f26c4f !important;
	border: 0 !important;
	color: #fff !important;
	text-transform: uppercase !important;
	font-family: 'Open Sans', Helvetica, sans-serif !important;
	letter-spacing: .2em !important;
	font-size: .8em !important;
}

.wpforms-confirmation-container-full {
	background: #b8cddd !important;
	border: 0 !important;
}

.wpforms-confirmation-container-full p {
	font-family: 'Open Sans', Helvetica, sans-serif !important;
	font-size: .7em !important;
}

#ftg-22 .tile .icon { color:#ffffff; }#ftg-22 .ftg-items .loading-bar i { background:#666; }#ftg-22 .ftg-items .loading-bar { background:#fff; }#ftg-22 .tile .icon { font-size:12px; }#ftg-22 .tile .icon { margin: -6px 0 0 -6px; }#ftg-22 .tile .caption-block .text-wrapper span.text { font-size:12px; }#ftg-22 .tile .caption-block .text-wrapper span.title { font-size:14px; }#ftg-22 .tile { background-color: transparent; }#ftg-22 .tile .caption-block .text-wrapper span.text { color: #ffffff; }#ftg-22 .tile .caption-block .text-wrapper span.title { color: #ffffff; }#ftg-22 .tile .ftg-social a { color: #ffffff; }#ftg-22 .tile .caption-block { transition-timing-function:linear; }#ftg-22 .tile .caption-block { transition-duration:0.25s; }#ftg-22 .tile .tile-inner:before { background-color: #000000; }#ftg-22 .tile .tile-inner:before { background-color: rgba(0, 0, 0, 0.8); }

/*=============================================
	MEDIA QUERIES
=============================================*/

@media only screen and (max-width: 1000px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
	.span_1_of_2:nth-child(even) { margin-left: 0; }
}

@media only screen and (max-width: 700px) {
	.content { width: 96%; margin: 0 2% 0 2%; }
	.nav-wrapper { height: 100px; }
	.nav-content { width: 100%; }
	.nav-clear { height: 100px; }
	#nav { 
		float: none;
		margin: 0 auto;
		width: 300px;
	}
	#title { 
		display: block;
		margin: 0 auto;
		float: none;
		text-align: center;
		padding-bottom: 13px;
	}
	#header h1 { 
		font-size: 2.5em;
		line-height: 1; 
	}
}

@media only screen and (max-width: 480px) {
	.content { width: 96%; margin: 0 2% 0 2%; }
	.span_2_of_2, .span_1_of_2 { width: 100%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
	.col {  margin: 1%; }
	.hp-approach-content { width: 100%; }
	h3 { font-size: 1.5em; }
	#pagination-left {
		width: 39.5%;
		float: left;
		padding: 5%;
		text-align: right;
		border-right: 1px solid #f0efee;
		font-size: .8em;
	}
	#pagination-center { display: none; }
	#pagination-right {
		width: 39.5%;
		float: left;
		padding: 5%;
		font-size: .8em;
	}
	.contact-form { width: 100% !important; }
}
