/*
Theme Name: Barking Bugle
Theme URI: http://www.thebarkingbugle.co.uk/
Author: Websmart Ltd
Author URI: http://www.websmartstudio.co.uk
Description: Written For Dogs by Dogs – Woofing from North Norfolk
*/
input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}
* {
    box-sizing: border-box;
}
div.wp-caption {
	max-width: 100% !important;
	width: 100% !important;
}
*:focus {
    outline: none;
}
body {
    border-top: solid 15px #f40957;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}
.wrapper {} 
.divider {
    width: 100%;
    background: #e2e2e2;
    height: 2px;
    /*margin: 2em 0 2em 0;*/
    
    display: block;
}
aside {} li {
    list-style: none;
}
.article-content ul li {
    list-style: none;
    font-family: 'Merriweather', serif;
    font-weight: 300;
    line-height: 1.8em;
}
.article-content li::before {
    /*content: url('image/paw.png');*/
    
    vertical-align: -moz-middle-with-baseline;
}
h1,
h2,
h3 {
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
    /*margin-bottom: 1em;*/
}
section h2 {
    padding: 0;
    font-size: 20px;
}
p {
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 1em;
    font-size: 16px;
    color: #1b1a1a;
    font-family: 'Merriweather', serif;
}
strong {
    font-weight: 500;
}
small {
    color: #f40957;
    font-size: 0.8em;
}
a:link {
    color: inherit;
    text-decoration: none;
}
a:visited {
    color: inherit;
}
h2 .small {
    font-size: 18px;
    color: #989898;
    text-transform: capitalize;
    font-weight: 300;
}
a.read-more,
a.see-more {
    color: #f40957;
    font-size: 16px;
    font-weight: 400;
}
a.read-more:hover,
a.see-more:hover {
    text-decoration: underline;
}
.see-all {
    color: #f40957;
}
.see-all a:hover {
    text-decoration: underline;
}
/**
 * ---------
 * @subsection IMAGES
 * ---------
*/

img.alignright {
    float: right;
    margin: 0 0 1em 1em
}
img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
a img.alignright {
    float: right;
    margin: 0 0 1em 1em
}
a img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption-text {
    /*background: #eee;*/
    
    padding: 0.5em;
    margin: 0;
    border-bottom: thin solid #e2e2e2;
    font-style: italic;
    font-size: 1em;
    color: grey;
    margin-bottom: 2em;
}
/**
 * ---------
 * @subsection HEADER
 * ---------
*/

header {
    display: flex;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    /*height: 300px;*/
}
.logo {
    width: 45%;
    min-width: 300px;
    margin: 0 auto;
    text-align: center;
    padding: 0.5em 0;
}
.logo img {
	width: 300px;
    max-width: 698px;
}
.menu-button {
    width: 100%;
    height: 50px;
    background: #f40957;
    display: none;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
    cursor: pointer;
}
/**
 * ---------
 * @subsection FOOTER
 * ---------
*/

footer {
    width: 100%;
    /*height: 400px;*/
    
    background: #f40957;
    padding: 66px 0px;
}
footer .wrapper {} footer p {
    color: #fff;
}
footer img {
    width: 40px;
    height: 40px;
}
footer h2 {
    color: #090116;
    font-size: 23px;
}
h2.rounded {
    line-height: 2em;
}
.tag {
    background: #ac0b41;
    color: #ffffff;
    font-size: 16px;
}
.tag p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 52px;
}
.newsletter {
    background: #ac0b41;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 1em;
}
.newsletter p {
    align-self: flex-start;
    -webkit-align-self: flex-start;
}
/* TEMP */

.name {
    width: 100%;
    height: 50px;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding-left: 1em;
}
.name p {
    color: #b2b2b2;
    text-transform: lowercase;
    margin: 0;
}
.email {
    width: 100%;
    height: 50px;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding-left: 1em;
}
.email p {
    color: #b2b2b2;
    text-transform: lowercase;
    margin: 0;
}
.butt {
    width: 30%;
    height: 50px;
    background: #f40957;
    border-radius: 10px;
    align-self: flex-start;
    -webkit-align-self: flex-start;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    color: #fff;
}
.footer-summary {}
/**
 * ---------
 * @subsection MAIN NAV
 * ---------
*/

