/*
Theme Name: motopress-child
Version: 1.0
Description: A child theme of MotoPress
Author: admin
Template: motopress
*/

@import url("../motopress/style.css");

@font-face {
  font-family: "Flaticon";
  src: url("font/Flaticon.eot");
  src: url("font/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("font/Flaticon.woff") format("woff"),
       url("font/Flaticon.ttf") format("truetype"),
       url("font/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.hidden{
	display:none;
	visibility:hidden;
}

em{
	font-style: italic;
}

/* fixed header on desktop only */
@media screen and (min-width: 992px) {
	.sticky #header{
	  position: fixed;
	  top: 0;
	  width: 100%
	}
	.sticky #fulltitle {
	  padding-top: 148px !important;
	}
}

div.btn-acvl a.vc_btn3,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-classic.vc_btn3-color-acvl {
    color: #fff !important;
    border-color: #e85120 !important;
    background-color: #e85120 !important;
	font-weight:700 !important;
	margin:10px 0 !important;
	
	border-radius: 0 !important;
}

n3-color-orange.vc_btn3-style-classic.vc_btn3-color-acvl:focus,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-classic.vc_btn3-color-acvl:hover {
    color: #fff;
    border-color: #e85120;
    background-color: #c2451c;
}

.tribe-events-meta-group.tribe-events-meta-group-other{
	display:none;
}


ul.tabs{
	margin-left:0;
}
.tabs li {
	list-style:none;
	display:inline;
}

.tabs a {
/*
	padding:5px 10px;
	display:inline-block;
	background:#666;
	color:#fff;
*/
	padding: 0 10px 0 0;
	color:#020202;
	text-decoration:none;

	padding:10px 15px;
    border-color: #f0f0f0;
    background-color: #f8f8f8;
}

.tabs a.active {
	background:#fff;
	color:#c2451c;

	border-color: #e3e3e3;
    background-color: #EBEBEB;
}

.calendar-container div.event-box h4,
.calendartab h4 {
	font-size: 1.15em;
    padding-bottom: 0;
    margin-bottom: 0.3em;
}
.calendar-container div.event-box h5,
.calendartab h5 {
	font-size: 0.9em;
	padding-bottom:0em;
	color:#020202;
	margin-bottom:0.5em;
}

.calendartab div.event-box,
.calendar-container div.event-box {
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 20px !important;
    margin-bottom: 10px !important;
	width:80%;
}
.calendartab div.event-box .btn-container a,
.calendar-container div.event-box .btn-container a {
	display: inline-block;
    color: #fff;
    background: #e85120;
    padding: 2px 8px;
	font-size:0.8em;
}

.event-calendar-grid-only .tribe-events-title-bar,
.event-calendar-grid-only .tribe-events-ical.tribe-events-button{
	display:none !important;
}

/* get scrollable area for table/span on smartphone */
p.scroll-content,
table.scroll-content{
	width:auto !important;
}
table.scroll-content.contact td,
table.scroll-content th{
	white-space:nowrap !important;
}
.scroll-area{
	width:100% !important;
	overflow-x:auto;
    -webkit-overflow-scrolling: touch;
}

/* get automatic icon (pdf/word) on file list (ag */
.file-list a[href$='.doc']:before, .file-list a[href$='.docx']:before,
.file-list a[href$='.xls']:before, .file-list a[href$='.xlsx']:before,
.file-list a[href$='.pdf']:before {
    font-family: 'Flaticon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    margin-left: 2px;
    margin-right: 10px;
}
.file-list a[href$='.pdf']:before {
    content: "\f100";
	color:#f15642;
}
.file-list a[href$='.doc']:before, .file-list a[href$='.docx']:before {
    content: "\f101";
	color:#1565c0;
}
.file-list a[href$='.xls']:before, .file-list a[href$='.xlsx']:before {
    content: "\f102";
	color:#4caf50;
}
.file-list a[href$='.ppt']:before, .file-list a[href$='.pptx']:before {
    content: "\f103";
	color:#4caf50;
}

.wpb_gallery_slides.wpb_image_grid li img{
	margin:5px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("font/Flaticon.svg#Flaticon") format("svg");
  }
}
