/*
	Theme Name: Clarity Child
	Theme URI: http://www.maebyguerrilla.com
	Author: Mike Smith
	Author URI: http://www.madebyguerrilla.com
	Description: Custom WordPress theme, created by Mike Smith, <strong>Guerrilla</strong>. This is a child theme of the <a href="http://www.madebyguerrilla.com/clarity-wordpress-theme" target="_blank">Clarity WordPress Theme</a>.
	Tags: responsive, one-column, two-columns, three-columns, custom-background, custom-menu, full-width-template, theme-options, threaded-comments
	Template: clarity-theme
	Version: 1.0.0
	Text Domain: clarity-child
*/

/* Main Codes
-----------------------------------------------------------------------*/

body {
	background: #FFF;
	color: #666;
	padding-top: 120px;
}



@font-face {
    font-family: 'Calligraphy';
    src: url('fonts/calligraph421_bt_roman-webfont.eot');
    src: url('fonts/calligraph421_bt_roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/calligraph421_bt_roman-webfont.woff') format('woff'),
         url('fonts/calligraph421_bt_roman-webfont.ttf') format('truetype'),
         url('fonts/calligraph421_bt_roman-webfont.svg#Calligraph421BTRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}

.container {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1120px;
}

.contentwrap .container {
	overflow: hidden;
}

a,
a:visited {
	color: #de5973;
}

a:hover {
	color: #7671b3;
}

a.btn,
a.btn:visited {
	background: #de5973;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.btn:hover {
	background: #7671b3;
}

.comment-author a,
.comment-author a:visited,
.guerrillatext h4 a:hover {
	color: #de5973;
}

input#submit,
.wpcf7-submit,
a.comment-reply-link:hover,
.wp-pagenavi a:hover {
	background: #de5973;
}

.wp-pagenavi a:hover  {
	color: #FFF;
}

.text_input:focus,
input#author:focus,
input#email:focus,
input#url:focus,
textarea#comment:focus,
.wpcf7-text:focus,
.wpcf7-textarea:focus,
.wpcf7-number:focus,
.wpcf7-date:focus,
.wpcf7-select:focus,
.wpcf7-quiz:focus {
    outline: none;
    border: 1px solid #de5973;
    box-shadow: 0 0 0 #FFF;
}

h1, h2, h3, h4 {
	font-family: 'Calligraphy', Calligraphy, Georgia, serif;
	font-weight: 400;
	color: #7671b3;
}

h5, h6 {
	font-weight: 300;
}

/* Header
-----------------------------------------------------------------------*/

.headwrap {
	-moz-box-shadow:    0px 0px 15px 0px #eee;
	-webkit-box-shadow: 0px 0px 15px 0px #eee;
	box-shadow:         0px 0px 15px 0px #eee;
	z-index: 8;
	position: fixed;
	top: 0;
	left: 0;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}

body.home .headwrap {
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;
}

.logowrap img {
    margin: 6px 0 0 0;
}

.headwrap.smaller {
    padding: 0;
}

.headwrap.smaller .logowrap img {
    max-width: 260px;
    padding-top: 6px;
}

.mobilenav {
	display: none;
}

.col8.headwidget .menu a {
text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
}

.col8.headwidget .menu li li a {
	text-transform: inherit;
	letter-spacing: 1px;
}

.headshot {
	position:absolute;
	bottom:0;
	left: 0;
}

a.btn.pull-right {
    margin-bottom: -69px;
    padding: 17px 35px;
    font-size: 17px;
}

/* Home Page
-----------------------------------------------------------------------*/

#homeintro {
	background: #000;
	padding: 120px 0;
	text-align: center;
	overflow: hidden;
}

#homeintro video#bgvid {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background: url(/wp-content/uploads/2020/05/horses.jpg) no-repeat;
    background-size: cover;
    opacity: 0.5;
}

#homeintro a.btn {
	padding: 20px 40px;
	font-size: 18px;
	line-height: 18px;
}

#homeintro h2 {
	color: #FFF;
	font-size: 52px;
	line-height: 60px;
}

#homemain {
	padding: 12px 0;
}

#homemain h3 {
    font-size: 32px;
    line-height: 1;
    padding: 0;
	margin-bottom: 0;
}