nav {
    /*text-transform: uppercase;*/
    
    font-weight: 700;
    background: #f2f2f2;
    width: 100%;
    text-align: center;
    color: grey;
    border-radius: 5px 5px 0 0;
}
nav.on {
    display: block;
}
nav li {
    display: inline-block;
    padding: 0.5em;
    line-height: 1.8em;
}
nav li:hover {
    color: #f40957;
}
nav li.current_page_item {
    color: #f40957;
}
.current_page_item.menu-item-7285 {
    color: #fff;
}
nav li a {
    padding: 1em;
    font-size: 15px;
    font-family: 'Merriweather', serif;
}
#menu-main-navigation {
    margin-bottom: 0px;
}
.menu-item-7285 {
    background: #f40957;
    color: #fff;
}
.menu-item-7285 a:hover {
    color: #fff;
}
.menu-item-7285:hover {
    color: #fff;
}
/**
 * ---------
 * @section GLOBAL NEWS
 * ---------
*/

.news {
    position: relative;
}
.caption {
    padding: 0 0.5em;
    width: 100%;
    background: #333;
    position: absolute;
    bottom: 0;
}
.grey-area {
    background: #f2f2f2;
    padding: 2em 0;
    /*margin-bottom: 2em;*/
    
    overflow: hidden;
}
.text-container {
    overflow: hidden;
}
section h2::before {
    content: url('image/paw.png');
    vertical-align: -moz-middle-with-baseline;
    margin-right: 25px;
}
.featured-image {
    text-align: center;
}
.featured-image img {
    transition: all 0.3s ease;
}
.featured-image img:hover {
    border: inset thick solid red;
}
/**
 * ---------
 * @subsection MAIN STORIES
 * ---------
*/

