/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

a.post-button
{
width: auto;
}
a.post-button:link, a.post-button:visited
{
    color: #2281c2;
    border: 1px;
    text-decoration: none;
    border-style: solid;
    border-color: #2281c2;
    border-width: 1px;
    border-radius: 4px;
    padding: 8px 10px;
		text-align: center;
    display: inline-block;
}

a.post-button:hover, a.post-button:active
{
    color: white;
    background-color: #2c96df;
    border: 1px;
    text-decoration: none;
    border-style: solid;
    border-color: #2281c2;
    border-width: 1px;
    border-radius: 4px;
    padding: 8px 10px;
		text-align: center;
    display: inline-block;
}

.header-navigation ul.menu > li
{
	text-transform: capitalize;
	color: #212732;
}

.site-description
{
	font-style: normal;
	font-size: 14px;
	color: #909398;
}

.site-top
{
	padding-left:0px;
	padding-right: 0px;
	padding-top: 24px;
	padding-bottom: 24px;
	text-align: left;
}

.entry-title
{
	font-weight: 400;
}

.post-thumbnail
{
	margin-top: 24px;
}

.entry-header-meta
{
	color: #909398;
	font-style: normal;
}

.search-field
{
	border-radius: 4px;
}

.widget-title
{
	text-transform: capitalize;
}

.continue-reading
{
	text-transform: capitalize;
}

.post-date
{
	text-transform: capitalize;
	color: #909398;
}



/*
Inner post banner
*/
.post-inner-banner
{
  background-color: #eaf6ff;
	border: 1px solid #8cccfa;
  width: 100%;
  padding-top: 12px;
	padding-bottom: 0px;
	padding-right: 16px;
	padding-left: 16px;
  border-radius: 8px;
  text-align: center;
}

.post-inner-banner-heading
{
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 300;
	color: #196091;
}

.post-inner-banner-paragraph
{
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 19px;
	color: #595d66;
}

.post-inner-banner-button
{
	width: auto;
	color: #fff;
  background-color: #2281c2;
	border: 1px;
	text-decoration: none;
	border-style: solid;
	border-color: #2281c2;
	border-width: 1px;
	border-radius: 4px;
	padding: 5px 10px;
	text-align: center;
	display: inline-block;
  font-size: 15px;
}

.post-inner-banner-button:link, .post-inner-banner-button:visited
{
    color: #fff;
		background-color: #2281c2;
    border: 1px;
    text-decoration: none;
    border-style: solid;
    border-color: #2281c2;
    border-width: 1px;
    border-radius: 4px;
    padding: 5px 10px;
		text-align: center;
    display: inline-block;
  	font-size: 15px;
}

.post-inner-banner-button:hover, .post-inner-banner-button:active
{
    color: #2c96df;
    background-color: #eaf6ff;
    border: 1px;
    text-decoration: none;
    border-style: solid;
    border-color: #2c96df;
    border-width: 1px;
    border-radius: 4px;
    padding: 5px 10px;
		text-align: center;
    display: inline-block;
  	font-size: 15px;
}

/*
Inner post banner with image
*/
.post-inner-banner-image
{
  background-color: #eaf6ff;
	border: 1px solid #8cccfa;
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  display: flex;
	flex-direction:row;
	box-sizing:border-box
}

.post-inner-banner-image-left
{
  width: 36%;
  height: 100%;
  margin-right: 10px;
	float: left;
  align-self: center;
}  

.post-inner-banner-image-right
{
  width: 60%;
  margin-left: 10px;
	float: right;
} 

.post-inner-banner-image-right h4
{
	margin-bottom:10px
}

.post-inner-banner-image-right p
{
	margin-bottom:10px
}



@media only screen and (max-width: 768px)
{
	.post-inner-banner-image
	{
		flex-direction: row;
	}
	
	.post-inner-banner-image-left
	{
		width:50%;
		margin-right:10px;
		margin-bottom: 10px;
	}
	
	.post-inner-banner-image-right
	{
		width:100%;
		margin-left:0px;
	}
	
}

@media only screen and (max-width: 400px)
{
	.post-inner-banner-image
	{
		flex-direction: column;
	}
	
	.post-inner-banner-image-left
	{
		width:50%;
		margin-right:10px;
		margin-bottom: 10px;
	}
	
	.post-inner-banner-image-right
	{
		width:100%;
		margin-left:0px;
	}
	
	.post-inner-banner-image-right h4
	{
		text-align:center
	}

	.post-inner-banner-image-right p
	{
		text-align:center
	}
	
}
/* CONSENT POPUP */

.cc-grower {
  width: 100%;
  max-height: 100px !important;
}

.above {
  z-index: 99999;
}

.above .logo-header.linkgallery-logo {
  margin-top: 0;
}

.cc-revoke {
  display: none !important;
}

.cc-window .cc-message a {
  /* color: #3180C5; */
  text-decoration: underline;
}
.cc-deny:hover {
  text-decoration: underline !important;
}
.cc-deny:hover {
  background: none;
}
.cc-allow {
  border: 1px solid #fff !important;
  padding-left: 26px!important;
  padding-right: 26px!important;
}
.cc-allow:hover {
  background: rgb(78, 94, 112) !important;
  text-decoration: none !important;
}
.cc-deny {
  font-weight: 300 !important;
	text-decoration: underline;
}
.cc-window .cc-message {
  font-weight: 300;
}
.cc-dismiss, .cc-deny, .cc-dismiss {
  font-weight: 300;
  min-width: auto !important;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  border-radius: 4px;
}

@media screen and (max-width: 1199px) {
	body .cc-dismiss {
	  line-height: 20px !important;
	  font-size: 18px !important;
	}
	body .cc-compliance {
	  position: absolute;
	  top: 0;
	  right: 0;
	}
	body .cc-deny {
  font-weight: 300 !important;
	text-decoration: none;
}
	body .cc-message {
	  margin-top: 14px !important;
	  margin-bottom: 2px !important;
	}
	body .cc-floating.cc-theme-classic {
	  border-radius: 0 !important;
	}
	body .cc-compliance a.cc-allow {
	  background: rgb(78, 94, 112) !important;
		  border: none !important;
  padding-left: 0!important;
  padding-right: 0!important;
		border-radius: 0;
		margin: 0 !important;
	}
	body .cc-compliance a.cc-deny {
	  font-weight: 300 !important;
	}
	body .cc-window {
	  padding-top: 2em !important;
	  padding-bottom: 1em !important;
	}
	
	body .cc-window .cc-message {
	  margin-top: 8px;
	}

	body .cc-compliance {
	  display: flex;
	  width: 100%;
	  justify-content: space-around;
	}

	body .cc-compliance a {
	  display: block;
	  width: 50%;
	  border-radius: 0;
	}
}