/*
Theme Name: ArdantSlate
Theme URI: http://ardant.co.uk
Author: Ardant
Author URI: http://ardant.co.uk/
Description: Ardantslate, built on Tidytheme's Blankslate template.
Version: 2.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: ardantslate
ArdantSlate is distributed under the terms of the GNU GPL
*/
.post-edit-link {
	display:none;	
}

body {
	font-size: 17px;	
	font-family: raleway,arial;
	line-height: 1.5;
	color:#666;
}

#branding {
	margin: 11px auto 0;
}

#branding a {
	color: #666;
}

#branding ul, #branding li {
	margin: 0;
	padding: 0;
	list-style-type:none;
	color:#666;
	font-size:30px;
	text-align:right;
}

#branding ul {
	margin:12px 0 0;
}

span.head-text {
	color:#A12E33;
	text-transform: capitalize;
}

#logo {
	max-width: 100%;
	width: 486px;
}

.rawline {
	font-family:arial;
}

#menu {
	background: #f8f8f8;
	border-top:1px solid #969696;
	border-bottom:1px solid #969696;
}

img {
	max-width: 100%;
	height: auto;
}

.fimholder {
	position:relative;
	border-bottom: 1px solid #666;
}

.mimg {
	display:none;
}

.awning {
	position:absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 35px;
	background: top left;
}

.red-awning {
	background-image:url(img/red-awning.png);
	 -webkit-background-size: auto 35px;
	 -moz-background-size: auto 35px;
	 -o-background-size: auto 35px;
	 background-size: auto 35px;
}

.blue-awning {
	background-image:url(img/blue-awning.png);
	 -webkit-background-size: auto 35px;
	 -moz-background-size: auto 35px;
	 -o-background-size: auto 35px;
	 background-size: auto 35px;
}

h1 {
	color:#A12E33;
	font-weight:500;
}

.xoxo {
	margin:0 0 40px;
	padding:0;
	list-style-type:none;
	color: #A12E33;
	text-align:center;
	font-weight:700;
}

.xoxo li {
	margin-bottom: 1px;
}


.xoxo li span {
	color: #666;
}

h3.widget-title {
	color:#A12E33;
	background:white;
	border:2px solid #b13E33;
	border-left:4px solid #b13E33;
	border-right:4px solid #b13E33;
	font-weight:400;
	text-align:center;
	margin: 34px 24px 32px;
	line-height: 40px;
	font-size:22px;
	position:relative;
}

h3.widget-title::before {
    background: url(img/left-ribbon.png) no-repeat 0px 0px;
    -webkit-background-size: auto 40px;
    -moz-background-size: auto 40px;
    -o-background-size: auto 40px;
    background-size: auto 40px;
    height: 40px;
    width: 51px;
    position: absolute;
    content: " ";
    left: -23px;
    bottom: -16px;
    z-index: -1;
}

h3.widget-title::after {
    background: url(img/right-ribbon.png) no-repeat 0px 0px;
    -webkit-background-size: auto 40px;
    -moz-background-size: auto 40px;
    -o-background-size: auto 40px;
    background-size: auto 40px;
    height: 40px;
    width: 51px;
    position: absolute;
    content: " ";
    right: -40px;
    bottom: -16px;
    z-index: -1;
}

.piggy {
	display:block;
	margin: -20px auto 20px;
}

#socks {
	background:#2E719E top left	url(img/red-awning.png) repeat-x;
	-webkit-background-size: auto 35px;
    -moz-background-size: auto 35px;
    -o-background-size: auto 35px;
    background-size: auto 35px;
	padding-top: 50px;
	color: white;
}

input[disabled] {
	opacity: 0.3;	
	background: white;
	color: black;
}

#sockstk label {
	color: white;
	text-align:right;
	width: 200px;
	float: left;	
	margin-bottom: 10px;
	clear: both;
	margin-right: 10px;
}

#sockstk input {
	padding: 0 5px;
	margin-bottom: 5px;
	max-width: 100%;
	width: 380px;
}

#sockstk input.wpcf7-submit {
	color: black;
	border:none;
	background: white;
	font-size: 15px;
	padding: 5px 10px;
	width: auto;
}

#sockstk textarea {
	max-width: 100%;
	width: 380px;
}

#socks h1 {
	color: white;	
}

#socks input, #socks textarea,
.ui-datepicker-month,
.ui-datepicker-year{
	color: black;
}

