/*
Theme Name: Incredible WP Child Theme
Description: Incredible WP Child Theme
Template: incrediblewp
Version: 1.0
*/

@import url("../incrediblewp/style.css");
:root {
  --secondary: #003b5a;
}

/* =Theme customization starts here
------------------------------------------------------- */

/*body {
font-family: 'Open Sans', Arial, sans-serif;
}*/

@media (min-width: 767px) {
.container                                  { width: 100%; max-width: 1200px; } /*whatever you want - can even be fixed if you prefer*/
.container .column,
.container .columns                         { margin-left: 0.78125%; margin-right: 0.78125%;  }
.container .one.column,
.container .one.columns                     { width: 4.6875%; }
.container .two.columns                     { width: 10.9375%; }
.container .three.columns                   { width: 17.1875%; }
.container .four.columns                    { width: 23.4375%; }
.container .five.columns                    { width: 29.6875%; }
.container .six.columns                     { width: 35.9375%; }
.container .seven.columns                   { width: 42.1875%; }
.container .eight.columns                   { width: 48.4375%; }
.container .nine.columns                    { width: 54.6875%; }
.container .ten.columns                     { width: 60.9375%; }
.container .eleven.columns                  { width: 67.1875%; }
.container .twelve.columns                  { width: 73.4375%; }
.container .thirteen.columns                { width: 79.6875%; }
.container .fourteen.columns                { width: 85.9375%; }
.container .fifteen.columns                 { width: 92.1875%; }
.container .sixteen.columns                 { width: 98.4375%; }
.container .one-third.column                { width: 31.7708%; }
.container .two-thirds.column               { width: 65.1041%; }
/* Offsets */
.container .offset-by-one                   { padding-left: 6.25%; }
.container .offset-by-two                   { padding-left: 12.5%; }
.container .offset-by-three                 { padding-left: 18.75%; }
.container .offset-by-four                  { padding-left: 25%; }
.container .offset-by-five                  { padding-left: 31.25%; }
.container .offset-by-six                   { padding-left: 37.5%; }
.container .offset-by-seven                 { padding-left: 43.75%; }
.container .offset-by-eight                 { padding-left: 50%; }
.container .offset-by-nine                  { padding-left: 56.25%; }
.container .offset-by-ten                   { padding-left: 62.5%; }
.container .offset-by-eleven                { padding-left: 68.75%; }
.container .offset-by-twelve                { padding-left: 75%; }
.container .offset-by-thirteen              { padding-left: 81.25%; }
.container .offset-by-fourteen              { padding-left: 87.5%; }
.container .offset-by-fifteen               { padding-left: 93.75%; }
}


.blog .loop {
	width: 48%;
	float: left;
}
.blog .loop h2 a {
	padding-left: 0px !important;	
}
.blog .loop .eleven.columns, 
.blog .loop .three.columns, 
.blog .loop .eight.columns {
	width: 100% !important;
}
.blog .loop .post-date {
	text-align: left;
	border-top: none;
	border-bottom: none;
	padding-top: 0px;
	font-size: 14px;
	position: relative;
	top: -4px;
}
.blog .loop .post-title h2 {
	margin-bottom: 0px;
}
.blog .loop .post-img {
	height: 181px;
	overflow: hidden;
}
.blog .loop:nth-child(odd) {
	margin-right: 2%;
	clear: both;
}
.blog .loop:nth-child(even) {
	margin-left: 2%;
}
body.blog .loop .post-content {
	margin-left: 0px !important;
}
body.blog .loop .post-content p {
	max-height: 70px;
	overflow: hidden;
}
.blog .pagination {
	clear: both;
}



#header {
background-color: var(--secondary);
}
	

#footer h5 {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 25px 0 8px 0;
	margin: 0 0 15px 0;
}

#footer .widget li a {
	color: #ffffff
}

#footer .widget li  {
	border-bottom: 1px solid #ffffff;
	color:#ffffff
}

#copyright {color: #777777; margin: 22px 0;}
#copyright a, #copyright span {color:#777777;}

h1, h2, h3, h4, h5, h6 {
		color: #ca1517;
		font-family: 'Open Sans', Arial, sans-serif;
		font-weight: bold;

	}
	
