/*
Theme Name: Practical Publishing Child
Theme URI: http://www.practicalpublishing.co.uk
Author: Dorota Lewinska
Author URI: http://www.practicalpublishing.co.uk
Template:  practical_publishing
Description: Practical Publishing template child.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: practical 
*/
/* globals
Pink - ed6d8f
Dark Pink - d11c66

Green - 5cbcab

Yellow - ffd400

Grey - 9b9d9f

Coral - f38071 

 */

@font-face {
    font-family: Abril;
    src: url("fonts/abril-fatface/AbrilFatface-Regular.otf") format("opentype");
}
 
body {
	font-family: 'PT Sans', sans-serif;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	font-family: 'PT Sans', sans-serif; 
}
.content.society h1, .content.society h2, .content.society h3, .content.society h4 {
	font-family:  "Abril"; 
}
.content.society h1, .content.society h2 {
	color: #d11c66;	
}
ol.pink-numbers {
	list-style: none; 
	counter-reset: li;
	}
ol.pink-numbers li {
	counter-increment: li;
	padding: 5px 0;
	}	
ol.pink-numbers li::before {
	content: '.'counter(li) ; 
	color: #d11c66;
	font-weight: bold;
    display: inline-block; 
	width: 1em; 
	margin-left: -1.5em;
    margin-right: 0.5em; 
	text-align: right; 
	direction: rtl;
	}
/* header */

header .background {
   background-color: #ed6d8f;
   margin-bottom: 20px;
/*   background-image: 
   url("images/floral_pattern_10.png"),
   url("images/wave.png");
   background-repeat: repeat,
     repeat-x ;
   background-position: 0% 60%,
      bottom;	
   background-size: 500px, 90%;   
 */   
}
header.society .background{
	background-color: #5cbcab;	
}
.sign-in a, .sign-in span, .sign-in b  {
	color: #fff;
}
.sign-in {
	position: absolute;
	z-index: 99999;
}
.search-form .search-field {
	background: #fff;
}
.masthead {
	display: block;
	height: 205px;
	background: center url("images/masthead.png") no-repeat;
	background-size: 425px;
	background-position: bottom;
}
.masthead.society {
	background: none;	
}
.masthead.society a {
	display: inline-block;
	width: 100%;
}
.masthead.society .society-logo-scp a {
	margin-top: 20px;	
}
.masthead.society .society-logo-scp a.logged {
	margin-top: 70px;	
}
.masthead.society .society-logo-scp img {
	width: 200px;
	margin-left: -10px;
}
.masthead.society .society-logo {
	text-align: center;
}
.masthead.society .society-logo img {
	margin-top: 40px;
}
.subscribe {
	position: relative;
}

.subscribe div > a > img {	
	position: absolute;	
	right: 15px;
	top: -36px;
	width: 75%;
}
.subscribe > a > img {
	position: absolute;	
	top: 110px;
	right: -20px;
	height: 80px;
}
.society-header-link {
	margin: 15px 0 10px;
	text-align: center;
}
.society-header-link span {
	display: inline-block;
	margin-top: -5px;
	padding: 5px 5%;
	background: #ffd851;
	color: #ff0750;
	font-weight: bold;
	z-index: 999;
}
.navbar-toggle {
	background-color: transparent;
	border: none !important;
	border-radius: 0;
	background-image: 
	url("images/menuBG-left1.png"),
	url("images/menuBG-right1.png"),
	url("images/menuBG-right1.png");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: left, right, center;	
	background-size:200px, 200px, 200px;
}
.society .navbar-toggle, .society .navbar-toggle:hover, .society .navbar-toggle:focus {
	background-color: #5cbcab;
	background-image: none;
}

#navbar {
	background-image: 
	url("images/menuBG-left1.png"),
	url("images/menuBG-right1.png"),
	url("images/menuBG-center1.png"),	
	url("images/menuBG-center1.png");	
	background-repeat:  no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: left, right, 22%, 72%;
	background-size: 210px, 210px, 400px, 400px;	
}

#menu-main-menu {
	padding: 11px 16px 6px;
}
.society #navbar {
	background-image: none;
	background-color: #5cbcab;
}
@media (max-width: 767px) {
	#navbar {
		background-image: none;	
	}
	.society #navbar {
		background-color: transparent;
	}	
}
.navbar-default {
	height: 46px;
	width: 100%;
}
.society .navbar-default {
	margin-bottom: 10px;
}
.navbar-fixed {
	position: fixed;
	top: 0;
	z-index: 99999;
	width: 100%;
	background: #fff;
}
.practical-ad span {
	display: none!important;
}
.search-form-wrap form {
	float: none;
}
.search-form-wrap form, .search-form-wrap form label {
	width: 100%;
}
.search-form-wrap {
	margin-bottom: 20px;
}
.search-form-wrap .search-form span {
	height: 26px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
	padding: 0 8px;
	font-size: 20px;
	line-height: 18px;
	border-right: 1px solid #fff;
}
@media (min-width: 768px) and (max-width: 1199px) {
	.navbar-fixed {
		width: 740px;
	}
	.navbar-default .navbar-nav > li > a {
		color: #fff;
		padding: 0 7px;
		font-size: 18px;
		line-height: 18px;
		border-right: 1px solid #fff;
	}	
}
.navbar-default .navbar-nav > li:last-child > a {
	border-right: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #1e1e1e;
    background-color: transparent;
}