#socks div.wpcf7 .ajax-loader {
	background-image:url(img/spinner.gif);
	width: 32px;
    height: 36px;
}

.wpcf7-recaptcha {
	xxmargin-left: 210px;
}

span.wpcf7-not-valid-tip {
    color: #ff708e;
}

#socks a {
	color: #F8F8F8
}

img.footer-img {
	margin: 100px auto 30px;;
    width: 100%;
    height: auto;
    border: 4px solid white;
}

#footer {
	background: #F8F8F8;
	min-height: 30px;
}

.team-box {
	background: url(img/team-bg.jpg) no-repeat center center fixed;
	 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
	position:relative;
}

#the-team {
	margin: 40px auto;
}

#the-team h1 {
	color: #A12E33;
    background: white;
    border: 2px solid #b13E33;
    border-left: 4px solid #b13E33;
    border-right: 4px solid #b13E33;
    font-weight: 400;
    text-align: center;
    margin: 24px auto 32px;
    line-height: 40px;
    font-size: 22px;
    position: relative;
	width: 240px;
    padding: 5px 20px;
}

#the-team h1::before {
    background: url(img/left-ribbon.png) no-repeat 0px 0px;
    -webkit-background-size: auto 40px;
    -moz-background-size: auto 40px;
    -o-background-size: auto 40px;
    background-size: auto 40px;
    height: 40px;
    width: 51px;
    position: absolute;
    content: " ";
    left: -23px;
    bottom: -16px;
}

#the-team h1::after {
    background: url(img/right-ribbon.png) no-repeat 0px 0px;
    -webkit-background-size: auto 40px;
    -moz-background-size: auto 40px;
    -o-background-size: auto 40px;
    background-size: auto 40px;
    height: 40px;
    width: 51px;
    position: absolute;
    content: " ";
    right: -40px;
    bottom: -16px;
}

#the-team img {
	padding: 10px;
	background:white;
}

#the-team h3 {
	color: #A12E33;
    background: white;
    border: 2px solid #b13E33;
    border-left: 4px solid #b13E33;
    border-right: 4px solid #b13E33;
    font-weight: 400;
    text-align: center;
    margin: 12px auto 48px;
    line-height: 30px;
    font-size: 18px;
    position: relative;
	width: 240px;
    padding: 5px 20px;
	cursor:pointer;
}

#the-team h3::before {
    background: url(img/left-ribbon.png) no-repeat 0px 0px;
    -webkit-background-size: auto 40px;
    -moz-background-size: auto 40px;
    -o-background-size: auto 40px;
    background-size: auto 40px;
    height: 40px;
    width: 51px;
    position: absolute;
    content: " ";
    left: -23px;
    bottom: -16px;
}

#the-team h3::after {
    background: url(img/right-ribbon.png) no-repeat 0px 0px;
    -webkit-background-size: auto 40px;
    -moz-background-size: auto 40px;
    -o-background-size: auto 40px;
    background-size: auto 40px;
    height: 40px;
    width: 51px;
    position: absolute;
    content: " ";
    right: -40px;
    bottom: -16px;
}

#the-team h3.h3-blue {
    border: 2px solid #2E719E;
    border-left: 4px solid #2E719E;
    border-right: 4px solid #2E719E;
	color: #2E719E;
}

#the-team h3.h3-blue::after {
	background-image:url(img/right-blue-ribbon.png);
}

#the-team h3.h3-blue::before {
	background-image:url(img/left-blue-ribbon.png);
}

#the-team img {
	cursor:pointer;
}

#the-team img.attachment-post-thumbnail {
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

.blurb {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 20px 40px 40px;
    display: none;
    background: rgb(40,40,40);
    background: rgba(40,40,40,0.9);
    overflow: hidden;
}

.blurb span {
	font-weight: normal;
    position: absolute;
    right: 20px;
    top: 21px;
    font-size: 1.5em;
    cursor: pointer;
}

.blurb-content {
	border: 2px solid #A12E33;
	background: white;
	max-width: 640px;
	margin-top: 30px;
}

#the-team .blurb img {
	padding: 0;
	margin: 0 auto 20px;
	display:block;
}

.blue-blurb {
	border-color: #2E719E;
}

.blurb h2 {
	color:#A12E33;
}

.blurb h2.h2-blue {
	color:#2E719E;
}

#copyright {
	text-align: center;
}
#copyright p {
	font-size:12px;
	margin: 0;
	padding: 10px 0;
}