h1, h2, h3, h4 { color: var(--secondary); }

a, a:visited { color: #ca1517; text-decoration: none; outline: 0; -webkit-transition: color 0.1s ease-in-out; -moz-transition: color 0.1s ease-in-out; -o-transition: color 0.1s ease-in-out; -transition: color 0.1s ease-in-out;}

.testimonials_author {
	color:#ca1517;
	float: right;
	display: block;
	margin-top: -23px;
	margin-bottom: 20px;
}

.testimonials_author span {
color:#a0a0a0;
display: block;
}

/* Main Navigation
==========================*/
.selectnav {display: none; cursor: pointer; width: 100%; padding: 8px; height: 37px; float: left; font-size: 14px;}
#navigation {float: right;}
#navigation ul, #navigation li {list-style:none; padding:0; margin:0; display:inline; }
#navigation ul li{float:left; position:relative;}

#navigation ul li a {
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	color: #ffffff;
	padding: 31px 6px 28px 6px;
	margin: 0 5px;
	text-decoration: none;
	font-weight: 800;
	font-size: 14px;
	border-bottom: 3px solid transparent;
}

#navigation ul li a:hover{
	border-bottom: 3px solid #fff;
}

#navigation ul ul {
	opacity: 0;
	margin: -2px 0 0 5px;
  	filter: alpha(opacity=0);
	position: absolute;
	top:-99999px;
	left: 0;
	background: #fff;
	border: 1px solid #dddddd;
	border-top: 3px solid #555;
	z-index: 999;
}

#navigation ul ul li a:hover {
	border-bottom: 1px solid #ddd;
}

#navigation ul ul li a {
	padding: 8px 0;
	display: block;
	color: #ca1517;
	width: 150px;
	margin: 0 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 13px;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid transparent;
}

#navigation ul ul ul {
	position:absolute;
	top:-99999px;
	left:100%;
	opacity: 0;
	margin: -3px 0 0 0;
	z-index: 999;
}

#navigation ul ul ul li a {
	border-bottom: 1px solid #dddddd !important;
	border-top: 1px solid transparent;
}

#navigation ul ul li:last-child a, #navigation ul ul li:last-child a:hover {border-bottom: 1px solid transparent}
#navigation ul ul ul li:last-child a {border-bottom: 1px solid transparent !important}
#navigation ul li:hover>ul{ opacity: 1; position:absolute; top:99%; left:0;}
#navigation ul ul li:hover>ul{ position:absolute; top:0; left:100%; opacity: 1; z-index:497; background: #fff border: 0; }
#navigation ul li:hover > a {color: #fff; opacity: 0.9; }
#navigation ul ul li:hover > a {border-top: 1px solid transparent; color: #a19e9e;}
#current {font-weight: bold !important; color: #000000 !important; border-bottom: 3px solid #006699 !important;}

/*#navigation > ul > li.current_page_parent > a, */
#navigation  ul > li.current-menu-ancestor > a,
#navigation > div > ul > li.current-menu-item > a,
/* #navigation > ul > li.current-menu-item > a,*/
#current {font-weight: bold !important; color: #fff !important; border-bottom: 3px solid #006699 !important;}

#navigation  ul > li.current-menu-ancestor li.current-menu-ancestor > a {
	border: none !important;
}

h4 { font-size: 16px; line-height: 25px; }

p { margin: 0 0 15px 0; line-height: 23px;}

body #SFctr button, body #SFctr a.SFbtn{color:#ffffff;background:#ca1517}
body #SFctr button:hover, body #SFctr a.SFbtn:hover {color:#ffffff;background-color:#ca1517;text-decoration:none}

body #SFctr nav a.SFsel, body #SFctr nav a.SFsel:hover, body #SFctr nav li.SFsel a, body #SFctr nav li.SFsel a:hover{background-color:#ca1517;color:#ffffff}

body #SFctr a,body #SFctr .SFlnk{color:#ca1517;text-decoration:none}
body #SFctr a:hover,body #SFctr .SFlnk:hover{color:#ca1517;text-decoration:none}

body #SFctr #SFevtlst .SFevtttl {
    clear: none;
    padding: 80px 0 0;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px
}

