/*
 Theme Name:   Brittany Child
 Theme URI:    http://www.cssigniter.com/ignite/themes/brittany/
 Description:  Brittany Child Theme
 Author:       Konstantinos Archontis
 Author URI:   https://www.it-archo.de
 Template:     brittany
 Version:      1.3
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         white, light, one-column, two-columns, full-width-template, right-sidebar, fixed-layout, responsive-layout, custom-menu, featured-images, theme-options, threaded-comments, translation-ready, photoblogging
 Text Domain:  brittany
*/

@import url('https://fonts.googleapis.com/css2?family=Julius+Sans+One&display=swap');

/*Color Lila #c82d8d*/
/*Color Pink #FCD5CE*/

/*Color (PINK pastel) primary ##fcd5ce*/
/*Color (LILA ) secondary #c82d8d*/

/* VERSION 1. with Background Image Colors*/
.site-logo a {
/*

   color: white;  
   background: url(../../uploads/logo/logo_bg2.png) no-repeat;
   background-size: 100%;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
 */
}

/*Version 3*/
/*Pastel Primary #fc8d49*/
/*dark  #4b4795*/




/* IMAGE LOGO  */
.site-logo {
	margin-bottom: 0!important;
}
.site-logo img {
	max-width: 400px;
}

/* VERSION 2. Like Insta*/
.site-logo {
	margin-bottom: 2rem;
	letter-spacing: 0.1em;
	font-weight: 300;
}

@media screen and (max-width: 767px) {
	.site-logo {
		transform: scale(0.7);
		margin-bottom: 1rem;
	}
}
.site-logo a .wrapper {
	display: inline-block;
	position: relative;
	line-height: 60px;
}
.site-logo a .wrapper:before {
	content: "";
    display: inline-block;
    width: 28px;
    height: 65px;
    position: absolute;
    left: -25px;
    top: -6px;
    clip-path: polygon(80% 0, 0% 100%, 100% 100%);
    background-color: #4b4795;
    z-index: -1;
}
.site-logo a .wrapper:after {
	content: "";
    display: inline-block;
    width: 28px;
    height: 65px;
    position: absolute;
    right: -25px;
    top: -6px;
    clip-path: polygon(0 0, 0% 125%, 100% 0);
    background-color: #4b4795;
    z-index: -1;
}
.site-logo a .master-set {
	/*font-family: "Times New Roman", Times, serif;*/
	font-family:  'Julius Sans One', sans-serif;
	font-weight: 300;
	color: #4b4795;
	margin-bottom: 1rem;
	font-style: italic;
	white-space: nowrap;
	height: 60px;
	position: relative;
	padding-left: 10px;

	background-color: #F6F6F6;
	
	-webkit-box-shadow: 0px -3px 0px 3px #4b4795;
		-moz-box-shadow:    0px -3px 0px 3px #4b4795;
		box-shadow:         0px -3px 0px 3px #4b4795;
}
.site-logo a .pre-set {
	display: inline-block;
	width: 20px;
	height: 60px;
	position: absolute;
	left: -18px;
	top: 0;
	clip-path: polygon(95% 0, 0% 100%, 100% 100%);
	background-color: #F6F6F6;
	z-index: 10;
}
.site-logo a .post-set {
	display: inline-block;
	width: 40px;
	top: 0;
	right: -35px;
	height: 60px;
	position: absolute;
	clip-path: polygon(0 0, 0% 140%, 100% 0);
	background-color: #F6F6F6;
}






/* TYPOGRAPHY */
a:hover,
a:focus {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
	font-family:  'Julius Sans One', sans-serif;
	color:  #4b4795;
}
.widget-title {
	font-weight:  600;
	color:  #4b4795;
}
.entry-title {
	font-size: 32px;
}
.entry-title a{
	color:  #4b4795;
}

.site-tagline {
	color:  #1f1f1f!important;
	display: inline-block;
	padding: 5px 15px;
	background-color: rgba(255,255,255,0.8);
}


::-moz-selection { 
  color: #fff;
  background: #4b4795;
}


::selection {
  color: #fff;
  background: #4b4795;
}



/* DESIGN */
.entry-item-fixed {
	border-color: transparent;
	border:  0;
}
.entry-thumb{
	padding:  0;
}
.entry-thumb,
.widget-about .widget-about-avatar img,
.entry-content img {
	background-color: transparent;
}

.btn, .comment-reply-link, .button, input[type="button"], input[type="submit"], input[type="reset"], button {
	background-color: #fc8d49;
}
.btn:hover, .comment-reply-link:hover, .button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover{
	color: #fc8d49;
}









.comment-form-cookies-consent > input{
	margin-left: 25px;
}
.comment-form-cookies-consent > label {
	position: relative;
	width: auto;
	overflow: visible;
	display: inline;
	padding-left: 30px;
	margin: 0;
	clip: auto;
	height: auto;
	margin-left: 30px;
	display: block;
	margin-top: -30px;
}