/*
 Theme Name:   Vantage Child
 Theme URI:    
 Description:  Vantage Child Theme
 Author:       Felice Macera
 Author URI:   http://xpozd.com
 Template:     vantage
 Version:      1.2.3
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         Black, Custom Background, Custom Menu, Featured Images, Fluid Layout, Full Width Template, Light
 Text Domain:  vantage-child
*/


/* remove Vantage attribution */
#theme-attribution {
	display:none;
}

/* footer copyrite text */
#site-info {
	margin-top:0 !important;
}

/* footer copyrite area */
#colophon {
  padding:20px 0 0 0 !important;
}

/* align logo to center site title
#masthead .hgroup .logo img {
	vertical-align: middle;
}
 */
/*
a:link, a:visited {
	text-decoration:none;
	color: #009;
}
.gce-list-event {
	background-color:#fcfcfc;
	padding:0;
	max-height:3em;
	overflow:hidden;
}
.collapseomatic {
	color: #666;
}
.tealLINK a:link, .tealLINK a:visited {
	color: #0FF;
}
.tealLINK a:hover {
	color: #6FF;
}

h3, h4 {
	clear:left;
}
 .clearBOTH {
	clear:both;
}*/

.boxBORDER {
	padding:2px;
	border:#000 1px solid;
	text-align:left;
}



/* create padding similar to a UL */
.p-UL-padding {
	padding:2px;
	margin:0px 2px 0px 15px;
}

.imgBORDER {
	padding:2px;
	border:#000 1px solid;
	text-align:center;
}
.clearBOTH {
	clear:both;
}

.colorRED {
	color:#900;
}


/* increases the size for the word "navigation" on mobile browsers */
.mobilenav-main-link {
	font-size:16px !important;
}
/* increases the size of the navigation icon on mobile browsers */
.mobile-nav-icon:before {
	font-size:16px !important;
}

/* removes breadcrumbs on bottom of category views */
.entry-categories {
	display:none;
}

/* removes link underline decoration on captions */
.wp-caption-text a {
	text-decoration:none;
}

/* classes for Contact Form 7  */

.field-30px-wide {
	width:30px;
}


/*  table with 2px cell spacing and 5px padding */
.tableSPACE { 
    border-spacing: 2px !important;
    border-collapse: separate !important;
}
.tableSPACE td {
	padding:5px !important;
}

.tableCOLOR tr:nth-child(even) {background: #CED8FF !important}
.tableCOLOR tr:nth-child(odd) {background: #FFF !important}



/* BUTTONS */
.btn{ display:inline-block; padding:7px 12px;font-size:14px;line-height:1.33;border-radius:3px; text-decoration:none;}
.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}
.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}
.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}

.btnGRAY { 
  color: #ffffff !important; 
  background-color: #A8A8A8; 
  border-color: #616161; 
} 
 
.btnGRAY:hover, 
.btnGRAY:focus, 
.btnGRAY:active, 
.btnGRAY.active, 
.open .dropdown-toggle.btnGRAY { 
  color: #ffffff !important; 
  background-color: #595959; 
  border-color: #616161; 
} 
 
.btnGRAY:active, 
.btnGRAY.active, 
.open .dropdown-toggle.btnGRAY { 
  background-image: none; 
} 
 
.btnGRAY.disabled, 
.btnGRAY[disabled], 
fieldset[disabled] .btnGRAY, 
.btnGRAY.disabled:hover, 
.btnGRAY[disabled]:hover, 
fieldset[disabled] .btnGRAY:hover, 
.btnGRAY.disabled:focus, 
.btnGRAY[disabled]:focus, 
fieldset[disabled] .btnGRAY:focus, 
.btnGRAY.disabled:active, 
.btnGRAY[disabled]:active, 
fieldset[disabled] .btnGRAY:active, 
.btnGRAY.disabled.active, 
.btnGRAY[disabled].active, 
fieldset[disabled] .btnGRAY.active { 
  background-color: #A8A8A8; 
  border-color: #616161; 
} 
 
.btnGRAY .badge { 
  color: #A8A8A8; 
  background-color: #ffffff; 
}

.btnBLUE { 
  color: #FFFFFF !important; 
  background-color: #006BD6; 
  border-color: #001DAB; 
} 
 
.btnBLUE:hover, 
.btnBLUE:focus, 
.btnBLUE:active, 
.btnBLUE.active, 
.open .dropdown-toggle.btnBLUE { 
  color: #FFFFFF !important; 
  background-color: #3341B8; 
  border-color: #001DAB; 
} 
 
.btnBLUE:active, 
.btnBLUE.active, 
.open .dropdown-toggle.btnBLUE { 
  background-image: none; 
} 
 
.btnBLUE.disabled, 
.btnBLUE[disabled], 
fieldset[disabled] .btnBLUE, 
.btnBLUE.disabled:hover, 
.btnBLUE[disabled]:hover, 
fieldset[disabled] .btnBLUE:hover, 
.btnBLUE.disabled:focus, 
.btnBLUE[disabled]:focus, 
fieldset[disabled] .btnBLUE:focus, 
.btnBLUE.disabled:active, 
.btnBLUE[disabled]:active, 
fieldset[disabled] .btnBLUE:active, 
.btnBLUE.disabled.active, 
.btnBLUE[disabled].active, 
fieldset[disabled] .btnBLUE.active { 
  background-color: #006BD6; 
  border-color: #001DAB; 
} 
 
.btnBLUE .badge { 
  color: #006BD6; 
  background-color: #FFFFFF; 
}

.btnRED { 
  color: #FFFFFF !important; 
  background-color: #CF1F1F; 
  border-color: #AB0000; 
} 
 