#homemain h3 a,
#homemain h3 a:visited {
	color: #7671b3;
}

#homemain h3 a:hover {
	color: #de5973;
}

#homemain h5 {
	color: #de5973;
	margin-top: 6px;
	padding: 0;
}

#homemain h5 a,
#homemain h5 a:visited {
	color: #de5973;
}

#homemain h5 a:hover {
	color: #7671b3;
}

div.domtab{
	padding: 0;
	margin: 12px 0;
	width: 100%;
}
ul.domtabs{
	float: left;
	width: 100%;
	margin: 0;				
}
ul.domtabs li{
	float:left;
	padding:0 .5em 0 0;
}
ul.domtabs li.locations { padding: 10px; color: #b5b5b5; }

ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover {
	padding: 10px;
	display:block;
	text-decoration:none;
	color: #464646;
}
ul.domtabs a:link, 
ul.domtabs a:visited, 
ul.domtabs a:active {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
}
		ul.domtabs a:hover{
			border-left: 1px solid #e5e5e5;
			border-right: 1px solid #e5e5e5;
			border-top: 1px solid #e5e5e5;
			color: #de5973;
		}
		div.domtab div{
			clear:both;
			width:auto;
			padding: 10px;
			border-top: 1px solid #e5e5e5;
		}
		ul.domtabs li.active a:link,
		ul.domtabs li.active a:visited,
		ul.domtabs li.active a:active,
		ul.domtabs li.active a:hover{
			border-left: 1px solid #e5e5e5;
			border-right: 1px solid #e5e5e5;
			border-top: 1px solid #e5e5e5;
			color: #de5973;
		}
		#domtabprintview{
			float:right;
			padding-right:1em;
			text-align:right;
		}
		#domtabprintview a:link,
		#domtabprintview a:visited,
		#domtabprintview a:active,
		#domtabprintview a:hover{
			color:#fff;
		}

div.domtab div a:link,
div.domtab div a:visited,
div.domtab div a:active
{
	color:#fff;
	display:block;
	padding:1em .5em;
	font-weight:bold;
	font-size:1.3em;
}
div.domtab div h2 a,
div.domtab div h2 a:hover,
div.domtab div h2 a:active
{
	color:#cfc;
	display:inline;
	padding:0;
	font-weight:normal;
	font-size:1em;
}