.alignleft {
	float: left;
	margin:0 30px 20px 0;
	border:1px solid #969696;
	padding: 5px;
}

.alignright {
	float:right;
	margin: 0 0 20px 30px;
	border:1px solid #969696;
	padding: 5px;
}

.aligncenter {
	display:block;
	margin: 30px auto 20px;
	border:1px solid #969696;
	padding: 5px;
}

.alignnone {
	max-width: 100%;
	border:1px solid #969696;
	padding: 5px;
}

.tryptic {
	margin-bottom: 20px;
}

.tryptic img {
	border:1px solid #969696;
}

.sideimg img {
	margin-top: 60px;
}

.xgallery-title {
	padding-top: 40px;
}

.gallery-content {
	padding-bottom: 40px;
}

.cq-pinterest-filters li.active {
	background: #2E719E !important;
}

.cq-pinterest-filters li:hover {
	background: #A12E33 !important;
}

.cq-pinterest-filters {
	margin-bottom: 22px !important;
}

.special-times {
    background: #2E719E;
    color: white;
    padding: 20px 20px;
    text-align: center;
    margin-top: -70px;
    z-index: 1000;
    position: relative;
}

@media screen and (max-width:1199px) {
	
	.special-times {
		margin-top: -70px;
	}
	
	#branding li {
		font-size: 26px;
	}
	
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
	    margin: 0 15px 0 0;
	}
	
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
		font-size:14px;
	}
}

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

	body {
		font-size: 15px;
	}
	
	
	#branding ul {
    	margin: 8px 0 0;
	}
	
	#branding li {
		font-size:20px;
	}
	
	#menu .container {
		width: 100%;
	}
	
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
		padding: 0;
	}
	
	.xoxo li {
		font-size: 13px;
	}
	
}

@media screen and (max-width:820px) {
	
	
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
		margin: 0 16px 0 0;
	}
	
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
		font-size:14px;
	}
}

@media screen and (max-width:767px) {
		
	.xoxo li {
		font-size: 17px;
	}
	
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
		font-size:17px;
	}
	
	#sidebar {
		display:none;
	}
	
	.entry-content {
		margin-bottom: 40px;
	}
	
	#logo {
		display:block;
		margin:auto;
	}
	
	#branding ul  {
		margin: 0 0 10px;
	}
	
	#branding li {
		text-align:center;
		font-size: 16px;
	}
	
	#menu .container {
		padding: 0;
	}
	
	#menu {
		margin-bottom: -1px;
	}
	
	.awning {
		height: 17px;
		top: -10px;
	}

	.red-awning, .blue-awning {
		-webkit-background-size: auto 17px;
		-moz-background-size: auto 17px;
		-o-background-size: auto 17px;
		background-size: auto 17px;
	}
	
	.fimholder {
		margin-top: 10px;
	}

	#socks {
		background:#2E719E top left	url(img/red-awning.png) repeat-x;
		-webkit-background-size: auto 17px;
		-moz-background-size: auto 17px;
		-o-background-size: auto 17px;
		background-size: auto 17px;
	}
	
	.tryptic img {
		margin-bottom: 20px;
	}
	
	.alignleft {
		width: 33%;
		margin: 0 10px 0px 0;
	}
	
	img.footer-img {
		margin: 30px 0;
	}
	
	.blurb {
		padding: 20px;
	}
	
	.blurb-content {
		margin-top: 0;
	}
	
	.blurb h2 {
		font-size: 20px;
	}
	
	.page-id-66 .pinterest-container img {
		width: 100% !important;
	}
	
	.page-id-66 .pinterest-container li {
		float: left;
		position: relative !important;
		width: 48% !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		margin-right: 2% !important;
		margin-bottom: 10px !important;
	}
	
	.sideimg img {
		display:none;
	}
	
	.cq-pinterest-filters li {
		margin-bottom: 5px !important;
	}
	
	.gallery-title {
		padding-top: 0;
	}
	
	.entry-title {
		text-align:center;
	}

	#mega-toggle-block-1 {
		padding-left: 5px
	}
	
	#mega-toggle-block-1 a {
		letter-spacing: 1px;
	}
	
	#mega-toggle-block-1, #mega-toggle-block-1 a {
		color: white;
	}
	
	.nomobile, .attachment-post-thumbnail {
		display:none;
	}
	
	.mimg {
		display:block;
	}
	
}

.cff-header {
	display: none !important;
}

.gform_wrapper select option {
	color: black;
}

.gfield_select {
	color: black;
}