/*
Theme Name:    Tillamook Design - Child Theme
Theme URI:     http://tillamook.design
Author:        Tillamook Design
Author URI:    http://tillamook.design
Description:   Child Theme for Tillamook Design
Template:      tillamook-design
Version:       1.6
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* ----- Fonts ----- */
h1 em, h2 em, h3 em, h4 em
{
  font-family:"Script", "Humanist", Arial, Tahoma, sans-serif;
}

/* ----- Header ----- */
body:not(.template-slider) #Header_wrapper
{
  background-size:cover;
  background-position:center 70%;
}

body.header-stack:not(.template-slider) #Header
{
  height:0;
  min-height:0;
  padding-top:25%;
}

.header-stack.header-center #Top_bar .logo
{
  padding:0;
}

.top_bar_left .logo
{
  width: 24% !important;
  position: absolute;
  left: 38%;
  z-index:202;
}

#Top_bar #logo
{
  padding:0;
  max-width:100%;
}

#Top_bar #logo img
{
   box-shadow: 2px 2px 5px rgba(0,0,0,.5), -2px 2px 5px rgba(0,0,0,.5);
   max-width:100%;
}

.menu_wrapper
{
  position:absolute;
  background-color: #fff;
  border: 3px double #b5a699;
  border-top: none;
  box-shadow: 2px 2px 5px rgba(0,0,0,.5), -2px 2px 5px rgba(0,0,0,.5);
}

.menu_wrapper_mobile
{
  display:none;
}