.main-stories {
    margin-bottom: 4px;
}
.primary-story {
    background: blue;
    margin-bottom: 25px;
}
.cat {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    background: #f40957;
    text-transform: uppercase;
    padding: 1em;
    z-index: 1000;
}
.cat p {
    margin: 0;
    font-weight: 400;
}
.small-ad {} .secondary-story {
    width: 100%;
    background: green;
    /*height: 48%;*/
}
.secondary-story.news:first-child {
    margin-bottom: 15px;
}
.third-story {
    width: 100%;
    background: orange;
    height: 48%;
}
.top.featured-image {
    height: 100%;
}
.top.featured-image:hover > .cta-button {
    z-index: 0!important;
}
.dtg-image:hover > a > .cta-button {
    z-index: 0!important;
}
.cta-button {
    transition: 0.2s ease background;
}
.cta-button:hover {
    background: #ac0b41;
}
.top.featured-image img {
    width: 100%;
    /*height: auto;*/
}
.caption {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.caption h3 {
    margin: 0;
    padding: 0.5em 0;
    color: #fff;
    font-size: 20px;
}
.cta-button {
    width: 150px;
    height: 65px;
    background: #f40957;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 5px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-family: 'Merriweather', serif;
    z-index: -100;
}
.button {
    width: 150px;
    height: 50px;
    background: #f40957;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    font-family: 'Merriweather', serif;
}
/**
 * ---------
 * @subsection FEATURED
 * ---------
*/

.featured-wrapper {} .featured-stories {} .featured {
    width: 100%;
    /*height: 100%;*/
    
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.story {
    width: 32%;
    height: 47%;
    /*background: brown;*/
    
    box-sizing: border-box;
    /*padding: 2em;*/
    
    margin-bottom: 3em;
    display: inline-block;
}
.story h3 {
    margin-bottom: 1em;
}
.featured-image {
    position: relative;
    background: #333;
    transition: all ease 0.3s;
}
.featured-image:hover > img {
    opacity: 0.8;
}
.featured-image img {
    width: 100%;
    height: auto;
    /*position: absolute;
                    left: 0;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    margin: auto;*/
}
.featured-text {
    margin-top: 0.5em;
}
aside.inner-sidebar {} aside .featured {
    display: flex;
    flex-direction: column;
}
aside .featured-wrapper {
    justify-content: center;
}
aside .featured .story {
    width: 100%;
    margin-bottom: 0;
}
aside .latest-wrapper {
    display: flex;
    justify-content: center;
}
aside .latest {
    width: 100%;
    background: none!important;
    padding: 0;
}
/**
 * ---------
 * @subsection LATEST
 * ---------
*/
/**
 * ---------
 * @subsection DTG
 * ---------
*/

.dtg-side {
    width: 100%;
    height: 100px;
    background: #f40957;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
    margin-bottom: 2em;
}
.dtg-side-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 2em;
}
.dtg-side-wrapper a:link {
    width: 70%;
}
.tourist-guide img {
    width: 100%;
    height: auto;
}
.tourist-guide .cta-button {
    position: static;
    width: 100%;
    border-radius: 0;
}
.dtg-single {
    width: 50%;
    padding: 1em;
}
.dtg-page {
    display: flex;
    flex-wrap: wrap;
	border-top: thin solid #eee;
}
.dtg-image {
    width: 100%;
    /*height: 300px;*/
    
    overflow: hidden;
    margin-bottom: 1em;
    position: relative;
    background: #333;
    line-height: 0;
}
.dtg-image img {
    width: 100%;
    height: auto;
}
/**
 * ---------
 * @section SINGLE POST
 * ---------
*/

.article-header-image {
    width: 100%;
    /*height: 500px;*/
    
    overflow: hidden;
    margin-bottom: 20px;
}
.article-header-image img {
    width: 70%;
    height: auto;
}
.article-title {
    font-size: 3em;
    margin-bottom: 0.2em;
    margin-top: 0.2em;
    /*padding: 1em 0;*/
    /*border-bottom: thin solid #333;*/
}
.article-title h1 {
    font-size: 30px;
    color: #000000;
}
.article-summary {
    color: grey;
    /*padding: 2em 0;*/
    /*border-bottom: thin solid #b3b3b3;*/
    
    margin-bottom: 1em;
}
.article-summary h2 {
    font-weight: 300;
    text-transform: capitalize;
    margin-top: 10px;
    font-size: 17px;
}
.article-summary p {
    margin: 0;
}
.article-content {
    margin-top: 1em;
}
.article-content p {
    font-family: 'Merriweather', serif;
}
aside .latest-news {
    float: right;
    display: block;
    overflow: hidden;
}
.article-content img {
	width: 100%;
	margin-top: 1em;
	/* margin-bottom: 2em; */
	padding: 1em;
	border: thin solid #eee;
	height: auto;
}
.article-content iframe {
	max-width:100%;
}
.full {
    border-top: thin solid #eee;
    display: flex;
    justify-content: space-around;
}
.article-content p a:link {
    color: #f40957;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;    
}
.article-content a:visited {
    color: #f40957;
}
.article-content a:hover {
    text-decoration: underline;
}
.article-details h2 {
    text-transform: capitalize;
    margin-bottom: 1em;
}
.article-details h2 {
    color: #f40957;
    font-weight: 300;
    text-transform: capitalize;
    margin-top: 10px;
    font-size: 17px;
}
/**
 * ---------
 * @subsection COMMENTS
 * ---------
*/

#comments {
    margin-top: 2em;
}
.comment-list {
    padding: 2em 0;
}
/*.comment-body {
    padding: 2em 0;
}*/

ol.children {
    /*border: thin solid #f40957;*/
    
    margin: 2em 0 0;
}
.comment {
    padding: 2em;
}
.comment {
    /*background: #eee;*/
    
    border-left: solid thick pink;
    margin-bottom: 1em;
}
/*.comment-body {
    padding: 2em;
}*/

.reply a:link {
    color: #f40957;
}
.reply a:visited {
    color: #f40957;
}
.reply a:hover {
    text-decoration: underline;
}
.logged-in-as a + a:link {
    color: #f40957;
}
.logged-in-as a + a:visited {
    color: #f40957;
}
div.comment-author {
    margin-bottom: 1em;
    color: #f40957;
}
div.comment-author:before {
    content: url('image/paw.png');
    vertical-align: -moz-middle-with-baseline;
}
div.comment-author img {
    display: none;
}
.form-submit input {
    width: 150px;
    height: 65px;
    background: #f40957!important;
    color: #fff;
    text-transform: uppercase;
    margin: auto;
    border-radius: 5px;
    font-family: 'Merriweather', serif;
    font-weight: 700;
    z-index: -100;
    border: none;
    font-size: 1em;
    transition: 0.2s ease background;
}
.form-submit input:hover {
    cursor: pointer;
    background: #ac0b41;
}
.comment-form-url {
    display: none;
}
#comments label {
    display: none;
}
#comments textarea,
#comments input {
    border: none;
    font-family: 'Merriweather', serif;
    font-weight: 300;
    font-size: 1em;
    padding: 1em;
    width: 100%;
    background: #eee;
}
#comments textarea {
    height: 100px;
}
input,
textarea {
    box-shadow: none;
}
/**
 * ---------
 * @subsection EVENTS
 * ---------
*/