body #SFctr #SFevtinfimg+#SFevtinfttl.SFevtcol3, #SFctr .SF1 #SFevtinfimg+#SFevtinfttl {
    position: relative;
    left: auto;
    bottom: auto;
    color: #000000;
    background-color: transparent;
    padding: 20px 0 0
}

body #SFctr p {
    padding: 0;
    margin: 0 0 12px;
    font-size: 16px;
}

body #SFctr h4, #SFprn h4 {
    font-size: 16px;
    color: #ca1517;
    font-weight: 200;
    line-height: normal;
    padding: 0;
    margin: 0 0 12px;
    clear: none;
    float: none
}

a.event-link {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}

ul.sf_widget_event_list {
    background-color: #ca1517;
    padding: 10px;
}

.blog-sidebar, .sidebar {margin: 20px 0 0 0;}

.widget {
	margin: 20px 0 0 0;
	line-height: 20px;
}

li.event-item {
	padding-bottom: 15px;
	padding-top: 10px;
}

li.event-item a {
	color: #ffffff;
}

li.event-item a:hover {
	color: #ffffff;
}

.event-when {
	padding-top: 10px;
}

body #SFctr h1, #SFprn h1 {
    font-size: 27px;
    color: #000000;
    font-weight: 200;
    line-height: normal;
    padding: 0;
    margin: 0 0 20px;
    clear: none;
    float: none
}

.button-primary {
border: 1px solid #b23730;
	background-image: linear-gradient(bottom, #C74039 0%, #E35752 100%);
	background-image: -o-linear-gradient(bottom, #C74039 0%, #E35752 100%);
	background-image: -moz-linear-gradient(bottom, #C74039 0%, #E35752 100%);
	background-image: -webkit-linear-gradient(bottom, #C74039 0%, #E35752 100%);
	background-image: -ms-linear-gradient(bottom, #C74039 0%, #E35752 100%);
	background-color: #C74039;
	color:#fff;
	text-shadow: 1px -1px 0px #a43b37;
	filter: dropshadow(color=#a43b37, offx=1, offy=1);
	padding: 7px 14px;
	font-size: 14px;
	display: inline-block;
	font-weight: bold;
	font-family:  Arial, sans-serif;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	margin: 0 5px 5px 0;
	line-height: 17px;
	*float: left;
	-webkit-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, .3);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .3);
}

.button.white {
	border: 1px solid #b23730;
	background-image: linear-gradient(bottom, #ffffff 0%, #e2e2e2 100%);
	background-image: -o-linear-gradient(bottom, #ffffff 0%, #e2e2e2 100%);
	background-image: -moz-linear-gradient(bottom, #ffffff 0%, #e2e2e2 100%);
	background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #e2e2e2 100%);
	background-image: -ms-linear-gradient(bottom, #ffffff 0%, #e2e2e2 100%);
	background-color: #ffffff;
	color:#C74039;
	text-shadow: 1px -1px 0px #d2d2d2;
	filter: dropshadow(color=#d2d2d2, offx=1, offy=1);
}

.button.white:hover {background: #e2e2e2;}

.event-end {
	color: #ffffff
}

.event-start {
	color: #ffffff
}

body #SFctr .SFfnd {
    background: #e5e5e5;
    padding: 20px;
    margin-bottom: 20px;
}

body #SFctr .SFins button {
    display: block;
    float: left;
    font-size: 16px;
    padding: 7px 15px;
    margin: 0;
    border: none;
    border: 1px solid #fff;
    border-radius: 0
}

body #SFctr.SF .SFins input[type=text] {
    display: block;
    float: left;
    color: #888;
    background: #fff;
    font-size: 16px;
    width: 220px;
    border: none;
    padding: 5px 15px;
    margin: 0;
    height: 24px
}

body #SFctr .SFcrd .SFcrdnam {
    color: #C74039;
    padding: 0;
    margin: 0 0 5px;
    font-size: 22px;
    font-weight: 200
}

body #SFctr .SFcrd .SFcrdtxt>.SFcrdnam {
    color: #C74039;
    font-weight: 200;
    margin: 0;
    font-size: 16px
}

body #SFctr .SFcrd:hover {
    border: 1px solid #C74039;
    background-color: #fff;
    color: #555;
    text-decoration: none
}

body #SFctr h3, #SFctr h4, #SFprn h3, #SFprn h4 {
    color: #ca1517;
    line-height: normal;
    padding: 0;
    margin: 0 0 12px;
    clear: none;
    float: none;
}

body #SFctr #SFbizpne .SFbizctc .SFbizinf>div, #SFprn .SFbizctc .SFbizinf>div {
    margin: 10px 0;
}

.event-where {
color: #d3d3d3;
font-weight: bold;
}

#ss_cpt {
display: none;
}

code {
border: none;
}

#ss_pages h2.page_heading {
padding-bottom: 10px;
}