div.domtab div { color: #b5b5b5; font-size: 13px; line-height: 18px; }
div.domtab div a, div.domtab div a:visited { font-weight: bold; text-decoration: none; color: #b5b5b5; }
div.domtab div a:hover { color: #b5b5b5; font-weight: bold; text-decoration: none; }

/* Content - main
-----------------------------------------------------------------------*/

.contentwrap h3.subtitle {
	font-size: 18px;
	line-height: 24px;
}

.col12.center {
	margin-top: 24px;
	margin-bottom: 36px;
}

.col4.center.white {
	background: #FFF;
	border: 1px solid #ddd;
	font-size: 14px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 12px 24px;
}

.col4.center h3 {
	color: #de5973;
}

/* ModernTribe Events Calendar plugin codes */

.ecs-event {
	background: #FFF;
	border: 1px solid #ddd;
	font-size: 14px;
	line-height: 18px;
	margin-top: 24px;
	margin-bottom: 20px;
	padding: 12px 12px;
}

.ecs-event:hover {
	border: 1px solid #aaa;
}

.ecs-event h4.entry-title.summary {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.ecs-event p {
	margin: 0;
	padding: 0 0;
}

/* Blog Posts/Pages Titles */

div.page h1.title a,
div.page h2.title a,
div.page h1.title a:visited,
div.page h2.title a:visited,
div.post h1.title a,
div.post h2.title a,
div.post h1.title a:visited,
div.post h2.title a:visited {
	color: #7671b3;
}

div.page h1.title a:hover,
div.page h2.title a:hover,
div.post h1.title a:hover,
div.post h2.title a:hover {
	color: #de5973;
}

h1.title,
h2.title {
	color: #7671b3;
}

.accordion h3 {
    margin: 24px 0;
    font-family: 'Open Sans', sans-serif;
    color: #666;
}

.accordion h3:before {
	color: #eee;
    content: '\f054';
    font-family: 'FontAwesome';
	padding-right: 10px;
}

.accordion h3:hover {
	color: #666;
	cursor: pointer;
}

.accordion h3.open {
	color: #de5973;
}

.accordion h3.open:before {
	color: #eee;
    content: '\f078';
    font-family: 'FontAwesome';
	padding-right: 10px;
}

/* Sidebar
-----------------------------------------------------------------------*/

.widget h3 {
	font-size: 26px;
	line-height: 26px;
}

.widget ul li a,
.widget ul li a:visited,
.postwidgettitle a,
.postwidgettitle a:visited {
	color: #666;
}

.widget ul li a:hover,
.postwidgettitle a:hover {
	color: #de5973;
}

div#claritysocialiconswidget-2,
div#text-3 {
    text-align: center;
}

.rss_input {
    background: #FFF;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #666;
    float: left;
    margin: 0;
    min-height: 14px;
    padding: 10px 3%;
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.rss_submit {
	background: #de5973;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	text-align: center;
	width: 100%;
	border: 0;
	padding: 10px;
	color: #FFF;
	margin-top: 10px;
}

.rss_submit:hover {
	cursor: pointer;
	background: #7671b3;
}

/* Footer
-----------------------------------------------------------------------*/

.footerwrap {
	background: #7671b3;
	color: #FFF;
}

.footerwrap a,
.footerwrap a:visited {
	color: #FFF;
}

.footerwrap a:hover {
	color: #FFF;
	text-decoration: underline;
}


/* Responsive
-----------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

	body {
		padding-top: 100px;
	}

	.logowrap {
		max-width: 240px;
		z-index: 2;
	}
	
	.col8.headwidget {
		display: none;
	}
	
	.headwrap.smaller .logowrap img {
		max-width: 240px;
	}

	.mobilenav {
		display: inline-block;
		position: absolute;
		right: 10px;
		top: 20px;
		z-index: 1;
		min-width: 240px;
	}
	
	#mobnav-btn {
		background: url(images/mobile-nav.png) no-repeat top center;
		display: inline-block;
		float: right;
		width: 30px;
		height: 30px;
	}
	
	#mobnav-contact {
		background: transparent;
		float: right;
		width: 30px;
		height: 30px;
		display: inline-block;
		margin: 0 10px;
	}

    #mobnav-contact a.btn.pull-right {
        width: 30px;
        height: 30px;
        padding: 5px;
        /* font-weight: 700; */
        font-size: 19px;
    }
	
    .sf-menu {
        width: 100%!important;
        display: none;
    }
    .sf-menu.xactive {
		background: #363636;
        display: block!important;
    }
    .sf-menu li {
        float: none!important;
        display: block!important;
        width: 100%!important;
    }
    .sf-menu li a {
        float: none!important;
    }
    .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;
    }
	
	.xpopdrop ul li a,
	.xpopdrop ul li a:visited {
		color: #FFF;
	}
	
	li.sfHover ul.sub-menu {
		background: #262626;
		border: 0;
		display: block;
		width: 100%;
	}
	
	li.sfHover ul.sub-menu li {
		background: #262626;
	}
	
	
	.headwrap.smaller #mobnav-btn,
	.headwrap.smaller #mobnav-contact {
		margin-top: 0;
	}
	
	.sf-menu.xactive {
		background: #FFF;
		margin-top: 30px;
	}
	
	.headwrap.smaller .sf-menu.xactive {
		margin-top: 0px;
	}
	
	.sf-menu.xactive li a,
	.sf-menu.xactive li a:visited {
		color: #666;
	}
	
	.sf-menu.xactive li a:hover {
		color: #7671b3;
	}
	
	div#homemain {
		text-align: center;
	}

	#homeintro {
        background: #000 url(/wp-content/uploads/2020/05/horses.jpg) no-repeat center center;
	}

	#homeintro video#bgvid {
		display: none;
	}
}

@media screen and (max-width: 480px) {

	#mobnav-btn {
		margin: 0;
	}

	.logowrap {
		max-width: 180px;
	}
	
	.headwrap.smaller {
		padding: 10px 0;
	}
		
	.headwrap.smaller .logowrap img {
		max-width: 180px;
	}
	
	.headshot {
		display: none;
	}
	
div#search-2,
div#categories-3 {
    display: none;
}

}