.events {
    /*background: #b2b2b2;*/
}
.indiv-event {
    border-left: thick solid #f40957;
    padding: 1em;
    margin-bottom: 1em;
}
.attachment-post-thumbnail {
    /*margin-bottom: 1em;*/
}
#mc_embed_signup {
    width: 100%;
}
#mc_embed_signup input {
    margin: 1em 0;
    border: none;
}
h2.not-found {
    text-align: center;
    padding: 2em 0;
}
#mc_embed_signup .button {
    background-color: #f40957!important;
}
#mc_embed_signup div.response {
    margin: 0!important;
}
#mc_embed_signup div#mce-responses {
    margin: 0!important;
    padding: 0;
}
#mc_embed_signup .mc-field-group {
    margin-bottom: 0.5em!important;
}
.indiv-event a.read-more {
    display: none;
}
.page-template-events .ssbp-set--one {
    display: none;
}
.event-share {
    margin: 40px 0;
}
.page-template-events .event-share .ssbp-set--one {
    display: block;
}
.indiv-event .content {
    font-size: 0.9em;
    font-weight: 300;
    line-height: 1.8em;
    margin-bottom: 1em;
}
.indiv-event h1 {
    margin-bottom: 1em;
}
.form-control:focus {
    outline: none;
    box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #e4e4e4;
}
.latestnews-text {
    margin-bottom: 14px;
}
.latestnews-text h3 a {
    font-size: 20px;
}
.latestnews-text h3 {
    line-height: 26px;
}
.gutter-12.row {
    margin-right: -6px;
    margin-left: -6px;
}
.gutter-12 > [class^="col-"],
.gutter-12 > [class^=" col-"] {
    padding-right: 6px;
    padding-left: 6px;
}
.categoriesfilter li a {
    font-size: 19px;
    font-weight: 400;
}
.categoriesfilter li:before {
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    color: #f40957;
    font-size: 24px;
    margin-right: 19px;
    margin-left: 23px;
}
aside.events .input-group {
    border: 2px solid #f40957;
    border-radius: 8px;
}
aside.events .form-control {
    border: 0px;
    border-radius: 7px;
    height: 39px;
}
aside.events .input-group-btn button {
    border: 0px;
    box-shadow: 0 0 0;
    font-size: 23px;
    color: #f40957;
    padding-top: 0;
}
aside.events .input-group-btn button:focus,
aside.events .input-group-btn button:hover {
    background: transparent;
}
.categoriesfilter {
    margin-top: 40px;
}
.navigation {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    color: #f40957;
    font-weight: 400;
    font-size: 17px;
    margin-top: 90px;
    text-transform: uppercase;
}
.navigation .alignleft {
    float: left;
}
.navigation .alignright {
    float: right;
}
.inner-sidebar .latestnews-text h3 {
	margin-top:1px;
	margin-bottom:30px;
	display: block;
}
.inner-sidebar .latestnews-text span.small {
	margin-top:9px;
	font-family: 'Merriweather', serif;
	color:#b4b1b9;
	display: block;
}
.inner-sidebar .featured-wrapper .latestnews-text h3 {
	margin-top: 8px;
}
.accommodation_options {
	font-family: 'Merriweather', serif;
	font-weight: 300;
	line-height: 20px;
	font-size: 14px;
	color: #1b1a1a;
	margin-top: 40px;
	margin-bottom: 80px;
}
.accommodation_options a {
	color:#f40957;
}
.accommodation_options a.acctel {
	color:#000;
	font-weight: 600;
}