#ss_pages li.page_item {
margin-bottom: 5px;
}

#ss_posts h2.post_heading {
padding-bottom: 10px;
padding-top: 15px;
}

#ss_posts li.post_item {
margin-bottom: 5px;
}

p.wp-caption-text {
font-size: 12px;
margin-top: 10px;
margin-bottom: 5px;
text-align: left;
}

.alignleft {	
	border: none;
	float: left;
	margin: 0 15px 8px 0;
	padding: 3px; }

body #SFctr #SFevtpaydat, #SFctr #SFevtpayreg {
    position: relative;
    background-color: #eeeeee;
    border: 1px solid #ca1517;
    margin: 0 0 20px;
    padding: 40px
}

body #SFctr #SFevtpaytkt {
    position: relative;
    background-color: #eeeeee;
    border: 1px solid #ca1517;
    padding: 0;
    margin: 0 0 20px
}

body #SFctr #SFevtpaydat, #SFctr #SFevtpayreg {
    position: relative;
    background-color: #eeeeee;
    border: 1px solid #ca1517;
    margin: 0 0 20px;
    padding: 40px
}

.committee-name {
    display: block;
    padding: 0 0 10px 0;
    margin: 0px 0 20px 0;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}

.teamspacer {
    display: block;
    padding: 0 0 10px 0;
    margin: 0px 0 40px 0;
}

#SFctr h3, #SFctr h4, #SFprn h3, #SFprn h4 {
    color: #ca1517;
    line-height: normal;
    padding: 0;
    margin: 0 0 12px;
    clear: none;
    float: none;
}

body #SFctr .SFcrd {
    display: block;
    position: relative;
    float: left;
    width: 340px;
    height: 190px;
    padding: 20px;
    margin: 0 20px 20px 0;
    overflow: hidden;
    font-size: 14px;
    background: #FFF;
    color: #777;
    border: 1px solid #ccc;
    boz-sizing: border-box;
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body #SFctr h1, #SFprn h1 {
    font-size: 23px;
    color: #ca1517;
    font-weight: bold;
    line-height: normal;
    padding: 0;
    margin: 30px 0 20px;
    clear: none;
    float: none;
}

body #SFctr .SFcrd .SFcrdlgo {
    padding: 0;
    max-width: 252px;
    max-height: 75px;
}

body #SFctr .SFcrd .SFcrdlgo.SFcrdlgt {
    display: inline-block;
    float: left;
    margin: 0 20px 0 0;
    max-width: 252px;
    height: 75px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
#navigation ul li a {
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	color: #ffffff;
	padding: 25px 0px 28px 0px;
	margin: 0 5px;
	text-decoration: none;
	font-weight: 800;
	font-size: 14px;
	border-bottom: 3px solid transparent;
}
}


	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	textarea,
	select {
		border: 1px solid #d8d8d8;
		padding: 9px;
		outline: none;
		font: 12px Arial, sans-serif;
		color: #888;
		margin: 0;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff;
		-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
        box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		}
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	input[type="tel"]:focus,
	textarea:focus {
		border: 1px solid #c8c8c8;
 		color: #606060; 
		}
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 12px; 
		font-weight: normal;
		margin-bottom: 5px;}
	select {
		 }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }



.latest-post {margin-bottom: 20px; height: 50px;}

.latest-post p,
.latest-post a {
	margin: 0;
	color: #fff;
	line-height: 18px;
}
.blog-sidebar .latest-post span {
	color: #888
}
.blog-sidebar .latest-post a {
	margin: 0;
	color: #606060;
	line-height: 18px;
}
}
.latest-post span {
	color: #707070;
	margin: 3px 0 0 0;
	display: block;
}