.navbar-nav > li > .dropdown-menu {
	background: #5cbcab;
	border: none;
	border-radius: 0px;
	border-left: 1px dotted #fff;
	border-right: 1px dotted #fff;
	top: 28px;
	padding: 0;
}
.dropdown-menu > li > a {
	color: #fff;
	border-bottom: 1px dotted #fff;	
}

.society .navbar-nav > li > .dropdown-menu {
	border-left: none;
	border-right: none;
}
.society .dropdown-menu > li > a {
	border-bottom: none;	
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover {
	background: #e7e7e7;
	color: #1e1e1e;
}

/* Home */
.home-content h1 {
	background: #5cbcab;
	color: #fff;
	padding: 0 5px;
	font-size: 26px;
}
.owl-item img {
	border-bottom-left-radius: 80px;
}
.society .owl-item img {
	border-bottom-left-radius: 0;
}
.team-carousel {
	position: relative;
	background: #ffddd8;
	border-radius: 12px;
	margin-top: 40px;
}
.team-carousel h2 {
	text-align: center;
	background: #f38071;
	display: inline-bock;
	width: 60%;
	margin: 0 20%;
	color: #fff;
	margin-top: -14px;
	font-size: 26px;
}
.team-carousel .owl-item img {
	border: 4px solid #fff;
	border-bottom-left-radius: 0px;	
	border-bottom-right-radius: 100px;
	border-top-right-radius: 100px;
	border-top-left-radius: 100px;
	margin-bottom: 40px;
	margin-left: 5px;
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.5);	
}

.team-carousel .owl-item strong {
	display: block;
	position: absolute;
	background: #f38071;
	padding: 0 5px;
	margin-top: -50px;
	color: #fff;
}
.home-advert {
	margin-top: 15px;
}
.home-advert img {
	margin-bottom: 15px;
	width: 100%;
}
.carousel-wrapper .owl-item p {
	text-align: right;
	margin: 0;
	font-size: 20px;
}
/* Blog */
.blog-main .listing-header {margin-top: 10px;}
article a {
	color: #2c71f9;
}
article a:visited {
	color: #2c71f9;
}
article a:hover {
	color: #25488e;
}
.entry-title a:visited, .entry-title a:hover, .entry-title small {
	color: #ed6d8f; 
}
a.article-button {
	background: #ed6d8f;
	color: #fff;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	border-radius: 4px;
}
a.article-button:visited, a.article-button:hover {
	color: #fff;
}
a.article-button:hover, .entry-title a:hover {
	opacity: 0.8;
}
.society a.article-button {
	background: #d11c66;
	margin: 15px 0;
	display: inline-block;
}
.green-heading {
	background: #5cbcab;
	color: #fff;
	padding: 0 10px;
}
.sidebar-title {
	text-align: left;
	border-bottom: none;
	padding: 3px 5px;
	background: #5cbcab;
	color: #fff;
	display: block;
	font-size: 16px;
}
h2.entry-title  {
	margin: 0;
}
.entry-title a {
/*	background: #ed6d8f; */
	color: #ed6d8f;
/*	padding: 0 5px; */
	font-size: 26px;
	display: inline-block;
}
.date {display: block; padding: 0 0 5px 0;}
.image img {
	border-bottom-left-radius: 60px;
	object-position: 50% 0%;
	height: 309px;
	-o-object-fit: cover;
	object-fit: cover;
}
.listing-image img {
	object-position: 50% 0%;
	height: 193px;
	-o-object-fit: cover;
	object-fit: cover;
}
.featured-post-image img {
	height: 410px;
}
.featured-image-single img {
	margin-top: 15px;
	height: 500px; 
	object-position: 50% 50%;
}
.latest-post-wrap {
	margin-bottom: 20px;
}
/* Downloads */
.latest-issues {
	border: 4px solid #5cbcab;
	border-top-right-radius: 50px;	
}
.latest-issues h1 span {
	background: #5cbcab;
	color: #fff;
	text-transform: uppercase;
	padding: 0 5px;
	font-size: 26px;
	display: inline-block;
}
.product-listing-text h2 {
	font-size: 16px;
}
.product-listing-text b {
	text-transform: uppercase;
	font-size: 20px;
}
.product-listing-text {
	text-align: center;
}