.btnRED:hover, 
.btnRED:focus, 
.btnRED:active, 
.btnRED.active, 
.open .dropdown-toggle.btnRED { 
  color: #FFFFFF !important; 
  background-color: #B83333; 
  border-color: #AB0000; 
} 
 
.btnRED:active, 
.btnRED.active, 
.open .dropdown-toggle.btnRED { 
  background-image: none; 
} 
 
.btnRED.disabled, 
.btnRED[disabled], 
fieldset[disabled] .btnRED, 
.btnRED.disabled:hover, 
.btnRED[disabled]:hover, 
fieldset[disabled] .btnRED:hover, 
.btnRED.disabled:focus, 
.btnRED[disabled]:focus, 
fieldset[disabled] .btnRED:focus, 
.btnRED.disabled:active, 
.btnRED[disabled]:active, 
fieldset[disabled] .btnRED:active, 
.btnRED.disabled.active, 
.btnRED[disabled].active, 
fieldset[disabled] .btnRED.active { 
  background-color: #CF1F1F; 
  border-color: #AB0000; 
} 
 
.btnRED .badge { 
  color: #CF1F1F; 
  background-color: #FFFFFF; 
}
.btnORANGE { 
  color: #FFFFFF !important; 
  background-color: #FF8F05; 
  border-color: #CF4F00; 
} 
 
.btnORANGE:hover, 
.btnORANGE:focus, 
.btnORANGE:active, 
.btnORANGE.active, 
.open .dropdown-toggle.btnORANGE { 
  color: #FFFFFF !important; 
  background-color: #D65708; 
  border-color: #CF4F00; 
} 
 
.btnORANGE:active, 
.btnORANGE.active, 
.open .dropdown-toggle.btnORANGE { 
  background-image: none; 
} 
 
.btnORANGE.disabled, 
.btnORANGE[disabled], 
fieldset[disabled] .btnORANGE, 
.btnORANGE.disabled:hover, 
.btnORANGE[disabled]:hover, 
fieldset[disabled] .btnORANGE:hover, 
.btnORANGE.disabled:focus, 
.btnORANGE[disabled]:focus, 
fieldset[disabled] .btnORANGE:focus, 
.btnORANGE.disabled:active, 
.btnORANGE[disabled]:active, 
fieldset[disabled] .btnORANGE:active, 
.btnORANGE.disabled.active, 
.btnORANGE[disabled].active, 
fieldset[disabled] .btnORANGE.active { 
  background-color: #FF8F05; 
  border-color: #CF4F00; 
} 
 
.btnORANGE .badge { 
  color: #FF8F05; 
  background-color: #FFFFFF; 
}

.btnLTBLUE { 
  color: #FFFFFF !important; 
  background-color: #36B1D6; 
  border-color: #099499; 
} 
 
.btnLTBLUE:hover, 
.btnLTBLUE:focus, 
.btnLTBLUE:active, 
.btnLTBLUE.active, 
.open .dropdown-toggle.btnLTBLUE { 
  color: #FFFFFF !important; 
  background-color: #19A5C4; 
  border-color: #099499; 
} 
 
.btnLTBLUE:active, 
.btnLTBLUE.active, 
.open .dropdown-toggle.btnLTBLUE { 
  background-image: none; 
} 
 
.btnLTBLUE.disabled, 
.btnLTBLUE[disabled], 
fieldset[disabled] .btnLTBLUE, 
.btnLTBLUE.disabled:hover, 
.btnLTBLUE[disabled]:hover, 
fieldset[disabled] .btnLTBLUE:hover, 
.btnLTBLUE.disabled:focus, 
.btnLTBLUE[disabled]:focus, 
fieldset[disabled] .btnLTBLUE:focus, 
.btnLTBLUE.disabled:active, 
.btnLTBLUE[disabled]:active, 
fieldset[disabled] .btnLTBLUE:active, 
.btnLTBLUE.disabled.active, 
.btnLTBLUE[disabled].active, 
fieldset[disabled] .btnLTBLUE.active { 
  background-color: #36B1D6; 
  border-color: #099499; 
} 
 
.btnLTBLUE .badge { 
  color: #36B1D6; 
  background-color: #FFFFFF; 
}
.btnGREEN { 
  color: #FFFFFF !important; 
  background-color: #4EBF4C; 
  border-color: #078546; 
} 
 
.btnGREEN:hover, 
.btnGREEN:focus, 
.btnGREEN:active, 
.btnGREEN.active, 
.open .dropdown-toggle.btnGREEN { 
  color: #FFFFFF !important; 
  background-color: #00AD20; 
  border-color: #078546; 
} 
 
.btnGREEN:active, 
.btnGREEN.active, 
.open .dropdown-toggle.btnGREEN { 
  background-image: none; 
} 
 
.btnGREEN.disabled, 
.btnGREEN[disabled], 
fieldset[disabled] .btnGREEN, 
.btnGREEN.disabled:hover, 
.btnGREEN[disabled]:hover, 
fieldset[disabled] .btnGREEN:hover, 
.btnGREEN.disabled:focus, 
.btnGREEN[disabled]:focus, 
fieldset[disabled] .btnGREEN:focus, 
.btnGREEN.disabled:active, 
.btnGREEN[disabled]:active, 
fieldset[disabled] .btnGREEN:active, 
.btnGREEN.disabled.active, 
.btnGREEN[disabled].active, 
fieldset[disabled] .btnGREEN.active { 
  background-color: #4EBF4C; 
  border-color: #078546; 
} 
 
.btnGREEN .badge { 
  color: #4EBF4C; 
  background-color: #FFFFFF; 
}