.latest-post img {
	float: left;
	margin: 0 10px 10px 0;
	height: 49px; width: 49px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.latest-post img:hover {border-color: #666;}

.headline4 {
	display: block;
	border-bottom: 1px solid #e7e7e7;
	padding: 0 0 10px 0;
	margin: 20px 0 20px 0;
	text-align: center;
}

#SFctr #SFevtlst .SFevt {
  padding: 22px 0 !important;
  float: left;
  width: 49%;
}
#SFctr #SFevtlst .SFevt:nth-child(even) {
	margin-right: 2%;
}

#SFctr {
	position: relative !important;
	margin-left: 0px;
	width: calc(104%) !important;
}
.SFevt > img {
	float: none !important;
	width: 100% !important;	
}
#SFctr #SFevtlst.SFevtlgo .SFevtinf {
  margin: -74px 0 0 0px !important;
  position: relative;
}
body #SFctr #SFevtlst .SFevtttl {
  clear: both;
  padding: 16px 0 0 !important;
  display: block;
}
#SFctr #SFevtlst .SFevtttl {
  padding: 0px 0 0 !important;
}
#SFctr #SFevtlst .SFevt_dp {
  float: left !important;
  width: 55px;
  padding: 0;
  margin: 0 0px 0 10px !important;
  background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	#SFctr #SFevtlst.SFevtlgo .SFevtinf {
	  margin: -20px 0 0 0px !important;
	  position: relative;
	}
	body #SFctr #SFevtlst .SFevtttl {
	  font-size: 18px;
	}
	#SFctr #SFevtlst .SFevtdtl {
	  font-size: 12px;
	}
}
@media only screen and (max-width: 959px) {
	#SFctr #SFevtlst .SFevt {
	  float: none;
	  width: 100%;
	}
	#SFctr #SFevtlst.SFevtlgo .SFevtinf {
	  margin: -20px 0 0 0px !important;
	  position: relative;
	}
	body #SFctr #SFevtlst .SFevtttl {
	  font-size: 18px;
	}
	#SFctr #SFevtlst .SFevtdtl {
	  font-size: 12px;
	}
}


@media only screen and (min-width: 768px) and (max-width: 959px) {
	#menu-footer-main-menu {
		width: 100%;
	}
	#menu-footer-main-menu li {
		float: none;
		width: 100%;
		margin-right: 0%;
	}
}
@media only screen and (max-width: 768px) {
	#menu-footer-main-menu {
		width: 100%;
	}
	#menu-footer-main-menu li {
		float: none;
		width: 100%;
		margin-right: 0%;
	}
}


#footer h4 {
	margin: 0px 0px 4px 0px;
	padding: 26px 0px 6px 0px;
	color: #fff;
}
#footer-nav {
	position: relative;
	left: -8px;
	width: calc(100% + 16px);
}
#footer-socials {
	padding-top: 30px;
}


#footer-socials h5 {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	float: left;
	border: none !important;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
}
#footer-socials .social-block-foot ul {
	display: inline-block;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}
#footer-socials:after {
	display: block;
	content: "";
	clear: both;
}
#footer-socials .social-block-foot ul li {
	display: inline-block;
	margin: 0px 0px 0px 28px;
	padding: 0px 0px 0px 0px;
	font-size: 30px;
	border-bottom: none !important;
}
#footer-socials .social-block-foot ul li a, #footer-socials .social-block-foot ul li a svg {
	color: #fff;
	text-decoration: none;
}
#footer-socials .social-block-foot ul li a:hover {
	opacity: 0.7;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.foot-new-h3 {
		font-size: 24px;
		margin: 0px 0px 40px 0px;
	}
	#footer-socials .social-block-foot ul li {
		margin: 0px 16px 0px 16px;
		font-size: 30px;
	}
}
@media only screen and (max-width: 768px) {
	#footer-socials .social-block-foot ul {
		float: none;
	}
	#footer-socials h5 {
		float: none;
		margin: 0px 0px 24px 0px !important;
	}
	#footer-socials .social-block-foot ul li {
		margin: 0px 20px 0px 0px;
		font-size: 22px;
	}
	#footer-nav li:last-child {
		border-bottom: 1px solid #fff !important;
	}
}