/* Papercraft Society */
.society-banner {
	min-height: 200px;
	background-image: 
	url("https://www.simplycardsmag.com/wp-content/themes/practical_publishing/images/pink-background.jpg");	
	background-repeat:  repeat-x;
	background-position: left;
	background-size: cover;
}
.society .ctu-ulimate-style-1 .vc-tabs-li.active {
	background-color: #fff;
	color: #333;
	text-decoration: underline;
	border-bottom: 1px solid #fff;
}
.society .ctu-ulimate-style-1 .vc-tabs-li {
    border-right: 1px solid #5cbcab;
    border-bottom: 1px solid #5cbcab;
	color: #5cbcab;
}
.ctu-ultimate-wrapper p {
	color: #333!important;
}
.ctu-ultimate-wrapper ul {
	list-style: circle;
	list-style-position: inside;
	padding: 0 0 0 20px;
	color: #333;
}

#sb_instagram .sbi_follow_btn a {
    background: #d11c66;
}
#sb_instagram .sbi_follow_btn a:focus, #sb_instagram .sbi_follow_btn a:hover {
	background: #ed6d8f;
	box-shadow: inset 0 0 10px 20px #ed6d8f;
}

/* Footer */
footer {
	padding: 30px 0 0 0;
	min-height: 100px;
	background-color: #ed6d8f;
/*	background-image: 
	url("images/floral_pattern_10.png"),
	url("images/waveUnder.png");
	background-repeat: repeat,
	 repeat-x ;
	background-position: 0% 80%,
	  top;	
	background-size: 500px, 90%;
 */	
}
footer.society {
	background-color: #5cbcab;	
}
footer a {
	color: #fff;
}
.footer-segment-title {
	font-weight: bold;
	color: #fff;
}

footer .social img {
	width: 36px;
	margin: 0 5px 0 0;
}

/*
* category features
*/
body.category-features h2.entry-title a {
	background-color: #5cbcab;
}
/*
* login & register page
*/
#register-inner-wrap {
	width: 48%;
	display: inline-block;
}
.register-reasons-wrap {
	width: 48%;
	display: inline-block;
	margin: 0 0 0 2%;
	vertical-align: top;
}
.register-reasons {
	padding: 20px;
	margin: 0;
	text-align: left;
}
.register-reasons ul {
	list-style: disc inside;
}
.normal-login {
	width: 48%;
	display: inline-block;
}
.social-sign-in {
	width: 48%;
	display: inline-block;
	margin: 0 0 0 2%;
	vertical-align: top;
}
.register-banner img {
	width: 100%;
}
.woocommerce .register-button-wrap {
	text-align: center;
}
.woocommerce .register-button-wrap button {
	background: #5cbcab;
	color: #333;
	font-size: 20px;
	padding: .618em 2em;
}
/*
* affiliates
*/
.affiliate-post-wrap {
	margin-bottom: 50px;
}
.affiliate-post-wrap h2 a {
	font-size: 22px;
}
.affiliate-post-wrap h2 {
	margin: 10px 0 5px 0;
}
.affiliate-post-wrap span {
	display: block;
	min-height: 260px;
}
.affiliate-post-wrap .button-link {
	display: inline-block;
	background: #5cbcab;
	padding: 5px 15px;
	border-radius: 18px;
	color: #fff;
}
.affiliate-post-wrap .button-link:hover {
	opacity: 0.9;	
}
.big-flashy-button {
	display: inline-block;
	background: #ed6d8f;
	padding: 5px 20px;
	border-radius: 20px;
	color: #fff;
	margin: 20px 0;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}
