/*

Theme Name: Enfold Child
Theme URI: http://isicolowp1/wordpress
Description: Child theme for the Enfold Theme
Author: Rob Galpin
Author URI: http://www.infostructures.com
Template: enfold
Version: 0.1.0
*/



/* THE OLD WAY - now this is done in functions.php
@import url("../enfold/style.css");
*/

/* BLOG SINGLE POST full width */
#top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper { max-width: 100%; }

@media only screen and (min-width: 769px) {
	.content .entry-content-wrapper .entry-content-wrapper {
		padding-right: 0;
		padding-left: 130px;
	}
	.big-preview {
		padding: 0 50px 10px 1px;
	}
}

/* BOLD text formatting must be consistent in all situations */
strong {color:#454545 !important;}
b {color:#454545 !important;}


.blog-meta {
	display:none !important;
}




/* begin: CONTROL LAYERSLIDER FORMATTING ON THE HOMEPAGE ***********************************************************/



@media only screen and (min-width: 768px) {

	div#layer_slider_2 {
		display: none !important;
	}

	div#layer_slider_1 {
		display: block !important;
	}
}

@media only screen and (max-width: 767px) {
	div#layer_slider_1 {
		display: none !important;
	}

	div#layer_slider_2 {
		display: block !important;
	}
}

/* end: CONTROL LAYERSLIDER FORMATTING ON THE HOMEPAGE ****************************************************************/

/* control the padding at the bottom of the page headings on mobile devices */
@media only screen and (max-width: 989px) {
	h1 {margin-bottom:24px !important;}
}


.flex_cell { padding:0px; }
strong.logo {padding-top:10px;}

.managed-it-services-padding {padding-top:10px; font-style:italic; background:#0159B1;}

.awesome-textshadow {
	text-shadow: 3px 3px 3px #000000;
}

.icon-box-managed-services{height:350px;}

.special-heading {margin-bottom: 30px; padding-top: 0px;}

.cons-supp-func-area-heading{font-size: 1.143em; text-align:center; background-color:#eee;}

/*
.iconbox_icon,	.iconlist_icon   {
	background-color:#008bac !important; 
	border-color:#cccccc !important; 

}


.iconbox_icon custom-iconbox {
	background-color:#008bac !important; 
	border-color:#cccccc !important; 
}
*/

/* RSS FEED PAGE */
#rss-2 ul li a {font-size: 1.500em; margin-top:20px; color:#0159b1; line-height:1.3em; }
#rss-2 .rss-date{font-size: 0.929em;line-height:0px;margin-bottom:20px; font-weight:bold; font-style:italic; color:#909090;}
#rss-2 .rssSummary{font-size: 1.143em; font-style:normal; font-family:arial; padding-top:10px;}
#rss-2 ul {list-style: none; margin-left: 0px;}
#rss-2 h3 { color:#454545; }

/* RSS FEED SIDEBAR */
#rss-3 ul li a { font-weight:bold; color:#000000;}






.skip-link {
    position: absolute;
    top:-100px;
 
    /* Styled to match the default WordPress screen reader text */
    background-color: #f1f1f1;
    -webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);
    box-shadow:0 0 2px 2px rgba(0,0,0,.6);
    color: #21759b;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 1.000em;
    font-weight: 700;
    height: auto;
    left:306px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
 
    -webkit-transition: top .75s ease-out;
    transition: top .75s ease-out;
}
 
.skip-link:focus {
    color: #21759b;
    top: 7px;
 
    -webkit-transition: top .2s ease-in;
    transition: top .2s ease-in;
}

#footer .flex_column.av_one_third:nth-child(1) {
    width: 530px;
}


#footer .flex_column.av_one_third:nth-child(2) {
    max-width: 220px;
}

#footer .flex_column.av_one_third:nth-child(3) {
    max-width: 220px;
}

/* this keeps the layer slider from cropping the top of the background image when responsive behaviors kick in */
.ls-bg, .ls-preloaded {margin-top: 0px !important; margin-left: 0px !important; }

/*  begin: ACCESSIBILITY ********************************************************************/

#skiptomain {display:none;}

#advanced_menu_toggle{
	display: none !important;
}

.mega-menu-link:hover { text-decoration: underline !important; }

#menu-item-search {display:inline;}

#mega-toggle-block-1 { padding-left:10px !important; }
.mega-menu-toggle { margin-top: 8px !important;}

.ls-fullwidth .ls-nav-prev,
.ls-fullwidth .ls-nav-next {
	position: relative !important;
}

#advanced_menu_toggle {
	display:none !important;
}
#advanced_menu_hide {
	display:none !important;
}

a {
	text-decoration:underline;
}

/* begin: MENU */
/**/


