/* =bxSlider structure
---------------------------------------------------------*/
.strong-view .wpmslider-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  direction: ltr;
}
.strong-view .wpmslider {
  margin: 0;
  padding: 0;
}
.strong-view .wpmslider-viewport {
  /* fix other elements on the page moving (on Chrome) */
  -webkit-transform: translatez(0);
}

/* =pager
---------------------------------------------------------*/
.strong-view .wpmslider-pager {
  display: inline-block;
  vertical-align: middle;
}
.strong-view.rtl .wpmslider-pager {
  direction: rtl;
}
.strong-view .wpmslider-pager-item {
  display: inline-block;
  position: relative;
}
.strong-view .wpmslider-pager-link {
  text-decoration: none;
}

/* =controls
---------------------------------------------------------*/
.strong-view .wpmslider-start,
.strong-view .wpmslider-stop,
.strong-view .wpmslider-next,
.strong-view .wpmslider-prev {
  z-index: 5;
}
.strong-view .wpmslider-controls-auto,
.strong-view .wpmslider-controls-direction {
  display: inline-block;
  vertical-align: middle;
}
.strong-view .wpmslider-controls a {
  box-shadow: none;
  text-decoration: none;
}
.strong-view .wpmslider-controls a:hover, .strong-view .wpmslider-controls a:active, .strong-view .wpmslider-controls a:focus {
  outline: 0;
}