.ubermenu-item-level-0 > a
{
  font-weight: bold;
  text-shadow: -1px 1px #b5a699;
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target
{
  padding-top:0;
  padding-bottom:0;
}

.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target
{
  text-align:center;
}

#menu-item-131,
#menu-item-62,
#menu-item-1572,
#menu-item-1576
{
  width:19%;
}

#menu-item-1573
{
  width:24%;
}


.ubermenu-submenu-id-62,
.ubermenu-submenu-id-1572,
.ubermenu-submenu-id-1576
{
  border: 3px double #b5a699  !important;
}

.ubermenu-submenu-id-62
{
  min-width:32% !important;
}

#Top_bar .menu > li a:after
{
  display:none;
}

.social-icons
{
  float:left;
  margin-right:10px;
  text-decoration:none !important;
}

/* ----- Content ----- */
#Content
{
  padding-top:0;
}

.content-title h1
{
  overflow: hidden;
  height: 4.7em;
}

.wpbdp-listing a
{
  border-bottom:none;
}

.wpb_single_image,
.vc_row
{
  margin-bottom:0 !important;
}

.garibaldi-button
{
    display: inline-block;
    padding: 7px 10px;
    background-color: #115193;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    border-radius: 5px;
}

.garibaldi-button:hover
{
  color:#ddd;
}

/* ----- Call to Action ----- */
.cta-heading
{
  margin-bottom:5px !important;
}

.cta-heading h5
{
  overflow:hidden;
  height:2.3em;
}

.cta-icon
{
  margin-bottom:10px !important;
}

.cta-separator
{
  background-image:url(../../uploads/2016/05/cta-section-separator.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  min-height:52px;
  margin-top:-52px;
}

.cta-row
{
  padding-top:10px;
  background-image:url(../../uploads/2016/05/plank-background.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center top;
  box-shadow:0 5px 5px;
  z-index:1;
}

.page-content,
.tribe-events-view
{
  padding-top:20px;
  padding-bottom:20px;
  background-image:url(../../uploads/2016/05/plank-background.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center top;
  box-shadow:0 5px 5px;
  z-index:1;
}

@media only screen and (min-width: 1600px)
{
  .cta-separator
  {
    background-size: 100%;
    padding-top:5%;
    min-height:5%;
    margin-top:-5%; 
  }
}

.cta-what-to-see
{
  background:rgba(131,177,76, .85);
  border-radius:10px;
  margin:10px;
  padding:20px;
  text-align:center;
  margin-bottom: 20px !important;
}

.cta-what-to-do
{
  background:rgba(17,81,147, .85);
  border-radius:10px;
  margin:10px;
  padding:20px;
  text-align:center;
  margin-bottom: 20px !important;
}

.cta-plan-your-stay
{
  background:rgba(145,50, 108, .85);
  border-radius:10px;
  margin:10px;
  padding:20px;
  text-align:center;
  margin-bottom: 20px !important;
}

.cta-link
{
  display:inline-block;
  border-radius:5px;
  color:#fff;
  background-color:#b7a89a;
  padding:10px 5px;
  text-transform:uppercase;
}

.cta-link h6
{
  color:#fff;
}

.cta-link:hover
{
  text-decoration:none;
  color:#d4d4d4;
}

/* ------ Content Blocks ------ */
.content-top
{
  padding-top:30px;
  z-index:0;
}

.content-top-box
{
  background-color:#fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding:20px;
  margin-bottom:0 !important;
  box-shadow:5px 5px 5px;
}

.content-middle
{    
    background: #115193; /* Old browsers */
    background: -moz-linear-gradient(top,  #115193 0%, #517fb0 50%, #115193 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #115193 0%,#517fb0 50%,#115193 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #115193 0%,#517fb0 50%,#115193 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#115193', endColorstr='#115193',GradientType=0 ); /* IE6-9 */
    box-shadow:0 5px 5px, 0 -5px 5px;
    z-index:2;
    padding-top:20px;
}

.content-bottom
{
  padding-bottom:10px;
}

.content-bottom > .wpb_column > .vc_column-inner
{
  background: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow:5px 5px 5px;
  padding-top:30px;
}

.content-bottom .vc_row
{
  margin-bottom:0 !important;
}

.content-full > .wpb_column
{
  padding-top:20px
}

.content-full > .wpb_column > .vc_column-inner,
.page-content > .wpb_column > .vc_column-inner
{
  background: #fff;
  border-radius:15px;
  box-shadow:5px 5px 5px;
  padding-top:30px;
}

/* ------ Event Section ------ */
/* New CSS on 4/7/2021 */
.tribe-common-l-container
{
    background-color: #fff;
    border-radius: 10px;
    padding: 30px !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__button
{
	background-color:#115193;
}

.tribe-common .tribe-common-h1,
.tribe-common .tribe-common-h2,
.tribe-common .tribe-common-h3,
.tribe-common .tribe-common-h4,
.tribe-common .tribe-common-h5,
.tribe-common .tribe-common-h6,
.tribe-events-single-event-title,
.tribe-common a,
.tribe-common a:visited
{
    font-family: "Humanist", Arial, Tahoma, sans-serif;
    color:#444444;
}

.tribe-common p,
.tribe-common .tribe-common-b2,
.tribe-events-content,
.tribe-events-schedule .recurringinfo,
.tribe-events-schedule h2,
.tribe-related-event-info .recurringinfo
{
	font-family:"Roboto", Arial, Tahoma, sans-serif;
	color:#626262;
}

.tribe-events-event-meta a, .tribe-events-event-meta a:visited,
.tribe-events-cal-links .tribe-events-gcal, .tribe-events-cal-links .tribe-events-ical
{
	color:#2991d6;
}

.tribe-common button
{
	box-shadow:none;
	background-image:none;
}

.tribe-filter-bar .tribe-filter-bar-c-filter__toggle
{
	background-color:transparent;
	color:#626262;
}

.tribe-events .tribe-events-calendar-list__event-row
{
	background:#d4d4d4;
	padding:10px 0;
}

.tribe-events-cal-links
{
	margin-bottom:10px;
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta
{
	width:100%;
	background-color:#d4d4d4;
	padding:20px;
}

.tribe-events-event-meta:before
{
	display:none;
}

.tribe-events-meta-group
{
	padding:0;
}

.tribe-events-event-meta dl
{
	margin:0;
}

.tribe-events-meta-group dd,
.tribe-events-meta-group dt
{
	border:none;
}

.tribe-events-meta-group dt
{
	width:100%;
}

.tribe-events-meta-group dd
{
	padding:0 0 10px !important;
	margin:0 !important;
}

.tribe-events-event-meta dd[class$=url], .tribe-events-event-meta dt:not(:first-child)
{
	margin-top:8px;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous
{
	list-style:none;
}

/* END New CSS on 4/7/2021 */

.event-box
{
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom:20px !important;
}

.event-box h1, .event-box h2, .event-box h4, .event-box h4
{
  color:#115193;
}

.event-box h2
{
  margin-bottom:5px;
}

.tribe-bar-date-filter
{
  display:none;
}

.tribe-events-calendar
{
  display:table;
  border:1px solid #000;
}

/* ----- Blog Posts ----- */
.section-filters
{
  display:none;
}

.post-nav
{
  display:none;
}

/* ----- Business/Event Listings ----- */
.wpbdp-bar
{
  display:none;
}

ul.wpbdp-categories>li
{
  font-size:1.5em;
  line-height:1.5em;
}

ul.wpbdp-categories li
{
  margin-bottom:0 !important;
}

ul.children
{
  margin-top:0 !important;
}

.wpbdp-listing .listing-details
{
  margin-left:0 !important;
}

.wpbdp-listing .listing-thumbnail
{
  float:right !important;
}

.wpbdp-listing .listing-actions
{
  text-align:left !important;
}

body.post-type-archive-tribe_events #Header_wrapper,
body.single-tribe_events #Header_wrapper,
body.single-tribe_venue #Header_wrapper,
body.page-id-1363 #Header_wrapper,
body.tax-wpbdp_category  #Header_wrapper,
body.single-wpbdp_listing #Header_wrapper,
body.blog #Header_wrapper,
.single-post #Header_wrapper
{
  background-image: url(../../uploads/2016/05/header-business-listings.jpg) !important;
}

body.post-type-archive-tribe_events #Header_wrapper
{
  background-position:bottom center;
}

body.single-tribe_events #Header,
body.single-tribe_venue #Header,
body.page-id-1363 #Header,
body.tax-wpbdp_category #Header,
body.single-wpbdp_listing #Header,
body.blog #Header,
.single-post #Header
{
  padding-top: 29.76% !important;
}

body.post-type-archive-tribe_events #Header
{
 padding-top: 15% !important;
}

body.post-type-archive-tribe_events #Content,
body.single-tribe_events #Content,
body.single-tribe_venue #Content,
body.single-wpbdp_listing #Content,
body.tax-wpbdp_category #Content,
body.blog #Content,
.single-post #Content
{
  background: url(../../uploads/2016/05/plank-background.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding-top:20px;
  padding-bottom:20px;
}

body.post-type-archive-tribe_events .the_content_wrapper,
body.single-tribe_venue .the_content_wrapper,
body.single-tribe_events .the_content_wrapper,
body.single-wpbdp_listing .the_content_wrapper,
body.tax-wpbdp_category .the_content_wrapper,
body.blog .content_wrapper,
.single-post .content_wrapper
{
  background: #fff;
  border-radius:15px;
  box-shadow:5px 5px 5px;
  padding:20px;
}

.wpbdp-listing .listing-title a, .wpbdp-listing .listing-title h2
{
  font-size:2em;
}

/* ------ Footer ------ */
.copyright
{
  width:100%;
}

.footer-text
{
  float:left;
  padding-top:11px;
}

.tillamookcoast-logo
{
  padding-top:5px;
  text-align:center;
}

.footer-logo
{
  float:right;
}

#Footer .footer_copy .one
{
  padding-top:5px;
}

#Footer .widgets_wrapper
{
  padding:0;
}

#Footer .widgets_wrapper .widget
{
  padding:7px 0;
}

@media only screen and (max-width: 1239px)
{
  .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target
  {
    font-size:20px;
  }
}

@media only screen and (max-width: 959px)
{
  .menu_wrapper
  {
    border:none;
    background:transparent;
    box-shadow:none;
  }

  .menu_wrapper_mobile
  {
    display:block;
  }

  #Top_bar #menu ul li a
  {
    font-size:20px;
  }

  #Top_bar #menu .sub-menu li a
  {
    font-size:16px;
  }

  #Top_bar #menu .sub-menu li a span
  {
    line-height:36px
  }

  #Top_bar #menu ul li.submenu .menu-toggle
  {
    width:100%;
    text-align:right;
    padding-right:15px;
  }

  .menu-mobile-menu-container
  {
    padding-bottom:0 !important;
    border: 3px double #b5a699;
  }

  .responsive-menu-toggle
  {
    float:right;
    background:#fff;
    margin-bottom:3px !important;
  }

  #ubermenu-main-2-main-menu 
  {
    display:none !important;
  }
	
  #Footer .widgets_wrapper .column
  {
    width:100%;
  }
	
  .social-icons,
  .tillamookcoast-logo,
  .footer-logo
  {
    float:unset;
    text-align:center;		
  }
	
  #Footer .footer_copy .one
  {
    width:100%;		
  }
}

@media only screen and (max-width: 767px)
{
  body.header-stack:not(.template-slider) #Header
  {
    min-height:280px;
    padding-top:0 !important;
  }

  #Top_bar
  {
    position:absolute !important;
    background-color:transparent !important;
    top:0;
  }

  .page-id-118 #Top_bar
  {
    position:static !important;
    background-image: url(../../uploads/2016/05/visit-garibaldi-piers-end-mobile-header.jpg) !important;
    background-position: center !important;
  }

  .mfn-main-slider
  {
    display:none;
  }

  #Top_bar .top_bar_left
  {
    margin-top:0;
  }

  .top_bar_left .logo
  {
    margin:auto !important;
    width:300px !important;
  }

  .top_bar_left .logo #logo
  {
    margin:0 0 10px !important;
  }

  .wpbdp-listing .listing-details
  {
    margin-left:0;
    clear:both;
  }

  .wpbdp-listing .listing-thumbnail
  {
    float:left !important;
  }

  .wpbdp-listing .listing-title a, .wpbdp-listing .listing-title h2
  {
    font-size:1.5em;
  }

  .tribe-events-calendar thead th
  {
    padding:6px 6px;
  }

  .footer-text
  {
    float:none;
  }

  .footer-logo
  {
    float:none;
  }
}

@media only screen and (max-width: 464px)
{
  .header-stack.header-center #Top_bar .logo
  {
    max-width:100%;
  }

  body.post-type-archive-tribe_events .the_content_wrapper
  {
    padding:10px;
  }

  .section_wrapper
  {
    max-width:98% !important;
  }

  .events-archive .entry-content
  {
    width:100%;
  }
}