.big-flashy-button:hover, .big-flashy-button:visited {
	color: #fff;
	opacity: 0.9;
}
/*
* latest downloads in the sidebar

.product_list_widget li a {
	display: inline-block;
}
.product_list_widget li a img {
	max-width: 40%;
	display: inline-block;
	vertical-align: top;
}
.product_list_widget li a span {
	max-width: 55%;
	display: inline-block;
	margin-left: 3%;
	vertical-align: top;
}
*/
/*
* break point queries
*/
@media (min-width: 2600px){
	header {		
		background-position: 0% 60%,
		  0% 170%;	
	    background-size: 500px, 100%;
	}
	.social {
		margin-top: 50px;
	}	 
}
@media (min-width: 2100px) and (max-width: 2599px){
	header {		
		background-position: 0% 60%,
		  0% 140%;	
	    background-size: 500px, 100%;
	}
	.social {
		margin-top: 30px;
	}	
}
@media (min-width: 1600px) and (max-width: 2099px) {
	header {	   
		background-position: 0% 60%,
		  0% 120%;	
	    background-size: 500px, 100%;
	}	
}
@media (max-width: 1199px) {
	.register-reasons {
		min-height: 317px;
	}
	.owl-item img {
		border-bottom-left-radius: 50px;
	}
	.entry-title a {
		font-size: 20px;
	}
}
@media (min-width: 480px) and (max-width: 1199px) {
	.image img {
		border-bottom-left-radius: 50px;
		height: 226px;
	}
	.featured-post-image img {
		height: 295px;
	}
	.featured-image-single img {
		height: 270px;
	}	
}	
@media (max-width: 767px) {
/*	header {	
	   background-color: #ed6d8f;
	   background-image: 
	   url("images/floral_pattern_10.png"),
	   url("images/waveMobile.png");
	   background-repeat: repeat,
		 repeat-x ;
	   background-position: 0% 60%,
		   center 140px;	
	   background-size: 500px, 660px;
	}	*/
	header .search-form input, header .search-form label {
		width: 100%;	
	}
	header .search-form {
		position: absolute;
		top: 165px;
		width: 96%;
		left:0;
		margin: 0 2%;
	}
	.masthead {
		background-size: 260px;
		background-position: center 0;
		height: 210px;
	}
	.masthead.society {
		height: auto;
	}
	.masthead.society .society-logo img {
		margin-top: 10px;
	}
	.masthead.society .society-logo-scp a {
		margin-top: 25px;
	}	
	.subscribe {
		top: 20px;
	}
	.subscribe div > a > img {
		top: -10px;
		width: 80%;
	}
	.subscribe > a > img {
		top: 75px;
		height: 60px;
		right: -5px;
	}
	.sign-in {
		position: absolute;
		top: 150px;
		z-index:9999;
	}
	.logged .sign-in {
		top: 110px;
	}
	.society .sign-in {
		position: absolute;
		top: 5px;
		z-index:9999;
	}
	.society .logged .sign-in {
		top: 10px;
	}	
	
	.sign-in a {
		display: inline-block;	
		border: none;
		line-height: 14px;
		padding: 0 0 3px 0;
		margin: 0 0 3px 0;
		
	}
	.sign-in a:last-child {
		border: none;
	}
	.sign-in a, .sign-in span {
		color: #1e1e1e;
	}
	.sign-in a::before {
		color: #fff;
		line-height: 24px;
	}
	.navbar-fixed {
		width: 450px;
	}
	.container-fluid {
		position: absolute;
		z-index: 999;
		width: 60%;
		margin: 0 20%;
	}
	.navbar-nav {
		margin: 0;
	}	
	#menu-main-menu {
		background: #5cbcab;
		padding: 0;
		border-left: 1px dotted #fff;
		border-right: 1px dotted #fff;
	}
	#menu-main-menu li a {
		padding: 6px 20px;
		border-right: none;
		border-bottom: 1px dotted #fff;
		color: #fff;
	}
	#menu-main-menu li a:hover, #menu-main-menu li.active a, #menu-main-menu .open > a{
		color: #1e1e1e;
	}
	footer {
		background-size: 500px, 660px;
	}
	.product-list .product {
		min-height: 330px;
	}
	#register-inner-wrap {
		width: 100%;
		margin-bottom: 15px;
	}
	.register-reasons-wrap, .normal-login, .social-sign-in {
		width: 100%;
		margin: 0;
	}	
	.register-reasons {
		min-height: 0;
	}
	h2.entry-title {
		margin-top: 10px;
	}
	.listing-image img {
		height: auto;
	}
	.affiliate-post-wrap span	{
		min-height: auto;
	}
	.masthead.society .society-logo img {
		margin-top: 20px;
	}	
	.masthead.society .society-logo .logged img {
		margin-top: 70px;
	}	
}
@media (max-width: 479px) {
	.masthead {
		position: center;
	}

	header .search-form {
		width: 90%;	
		margin: 0 5%;
	}
	.sign-in {
		top: 160px;
	}	
	.logged .sign-in {
		top: 122px;
	}

	.container-fluid {
		width: 94%;
		margin: 2%;
	}
	.navbar-fixed {
		width: 94%;
	}
	.owl-item img {
		border-bottom-left-radius: 40px;
	}
	.image img {
		border-bottom-left-radius: 60px;
		height: auto;
	}
	.featured-post-image img {
		height: 260px;
	}
	
}
@media (min-width: 1200px) {

}

@media (min-width: 480px) {

}

@media (min-width: 480px) and (max-width: 1200px) {

}
@media (min-width: 768px) {
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
		background-color: transparent;
		color: #1e1e1e;
		border-right-color: #fff;
	}
	
}