/*
	Theme Name: The Bag Hag Theme
	Theme URI: http://www.svengroup.com/
	Description: TheBagHagDiaries Blog Website
	Version: 1.0.0
	Author: svengroup
	Template: thebaghag-wp
*/

@import url("../thebaghag-wp/style.css");

/*
* override
*/
@media screen and (min-width: 64.0625em){
	.mobile-toggle {
		display: none;
	}
}


/*
* FONTS
*/
@font-face {
	font-family: 'Lora';
	src: url('../thebaghag-wp/assets/fonts/Lora-Regular.eot');
	src: url('../thebaghag-wp/assets/fonts/fonts/Lora-Regular.woff') format('woff'), url('../thebaghag-wp/assets/fonts/fonts/Lora-Regular.ttf') format('truetype'), url('../thebaghag-wp/assets/fonts/fonts/Lora-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Prata';
	src: url('../thebaghag-wp/assets/fonts/Prata-Regular.eot');
	src: url('../thebaghag-wp/assets/fonts/Prata-Regular.woff') format('woff'), url('../thebaghag-wp/assets/fonts/Prata-Regular.ttf') format('truetype'), url('../thebaghag-wp/assets/fonts/Prata-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*=========================================================================
						ADDED GENERAL CSS
=========================================================================*/
.a-post-slider-slash {
	color: #ef2673;
}
.added-footer-class {
	position: relative;
	text-align: left;
}
.added-footer-class img {
	float: left;
	margin-right: 20px;
}
.added-footer-class h1 {
	font-size: 26px;
    color: #DD4C9B;
    padding-top: 20px;
	margin: 0;
}
.added-footer-class span {
	font-style: italic;
	color: #DD4C9B;
	font-size: 16px;
}
.added-footer-class p {
	color: #1A1A1A;
	font-size: 13px;
	overflow: hidden;
}
.added-class-footer-2 {
	margin: 30px;
}
.added-class-footer-2 small{
	font-size: 13px;
	text-align: center;
}
#comments {
	margin-top: 50px;
}
#subfooter p {
	font-family: 'Prata';
	font-size: 13px;
	color: #000000;
	letter-spacing: 1px;
}

@media (max-width: 375px) {
	.added-footer-class img{
		float: none;
		text-align: center;
		margin: 0 auto;
		display: block;
	}
}

/*
* plugins/js_composer/assets/css/js_composer.min.css?ver=5.0.1
*/
.vc_gitem-zone, .vc_gitem_row .vc_gitem-col {
	background: #ffffff;
}
.vc_gitem_row .vc_gitem-col {
	padding: 10px 0 !important;
}
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
	color: #ef2673 !important;
    background-color: transparent !important;
    border: 1px solid #ef2673 !important;
}
.vc_btn3.vc_btn3-size-md {
	padding: 10px 15px !important;
}
.vc_btn3.vc_btn3-shape-rounded {
	border-radius: 0 !important;
}
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-juicy-pink:focus, .vc_btn3.vc_btn3-color-juicy-pink:hover {
	color: #ffffff !important;
    background-color: #ef2673 !important;
}

/*
* post img (app.css)
*/
img {
	display: block;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
	max-width: 100%;
    height: auto;
}
.textwidget img {
	width: auto;
}
img.logoimg {
	width: auto;
}


#live-feed {
	position: fixed;
	right: -200px;
	top: 50%;
	z-index: 31;
	transform: translate(0%, -50%);
}
#live-feed .live-feed-inner {
	position: relative;
}
#live-feed .live-feed-inner .close-feed {
	background-image: url('../thebaghag-wp/assets/img/feedjitLogo-baghag.png');
	width: 25px;
	height: 90px;
	background-position: top right;
	background-size: 100%;
	display: block;
	position: absolute;
	left: -23px;
    top: 50%;
    transform: translate(0%, -50%);
	padding: 3px 6px;
}