header {
	display:block;
	height:180px;
}
.mobile-search {
	position:relative;
	margin-top:-8px;
}
.desktop-search {
	display:none;
	position:relative;
}

.logo-mobile {
	display:block;
}
.logo-desktop {
	display:none;
}
.bt-grey {
	border-top: thin solid #eee;
}
.m-15 {
	margin:0 15px;
}


@media (min-width:600px) {
	.mobile-search {
		margin-top:5px;
	}
}

@media (min-width: 768px) {
  .row.equal {
  }
	.row.equal > div {
		width:33%;
	}
	
/*img {width:auto!important;}*/

	
	.mobile-search {
		display:none;
	}
	.desktop-search {
		display:block;
	}
	header {
		height: auto;
	}
	.logo img {
		width: 400px;
	}
	
	#menu-main-navigation {
		text-align:left;
		padding-left:10px;
	}
	nav li {
		padding:0;
		line-height:2.8em;
	}
	nav li a {
		padding: 14px 10px;
		font-size: 10.5px;
	}
	.row.gutter-12.main .latestnews-text h3 {
		height:auto!important;
	}
	.row.gutter-12.main .latestnews-text p {
		height:auto!important;
	}
}
@media (max-width: 1000px) {
	p {
		font-size: inherit!important;
	}
	.secondary-story {
		width:100%!important;
	}
}


@media (min-width: 992px) {
	#menu-main-navigation {
		text-align:inherit;
		padding-left:0;
	}
	.logo {
		padding:2em 0;
	}
	.logo img {
		width:698px;
	}
	nav li a {
		font-size:13px;
		padding:14px;
	}
	.logo-mobile {
		display:none;
	}
	.logo-desktop {
		display:block;
	}
}



@media (min-width: 1200px) {
	.latestnews-image > a > .img-responsive {
		min-height: 157px;
	}
	.logo img {
		width: 698px;
		max-width: 698px;
	}
	header {
		/* height:300px; */
	}
	nav li a {
		font-size:15px;
		padding:14px 22px;
	}
}
a.homebannerads {
    border: 3px solid #f40957;
    display: block;
  max-width:257px;
  margin-left:auto;
  margin-right:auto;    
}
a.homebannerads img {

}
.row.equal > div {
	margin-bottom: 20px;
	min-height: 380px; 
}
div.row.equal::before {
	display:inline;
}

.page-id-8 .article-content h3 {
	font-size: 16px;
}



.row.gutter-12.main .latestnews-text p {
	/*font-size:inherit!important;*/
}
/*img {width:100%;}*/
.page-id-8 .full {
    border-top: thin solid #eee;
    display: flex;
    justify-content: space-around !important;
    flex-direction: column !important;
}

.tplis-cl-cookies a {
	color:#FFFFFF;
}

.last-modified-date {
	color: grey;
}
.mt-40 {margin-top:40px;}
section img {width:100%;}




.search-container {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	/*z-index:1000;*/
}
.search-container input {
  background-color: #FFFFFF;
  border: 3px solid #F40A57;
  border-radius: 15px;
  color: #F40A57;
  cursor: pointer;
  font-size: 15px;
  height: 30px;
  float: right;
  outline: none;
  transition: all 0.3s ease;
  width: 30px;
	position: relative;
	z-index:1;
}

.search-container input:focus {
  border-radius: 20px;
  border-width: 2px;
  cursor: text;
  height: 40px;
  line-height: 1.6;
  padding: 0 20px;
  width: 300px;
}
.search-container label {
  background-color: #F40A57;
  bottom: -6px;
  display: block;
  right: 0;
  position: absolute;
  height: 12px;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
  width: 3px;
}
.search-container input:focus + label {
  height: 1px;
  bottom: 6px;
  right: 6px;
}
.logo {width:auto;}




@media (min-width: 768px) {
  .search-container {
    top: -20px;
    right: 20px; /* Adjust the value according to your design */
    transform: translate(0, -50%);
	  left:inherit;
  }

  .search-container input:focus {
    width: 300px;
    left: auto;
    right: 0px; /* Adjust the value according to your design */
  }

  .search-container label {
    right: 0;
    transform: rotate(-45deg);
  }

  .search-container input:focus + label {
    right: 6px;
    left: auto;
    transform: rotate(0);
  }
}
