/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.wp-caption {
	max-width:100%;
	margin: 50px 0;
}
.size-full {
	max-width:100%;
	margin: 0 0 20px 0;
}
.wp-caption .size-full {
	margin: 0;
}
.blog_slides .size-full {
	margin: 0;
}
.wp-caption-text {
	    font-size: .8em;
    text-align: center;
}
.blogpostthumbnail {
    width: 30%;
    background-size: contain;
    background-repeat: no-repeat;
	    display: inline-block;
}
.breweries .summary {
	    display: inline-block;
    width: 69%;
	vertical-align:top;
}
.brewmenu {
	    list-style: none;
	text-align: center;
}	    
.brewmenu li {
	    display: inline-block;
}
.brewmenu li a {
		text-decoration: none;
	    padding: 21px 20px;
	display: block;
}
.brewmenu li a:hover span {
	    color: #222222;
}
.brewmenu li a span {
	    font-family: 'Roboto', sans-serif;
    color: #c3c3c3;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.page-id-7803 .widget_siteorigin-panels-postloop .widget-title{
	color: #606060;
    font-family: 'Merriweather', sans-serif;
    line-height: 45px;
    font-weight: 700;
    font-size: 24px;
    border-bottom: 1px solid #606060;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.page-id-7803 .category-inside-the-loop .h3 {
	    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 19px;
}
.qbutton {
	margin-top:30px;
}
.page-id-7803 article {
	padding: 30px 0;
}
footer {
	    margin-top: 60px;
}
.latest_post_two_holder {
	margin-top: 60px;
}
.page-template-default .blog_slider_holder {
	margin-bottom: 60px;
}
h1 {
	margin-bottom: 30px;
}
h2 {
	margin-bottom: 30px;
}
.so-widget-sow-social-media-buttons-wire-15e6ac89db54 .sow-social-media-button {
	    width: fit-content !important;
    padding: 3px !important;
    border: none !important;
    color: rgb(127, 127, 127) !important;
}
iframe {
	    margin: 60px 0;
}
.page-id-217 h1 {
	    margin-bottom: 0px;
    border-top: 1px solid #eaeaea;
    margin-top: 30px;
    padding-top: 30px;
}
.crp_related ul {
	    list-style: none;
}
.crp_related li {
	position: relative;
}
.crp_related figure {
	width: fit-content;
    display: inline-block;
	width:95px;
	    margin: 20px 20px 0px 0px;
}
.crp_title {
position: absolute;
    top: 25px;
    color: #ceac41;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: underline;
}
.crp_excerpt {
	    position: absolute;
    top: 55px;
}
.crp_related h3 {
	    background-color: #222222;
    width: fit-content;
    padding: 10px 30px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    border-radius: 2px;
    margin-top: 60px;
	    z-index: 1;
    position: relative;
}
.crp_related {
	position: relative;
}
.crp_related::after {
content: " ";
    width: 100%;
    height: 1px;
    background-color: #eaeaea;
    position: absolute;
    top: 17px;
    z-index: 0;
}

#cd-nav {
	    z-index: 21;
    position: relative;
}

#cd-nav ul {
  /* mobile first */
  position: fixed;
  width: 90%;
  max-width: 400px;
  right: 5%;
  bottom: 20px;
  background: #fff;
  visibility: hidden;
  /* remove overflow:hidden if you want to create a drop-down menu - but then remember to fix/eliminate the list items animation */
  overflow: hidden;
  z-index: 1;
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
  -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
  transition: transform 0.3s, visibility 0s 0.3s;
	border: 1px solid #ceac41;
	list-style: none;
}
#cd-nav ul li {
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#cd-nav ul.is-visible {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
  transition: transform 0.3s, visibility 0s 0s;
}

#cd-nav li a {
  display: block;
  padding: 1em;
	color: #222;
	text-decoration: none;
	font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
	    padding: 8px 20px;
    margin-left: 0;
    border-bottom: 1px solid #ceac41;
}
#cd-nav li a
#cd-nav li:last-child a {
  border-bottom: none;
}
@media only screen and (min-width: 1170px) {
  #cd-nav ul {
    /* the navigation moves to the top */
    position: absolute;
    width: auto;
    max-width: none;
    bottom: auto;
    top: 36px;
    background: transparent;
    visibility: visible;
    box-shadow: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
  }
  #cd-nav li {
    display: inline-block;
  }
  #cd-nav li a {
    opacity: 1;
    padding: .4em;
    margin-left: 1.6em;
    border-bottom: none;
  }
  #cd-nav li a:hover {
    color: #ceac41;
  }
  #cd-nav.is-fixed ul {
    /* when the user scrolls down, the navigation moves to the bottom right in Fixed position - as on touch devices */
    position: fixed;
    width: 90%;
    max-width: 400px;
    bottom: 20px;
    top: auto;
    background: #fff;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  #cd-nav.is-fixed ul li {
    display: block;
  }
  #cd-nav.is-fixed ul li a {
    padding: 8px 20px;
    margin-left: 0;
    border-bottom: 1px solid #ceac41;
  }
  #cd-nav ul.has-transitions {
    /* this class is used to bring back transitions when the navigation moves at the bottom right */
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
    transition: transform 0.3s, visibility 0s 0.3s;
  }
  #cd-nav ul.is-visible {
    /* this class is used to bring back the navigation animation - as on touch devices */
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
    transition: transform 0.3s, visibility 0s 0s;
  }
  #cd-nav ul.is-hidden {
    /* this class is used to animate the scale down the navigation when the user scrolls down with the navigation still open */
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
}

.cd-nav-trigger {
    position: fixed;
    bottom: 20px;
    right: 5%;
    width: 44px;
    height: 44px;
    background: #ceac41;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 2;
}
.cd-nav-trigger span {
  /* the span element is used to create the menu icon */
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #ffffff;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -10px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  content: '';
  position: absolute;
  left: 0;
  background: inherit;
  width: 100%;
  height: 100%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s, background 0s;
  -moz-transition: -moz-transform 0.3s, background 0s;
  transition: transform 0.3s, background 0s;
}
.cd-nav-trigger span::before {
  top: -6px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.cd-nav-trigger span::after {
  bottom: -6px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.cd-nav-trigger.menu-is-open {
  box-shadow: none;
}
.cd-nav-trigger.menu-is-open span {
  background: rgba(232, 74, 100, 0);
}
.cd-nav-trigger.menu-is-open span::before, .cd-nav-trigger.menu-is-open span::after {
  background: #fff;
}
.cd-nav-trigger.menu-is-open span::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-nav-trigger.menu-is-open span::after {
  bottom: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media only screen and (min-width: 1170px) {
  .cd-nav-trigger {
    /* the the menu triger is hidden by default on desktop devices */
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
    transition: transform 0.3s, visibility 0s 0.3s;
  }
  .is-fixed .cd-nav-trigger {
    visibility: visible;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-animation: cd-bounce-in 0.3s linear;
    -moz-animation: cd-bounce-in 0.3s linear;
    animation: cd-bounce-in 0.3s linear;
  }
}