/*
color stylesheet
COLORS: RED AND GREEN, change hex color codes here!

HEX code for red color: #E09F0F;


*/

a:link, 
a:visited { 
  color: #E09F0F;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.header-widgets ul.socialicons li a:link, 
.header-widgets ul.socialicons li a:visited {
  background: #E09F0F;
    color: #fff;
}
.header-widgets ul.socialicons li a:hover {
  background: #fff;
  color: #E09F0F;
}
.header-widgets .socialicons i {
  color: #fff; 
  -webkit-transition: all .1s; 
     -moz-transition: all .1s; 
       -o-transition: all .1s; 
          transition: all .1s;
}
.header-widgets .socialicons a:hover i{
  color: #E09F0F; 
}
.section1color {
  background: #E09F0F;
}
.flex-control-nav li a{
  border: 1px solid #E09F0F!important;
}
.flex-control-nav li a:hover,
.flex-control-nav li a.flex-active{
  border: 3px solid #E09F0F!important;
}
.header-site ul li a:link,
.header-site ul li a:visited {
  color: #1d0907;
}
.header-site ul li a:hover,
.header-site ul li a:focus {
  color: #E09F0F;
}
.header-site .active  a:link,
.header-site .active  a:visited,
.header-site .active  a:hover,
.header-site .active  a:focus {
  color: #E09F0F;
}
.header-secondary ul li a { 
  color: #1d0907!important;
}
.header-secondary ul li a:hover { 
  color: #E09F0F!important;
}
.top-circle1 h3 {
  color: #E09F0F;
}
.top-circle2 h2 {
  color: #E09F0F;
}
.top-circle1 i {
  color: #E09F0F;
}
.large-headline {
  background: #E09F0F;
}

.section1color .large-headline h2,
.section1color .large-headline h4 {
  color:  #E09F0F;
}
.button-cta a:link,
.button-cta a:visited {
  background: #fff;
  color: #E09F0F;
  border-top: 1px solid #E09F0F;
  border-bottom: 1px solid #E09F0F;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
	  transition: all 0.3s;
}
.button-cta i {
  color: #E09F0F;
}
.button-cta a:hover {
  background: #E09F0F;
  color: #fff;
  border-top: 1px solid #fff;
  box-shadow:rgba(0, 0, 0, 0.3) 0 8px 12px 0;
  -webkit-box-shadow:rgba(0, 0, 0, 0.3) 0 8px 12px 0;
  -moz-box-shadow:rgba(0, 0, 0, 0.3) 0 8px 12px 0;
}
.button-cta:hover i {
  color: #fff;
}
 input[type="submit"]{
  background: #E09F0F!important;
  color: #fff;  
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
	  transition: all 0.3s;
}
 input[type="submit"]:hover{

  box-shadow:rgba(0, 0, 0, 0.3) 0 5px 9px 0;
  box-shadow:rgba(0, 0, 0, 0.3) 0 5px 9px 0;
  -webkit-box-shadow:rgba(0, 0, 0, 0.3) 0 5px 9px 0;
  -moz-box-shadow:rgba(0, 0, 0, 0.3) 0 5px 9px 0;
}
a.button:link,
a.button:visited,
.rt-button a:link,
.rt-button a:visited{
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
	  transition: all 0.3s;
}
a.button:hover,
.rt-button a:hover{
  box-shadow:rgba(0, 0, 0, 0.3) 0 8px 12px 0;
  -webkit-box-shadow:rgba(0, 0, 0, 0.3) 0 8px 12px 0;
  -moz-box-shadow:rgba(0, 0, 0, 0.3) 0 8px 12px 0;
}
a.button:link,
a.button:visited {
}
a.button:link,
a.button:visited,
.rt-button.button-red a:link,
.rt-button.button-red a:visited{
  background: #E09F0F;
  color: #fff;  
}
a.button:link,
a.button:visited,
.rt-button.button-main-color a:link,
.rt-button.button-main-color a:visited{
  background: #E09F0F;
  color: #fff;  
}
.rt-button.button-white a:link,
.rt-button.button-white a:visited{
  background: #fff;
  color: #E09F0F;  
}
.rt-button.button-green a:link,
.rt-button.button-green a:visited{
  background: #8ce770;
  color: #fff;  
}
.rt-button.button-blue a:link,
.rt-button.button-blue a:visited{
  background: #97d5db;
  color: #fff;  
}
.rt-button.button-orange a:link,
.rt-button.button-orange a:visited{
  background: #fda86a;
  color: #fff;  
}
.rt-button.button-small a:link,
.rt-button.button-small a:visited{
  font-size: 14px;
  font-weight: normal;
}
.teamcolumninner {
  border: #E09F0F 1px solid;  
}
.teamcolumninner i {
  color: #1d0907;
}
.teamcolumninner i:hover {
  color: #E09F0F;
}
.eventsdate { 
  background: #E09F0F;
-webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.oneevent .eventsdate i,
.oneevent .eventsdate p {
  color: #fff;
}  

.section1color .oneevent:hover .eventsdate { 
   background: #E09F0F;
  box-shadow:rgba(0, 0, 0, 0.3) 0 8px 12px 0;
  -webkit-box-shadow:rgba(0, 0, 0, 0.3) 0 8px 12px 0;
  -moz-box-shadow:rgba(0, 0, 0, 0.3) 0 8px 12px 0;
}
.section1color .oneevent .eventsdate i,
.section1color .oneevent .eventsdate p {
  color: #E09F0F;
}  
.section1color .oneevent:hover .eventsdate i,
.section1color .oneevent:hover .eventsdate p {
  color: #fff;
}  


.onecolumn {
  background: #E09F0F;  
   -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease; 
}
.onecolumn:hover {
  box-shadow:rgba(0, 0, 0, 0.3) 0 16px 16px 0;
  -webkit-box-shadow:rgba(0, 0, 0, 0.3) 0 16px 16px 0;
  -moz-box-shadow:rgba(0, 0, 0, 0.3) 0 16px 16px 0;
}  
.onecolumn i {
  color: #fff;
}
.onecolumn a:link,
.onecolumn a:visited {
  color: #E09F0F;
  background: #fff;
}
.onecolumn a:hover {
  background: #f0f0f0;
}
.iconwrapper{
  background: #E09F0F;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.grid figure i {
  background: #E09F0F;
  color: #fff;
    -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.owl-theme .owl-controls .owl-page span {
  border: 1px solid #E09F0F;
  -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
         transition: all 0.5s ease;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #E09F0F;
}
.bloghomeinner {
  border: #E09F0F 1px solid;
}

.socialicons i {
  color: #E09F0F; 
  -webkit-transition: all .1s; 
     -moz-transition: all .1s; 
       -o-transition: all .1s; 
          transition: all .1s;
}
ul.socialicons li a:link, 
ul.socialicons li a:visited  {
  background: #fff;
  color: #E09F0F; 
}
ul.socialicons li a:hover {
  background: #E09F0F;
  color: #fff; 
  box-shadow:rgba(0, 0, 0, 0.3) 0 12px 16px 0;
  -webkit-box-shadow:rgba(0, 0, 0, 0.3) 0 12px 16px 0;
  -moz-box-shadow:rgba(0, 0, 0, 0.3) 0 12px 16px 0;  
}
.socialicons li a:hover i {
  color: #fff; 
}

form.wpcf7-form input{
  border:#1d0907 1px solid;
}
form.wpcf7-form input:focus{
  border:#E09F0F 1px solid!important;
}
form.wpcf7-form textarea{
  border:#1d0907 1px solid;
}
form.wpcf7-form textarea:focus{
  border:#E09F0F 1px solid;
}
input.wpcf7-form-control.wpcf7-submit{
  background:#E09F0F;
  border:#E09F0F 1px solid;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
input.wpcf7-form-control.wpcf7-submit:hover{
background:#1d0907;
}
.section1.section1color .quotewrapper i {
  color: #E09F0F;
}
.quotewrapper i {
  color: #E09F0F;
}

#accept_paypal_payment_form form{
background:#E09F0F;
}
.tribe-events-notices {
  color: #E09F0F!important;
}
.tribe-events-calendar h4{
  color: #E09F0F!important;
}
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], 
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
#tribe-events .tribe-events-button,
.tribe-events-button.tribe-inactive,
#tribe-events .tribe-events-button:hover,
.tribe-events-button:hover,
.tribe-events-button.tribe-active:hover {
  background-color: #E09F0F!important;
}
#tribe_events_filters_wrapper h3 span:after { 	
  border-top-color: #E09F0F!important;
}
#tribe_events_filters_wrapper .tribe_events_filter_item.closed h3 span:after {
  border-left-color: #E09F0F!important;
}
.single-tribe_events a.tribe-events-ical, 
.single-tribe_events a.tribe-events-ical:hover, 
.single-tribe_events a.tribe-events-gcal, 
.single-tribe_events a.tribe-events-gcal:hover {
  color: #fff!important;
}