.strong-view.controls-style-buttons2 .wpmslider-start,
.strong-view.controls-style-buttons2 .wpmslider-stop,
.strong-view.controls-style-buttons2 .wpmslider-next,
.strong-view.controls-style-buttons2 .wpmslider-prev {
  display: inline-block;
  background: #C0C0C0;
  border-radius: 5px;
  color: #FFF;
  cursor: pointer;
  font-size: 16px;
  line-height: 27px;
  width: 27px;
  height: 27px;
  text-align: center;
  transition: all 0.2s ease;
}
.strong-view.controls-style-buttons2 .wpmslider-start:before {
  content: "";
  background:#fff;
  position: relative;
  -webkit-mask: url(//betiaphotography.com/wp-content/plugins/strong-testimonials/assets/public/svg/play-solid.svg) center center no-repeat;
  mask: url(//betiaphotography.com/wp-content/plugins/strong-testimonials/assets/public/svg/play-solid.svg) center center no-repeat;
  top:3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 1px;
}
.strong-view.controls-style-buttons2 .wpmslider-stop:before {
  content: "";
  background:#fff;
  -webkit-mask: url(//betiaphotography.com/wp-content/plugins/strong-testimonials/assets/public/svg/pause-solid.svg) center center no-repeat;
  mask: url(//betiaphotography.com/wp-content/plugins/strong-testimonials/assets/public/svg/pause-solid.svg) center center no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top:3px;
}
.strong-view.controls-style-buttons2 .wpmslider-start:hover,
.strong-view.controls-style-buttons2 .wpmslider-stop:hover,
.strong-view.controls-style-buttons2 .wpmslider-next:hover,
.strong-view.controls-style-buttons2 .wpmslider-prev:hover {
  background: #333;
}
.strong-view.controls-style-buttons2:not(.rtl) .wpmslider-prev:before {
  content: "";
  -webkit-mask: url(//betiaphotography.com/wp-content/plugins/strong-testimonials/assets/public/svg/chevron-left-solid.svg) center center no-repeat;
  mask: url(//betiaphotography.com/wp-content/plugins/strong-testimonials/assets/public/svg/chevron-left-solid.svg) center center no-repeat;
  background:#fff;
  position: relative;
  left: -1px;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 3px;
}
.strong-view.controls-style-buttons2:not(.rtl) .wpmslider-next:before {
  content: "";
  -webkit-mask: url(//betiaphotography.com/wp-content/plugins/strong-testimonials/assets/public/svg/chevron-right-solid.svg) center center no-repeat;
  mask: url(//betiaphotography.com/wp-content/plugins/strong-testimonials/assets/public/svg/chevron-right-solid.svg) center center no-repeat;
  position: relative;
  left: 1px;
  display: inline-block;
  width: 20px;
  background: #fff;
  height: 20px;
  top: 3px;
}
.strong-view.controls-style-buttons2.rtl .wpmslider-prev:before {
  content: "";
  -webkit-mask: url(//betiaphotography.com/wp-content/plugins/strong-testimonials/assets/public/svg/chevron-right-solid.svg) center center no-repeat;
  mask: url(//betiaphotography.com/wp-content/plugins/strong-testimonials/assets/public/svg/chevron-right-solid.svg) center center no-repeat;
  position: relative;
  left: 1px;
  top: 3px;
  display: inline-block;
  width: 20px;
  background: #fff;
  height: 20px;
}
.strong-view.controls-style-buttons2.rtl .wpmslider-next:before {
  content: "";
  -webkit-mask: url(//betiaphotography.com/wp-content/plugins/strong-testimonials/assets/public/svg/chevron-left-solid.svg) center center no-repeat;
  mask: url(//betiaphotography.com/wp-content/plugins/strong-testimonials/assets/public/svg/chevron-left-solid.svg) center center no-repeat;
  position: relative;
  left: -1px;
  top: 3px;
  display: inline-block;
  width: 20px;
  background: #fff;
  height: 20px;
}

.strong-view.pager-style-buttons .wpmslider-pager {
  line-height: 24px;
  margin: 0 7px;
  text-align: center;
}
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
  content: "";
  -webkit-mask: url(//betiaphotography.com/wp-content/plugins/strong-testimonials/assets/public/svg/circle-regular.svg) center center no-repeat;
  mask: url(//betiaphotography.com/wp-content/plugins/strong-testimonials/assets/public/svg/circle-regular.svg) center center no-repeat;
  display: inline-block;
  color: #999;
  background: #999;
  cursor: pointer;
  font-size: 12px;
  width: 18px;
  height: 18px;
  text-align: center;
}
.strong-view.pager-style-buttons .wpmslider-pager-link:hover:before {
  content: "";
  -webkit-mask: url(//betiaphotography.com/wp-content/plugins/strong-testimonials/assets/public/svg/circle-solid.svg) center center no-repeat;
  mask: url(//betiaphotography.com/wp-content/plugins/strong-testimonials/assets/public/svg/circle-solid.svg) center center no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #111;
  background: #111;
}
.strong-view.pager-style-buttons .wpmslider-pager-link.active:before {
  content: "";
  -webkit-mask: url(//betiaphotography.com/wp-content/plugins/strong-testimonials/assets/public/svg/circle-solid.svg) center center no-repeat;
  mask: url(//betiaphotography.com/wp-content/plugins/strong-testimonials/assets/public/svg/circle-solid.svg) center center no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  bottom: -1px;
}

.strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 1;
  padding-bottom: 15px;
  text-align: center;
  z-index: 5;
}
.strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls .wpmslider-start,
.strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls .wpmslider-stop,
.strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls .wpmslider-prev,
.strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls .wpmslider-next {
  margin: 0 3px;
}

.strong-view.nav-position-outside .wpmslider-controls {
  line-height: 1;
  padding: 20px 0 20px;
  text-align: center;
  z-index: 5;
}
.strong-view.nav-position-outside .wpmslider-controls .wpmslider-start,
.strong-view.nav-position-outside .wpmslider-controls .wpmslider-stop,
.strong-view.nav-position-outside .wpmslider-controls .wpmslider-prev,
.strong-view.nav-position-outside .wpmslider-controls .wpmslider-next {
  margin: 0 3px;
}
/**
 Responsive table courtesy of Mark Wiltshire: mark@bamboorocketapps.com (thanks!)

 For more styles try: http://icant.co.uk/csstablegallery/
 ----
 Generic styles:
 Here you could e.g. customise width of column 1 and 2,
 or add a generic roll-over effect on table rows
*/
.cookielawinfo-column-1 {width: 25%;}
.cookielawinfo-column-2 {width: 10%;}
.cookielawinfo-column-3 {width: 15%;}
.cookielawinfo-column-4 {width: 50%;}

/** Simple style */
.cookielawinfo-simple thead {width: 100%;}
.cookielawinfo-simple td {padding: 5px 5px 5px 0;vertical-align: top;}
.cookielawinfo-simple thead th {padding-right: 10px;text-align: left;}

/** Modern style */
.cookielawinfo-modern {border: 1px solid #e3e3e3;background-color: #f2f2f2;width: 100%;border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
.cookielawinfo-modern td, .cookielawinfo-modern th {padding: 5px;color: #333;}
.cookielawinfo-modern thead {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;padding: .2em 0 .2em .5em;text-align: left;color: #4B4B4B;background-color: #C8C8C8;background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(.6,#B3B3B3));background-image: -moz-linear-gradient(top, #D6D6D6, #B0B0B0, #B3B3B3 90%);border-bottom: solid 1px #999;}
.cookielawinfo-modern th {font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 17px;line-height: 20px;font-style: normal;font-weight: normal;text-align: left;text-shadow: white 1px 1px 1px;}
.cookielawinfo-modern td {line-height: 20px;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 14px;border-bottom: 1px solid #fff;border-top: 1px solid #fff;}
.cookielawinfo-modern tr.cookielawinfo-row:hover {background-color: #fff;}

/** Elegant style */
.cookielawinfo-elegant {border: 1px solid #DFDFDF;background-color: #F9F9F9;width: 100%;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;color: #333;}
.cookielawinfo-elegant tr {border-top-color: white;border-bottom: 1px solid #DFDFDF;color: #555;}
.cookielawinfo-elegant th {text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-weight: normal;padding: 7px 7px 8px;text-align: left;line-height: 1.3em;font-size: 14px;}
.cookielawinfo-elegant td {font-size: 12px;padding: 4px 7px 2px;vertical-align: top;}

/** Rounded style */
.cookielawinfo-rounded {background-color: #f5f5f5;padding: 5px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border: 1px solid #ebebeb;}
.cookielawinfo-rounded td, .rounded th {padding: 1px 5px;}
.cookielawinfo-rounded thead {text-shadow: 0 1px 0 white;color: #999;}
.cookielawinfo-rounded th {text-align: left;text-transform: uppercase;font-size: 11pt;border-bottom: 1px solid #fff;padding: 1px 5px;}
.cookielawinfo-rounded td {font-size: 10pt;padding: 5px;}
.cookielawinfo-rounded tr.cookielawinfo-row:hover {background-color: #fff;}

/** Classic Style */
table.cookielawinfo-classic {font-family: Verdana, Arial, Helvetica, sans-serif;border-collapse: collapse;border-left: 1px solid #ccc;border-top: 1px solid #ccc; color: #333;}
table.cookielawinfo-classic thead tr th {text-transform: uppercase;background: #e2e2e2;}
table.cookielawinfo-classic tfoot tr th, table.cookielawinfo-classic tfoot tr td {text-transform: uppercase;color: #000;font-weight: bold;}
table.cookielawinfo-classic tfoot tr th {width: 20%;}
table.cookielawinfo-classic tfoot tr td {width: 80%;}
table.cookielawinfo-classic td, table.cookielawinfo-classic th {border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;padding: 5px;line-height: 1.8em;font-size: 0.8em;vertical-align: top;width: 20%;}
table.cookielawinfo-classic tr.odd th, table.cookielawinfo-classic tr.odd td {background: #efefef;}

/* "Winter Blues" CSS theme for CSS Table Gallery (http://icant.co.uk/csstablegallery/) by Gunta Klavina (http://www.klavina.com) */
table.cookielawinfo-winter {font: 85% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;padding: 0; margin: 10px 0 20px; border-collapse: collapse; color: #333; background: #F3F5F7;}
table.cookielawinfo-winter a {color: #3A4856; text-decoration: none; border-bottom: 1px solid #C6C8CB;}
table.cookielawinfo-winter a:visited {color: #777;}
table.cookielawinfo-winter a:hover {color: #000;}
table.cookielawinfo-winter caption {text-align: left; text-transform: uppercase;  padding-bottom: 10px; font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;}
table.cookielawinfo-winter thead th {background: #3A4856; padding: 15px 10px; color: #fff; text-align: left; font-weight: normal;}
table.cookielawinfo-winter tbody {border-left: 1px solid #EAECEE; border-right: 1px solid #EAECEE;}
table.cookielawinfo-winter tbody {border-bottom: 1px solid #EAECEE;}
table.cookielawinfo-winter tbody td, table.cookielawinfo-winter tbody th {padding: 10px; background: url(//betiaphotography.com/wp-content/plugins/cookie-law-info/legacy/images/td_back.gif) repeat-x; text-align: left;}
table.cookielawinfo-winter tbody tr {background: #F3F5F7;}
table.cookielawinfo-winter tbody tr.odd {background: #F0F2F4;}
table.cookielawinfo-winter tbody  tr:hover {background: #EAECEE; color: #111;}
table.cookielawinfo-winter tfoot td, table.cookielawinfo-winter tfoot th, table.cookielawinfo-winter tfoot tr {text-align: left; font: 120%  "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; text-transform: uppercase; background: #fff; padding: 10px;}

/** 27/05/2013: responsive table by Mark Wiltshire */
@media(max-width:800px) {
		table.cookielawinfo-row-cat-table td, table.cookielawinfo-row-cat-table th
		{
		  width:23%;
		  font-size:12px;
		  word-wrap: break-word;
		}
		table.cookielawinfo-row-cat-table .cookielawinfo-column-4, table.cookielawinfo-row-cat-table .cookielawinfo-column-4
		{
		  width:45%;
		}
}

.cookielawinfo-row-cat-title{
	border-bottom: 1px solid #eee;
	text-align: center;
}
.cookielawinfo-row-cat-title-head{
	text-align: center;
}
.cookielawinfo-row-cat-table{
	width: 99%;
	margin-left: 5px;
}