#avia-menu a {
    color: black !important;  /* This will affect the color in all menus */
}

#avia2-menu > li > a{
    color: #333333 !important;  /* This will affect the secondary menu */
}

.sub_menu a:hover{
    color: #333333 !important;  /* This will affect the secondary menu */
    text-decoration: underline !important;
}

.main_menu .current-menu-item {
	background-color: #fbfbfb;
}

/*  end: MENU */

#footer h3, h5 {color:#bbbbbb !important;}

a a:hover, a:focus, a:visited { 

}

a:focus {
	outline-style: solid;
    	outline-color: #0099cc;
    	outline-width: 2px;
}

.av-form-labels-visible .modified_width:before{
	content: none !important;
}

.av-form-labels-visible .modified_width:before{
	display:block;
	content: "";
	visibility: hidden;
}

#mega-menu-wrap-avia .mega-menu-toggle .mega-toggle-block-1:after {
  	content: '';
}
#mega-menu-wrap-avia .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:after {
  	content: '';
}

/* begin: placeholder style for placeholder in footer */

::-webkit-input-placeholder { /* Chrome */
  color: #AAAAAA;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #AAAAAA;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #AAAAAA;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #AAAAAA;
  opacity: 1;
}
/* end: placeholder style for placeholder in footer */

.ui-resizable-handle {
	font-size: 0.1em;
}


/*  end: ACCESSIBILITY ***********************************************************************/

// keep text and links from breaking out of divs
.avia_textblock {
	overflow-wrap: break-word;
}

si-section {
    margin: 0;
}
.si-one {
    float: left;
    width: 25%;
    overflow:hidden;
}
.si-two {
    float: left;
    width: 75%;
    overflow:hidden;
}


.ui-datepicker th {
  text-transform: uppercase;
  font-size: 0.571em;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0);
}

/*breaking point logic for the common  1/4 element in ipads. makes sure that it converts to a 1/2 element in most cases*/
@media only screen and (min-width: 768px) and (max-width: 989px) {
  .responsive .av_one_fourth.first.el_before_av_one_fourth.flex_column_div,
  .responsive .av_one_fourth.first + .av_one_fourth.flex_column_div,
  .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth.flex_column_div,
  .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth.flex_column_div,
  .responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth.flex_column_div,
  .responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth + .av_one_fourth.flex_column_div,
  .responsive .avia-content-slider-inner .av_one_fourth.flex_column_div {
    margin-left: 4%;
     width: 48%; 
	border: 1px solid #fff;
  }
  
  .responsive .av_one_fourth.first.el_before_av_one_fourth.flex_column_div,
  .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth.flex_column_div,
  .responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth.flex_column_div,
  .responsive .av_one_fourth.first + .av_one_fourth + .av_one_half.flex_column_div,
  .responsive .avia-content-slider-inner .av_one_fourth.first.flex_column_div {
    margin-left: 0%;
    clear: both;
  }
  .responsive .av_one_half.first.el_before_av_one_fourth.flex_column_div,
  .responsive .av_one_fourth.first + .av_one_fourth + .av_one_half.flex_column_div {
    width: 100%;
  }
  .responsive .av_one_half.first + .av_one_fourth.flex_column_div,
  .responsive .av_one_half.first + .av_one_fourth + .av_one_fourth.flex_column_div,
  .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth.flex_column_div,
  .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth.flex_column_div,
  .responsive .av_one_fourth.first + .av_one_fourth + .av_one_half.flex_column_div {
    margin-top: 30px;
  }
	
	/* this block forces the second set on one fourth size divs to rezize to one half as the first two do out of the box */
	div.av_one_fourth {
		width: 48%; 
		margin-left: 4%;
		margin-top: 30px;
	}

}

li#menu-item-272 .avia_mega_div.avia_mega2.six.units {
	left: -450px !important;
}

.homepage-donate {
	font-size:1.200em;
	color:#fff;
}

.homepage-button {
	font-size:1.13em;
}



/* Tested but not used ******************************
.ajax_search_response { display: none !important;}
*****************************************************/

.avia_iconbox_title { 
    font-weight:bold !important; 
    font-size: 1.2em !important; 
    color: #FFFFFF !important; 
}


#top .avia-button-fullwidth .av-button-description {
    font-weight:bold !important; 
    color: #FFFFFF !important; 
    opacity: 1 !important; 
}

.content .entry-content-wrapper {
	/* padding-left: 50px !important; */
	padding-left: 50px;
}

.avia-testimonial-content {
	font-size:.98em !important; 
	line-height: 1.4em !important;
}

/*
.sym { cursor:pointer; }
ul.collapsing.archives.expand ul {margin-left:20px;} 
*/

.webtool-hide-field {
	display:none !important;
}

