/*!
Theme Name: IPSTUDIO-SUPPORT
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600&display=swap');
body {
	/*font-family: "Proxima Nova"; old font*/
	font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #121212;
    font-weight: 300;
    background: #f3f5f7;
    margin: 0;
    height: 100%;
    min-height: 100%;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.24;
    font-weight: 500;
    color: #333333;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNovaT-Thin.woff2') format('woff2'),
        url('fonts/ProximaNovaT-Thin.woff') format('woff'),
        url('fonts/ProximaNovaT-Thin.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('fonts/ProximaNova-Bold.woff') format('woff'),
        url('fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('fonts/ProximaNova-Regular.woff') format('woff'),
        url('fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root{
	--primary: #8e213c;
	--linkColor: #8e213c;
	--linkHover: #8e213c;
	--fontFamily: 'Proxima Nova';
}
.container {
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.content {
    max-width: 100%;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
header#masthead {
    background: var(--primary);
    padding: 25px 0;
}
.logo-holder h1 {
    font-size: 24px;
    text-transform: uppercase;
}
.logo-holder h1 a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}
.logo-holder strong {
    font-weight: bold;
}
.header-row {
    display: flex;
    justify-content: space-between;
}
.header-links a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    display: flex;
	align-items: center;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}
.header-links a svg {
    margin-right: 10px;
}
.logo-holder h1 a:hover, .header-links a:hover{
	color: #fff;
	opacity: .8;
}
.logo-holder img {
    width: 54px;
}
.header-title {
    font-size: 40px;
	line-height: 50px;
    font-weight: 500;
    margin: 0 0 27px;
    margin-top: 20px;
    color: #fff;
}
.search-form-holder input[type="text"] {
    width: 100%;
    padding: 20px 32px 21px 59px;
	font-weight: 300;
    background: rgba(255,255,255,0.2);
    border: none;
    outline: none;
    color: rgba(255,255,255,0.7);
    font-size: 18px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.03);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.03);
    -webkit-transition: background .4s, -webkit-box-shadow .2s;
    transition: background .4s, -webkit-box-shadow .2s;
    -o-transition: background .4s, box-shadow .2s;
    transition: background .4s, box-shadow .2s;
    transition: background .4s, box-shadow .2s, -webkit-box-shadow .2s;
	margin: 0;
}
form#searchform {
    position: relative;
}
.search__submit {
    width: 22px;
    height: 22px;
    border: none;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 19px;
    margin-top: -10px;
    outline: none;
    cursor: pointer;
    -webkit-transition: -webkit-transform .1s linear;
    transition: -webkit-transform .1s linear;
    -o-transition: transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear, -webkit-transform .1s linear;
}
.search__submit:before {
    content: ' ';
    border: 2px solid white;
    border-radius: 50%;
    position: absolute;
    top: 0;
	left: 0;
	width: 12px;
	height: 12px;
}
.search__submit:after {
    content: ' ';
    border-top: 2px solid white;
    position: absolute;
    bottom: 12px;
    right: 19px;
    width: 12px;
    height: 1px;
    -webkit-transition: width .1s linear;
    -o-transition: width .1s linear;
    transition: width .1s linear;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.search-form-holder input[type="text"]::placeholder {
    color: rgba(255,255,255,0.7);
}
.search-form-holder input[type="text"]:focus::placeholder {
    color: #a4a4ac;
}
.search-form-holder input[type="text"]:hover {
    background: rgba(255,255,255,0.27);
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.03);
    box-shadow: 0 10px 20px rgba(0,0,0,0.03);
}
.search-form-holder input[type="text"]:active, .search-form-holder input[type="text"]:focus {
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.14);
    box-shadow: 0 10px 20px rgba(0,0,0,0.14);
    background: white;
    color: #3a3c4c;
}
.search-form-holder input[type="text"]:focus+.search_icons .search__submit:before, .search-form-holder input[type="text"]:focus+.search_icons .search__submit:after, .search-form-holder input[type="text"]:active+.search_icons .search__submit:before, .search-form-holder input[type="text"]:active+.search_icons .search__submit:after {
    border-color: #9fa0a8;
}
.section {
    padding-top: 26px;
}

/* Blog */
.paper {
    background-color: white;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 30px;
    position: relative;
    z-index: 3;
    text-decoration: none;
    overflow: hidden;
    width: 100%;
    display: block;
    outline: none;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,0.03);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.03);
    -webkit-transition: border .15s linear, background-color .15s linear, opacity .15s linear, -webkit-transform .15s linear, -webkit-box-shadow .15s linear;
    transition: border .15s linear, background-color .15s linear, opacity .15s linear, -webkit-transform .15s linear, -webkit-box-shadow .15s linear;
    -o-transition: border .15s linear, transform .15s linear, background-color .15s linear, box-shadow .15s linear, opacity .15s linear;
    transition: border .15s linear, transform .15s linear, background-color .15s linear, box-shadow .15s linear, opacity .15s linear;
    transition: border .15s linear, transform .15s linear, background-color .15s linear, box-shadow .15s linear, opacity .15s linear, -webkit-transform .15s linear, -webkit-box-shadow .15s linear;
}
a.paper:hover {
    border: 1px solid rgba(136,149,162,0.2);
    background-color: #fcfcfc;
}
.collection {
    position: relative;
    padding-left: 150px;
}
.collection__photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 100%;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.paper .c__primary {
    transition: -webkit-filter .15s;
    font-weight: 400;
}
a.paper:hover .c__primary {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
}
.paper__preview {
    margin: 5px 0 11px;
    text-decoration: none;
    display: block;
    max-width: 630px;
    line-height: 1.4;
    color: #565867;
}
.avatar {
    font-size: 13px;
    color: #8f919d;
    margin-top: 4px;
}
.avatar:before, .avatar:after {
    content: ' ';
    display: table;
}
.avatar__info, .avatar__photo {
    line-height: 1.4;
}
.avatar__photo {
    margin-right: 10px;
    float: left;
}
.avatar__image {
    width: 32px;
    height: 32px;
    vertical-align: bottom;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 2px white;
    box-shadow: 0 0 0 2px white;
    position: relative;
    z-index: 4;
}
.avatar:after {
    clear: both;
}
.avatar:before, .avatar:after {
    content: ' ';
    display: table;
}
.c__darker {
    color: #4f5e6b;
}
.t__h3 {
    margin: -5px 0 2px;
    font-size: 18px;
}
.article a, .c__primary {
    color: #333333;
}
a.paper:hover .collection__photo {
    border-color: #d0d7df;
}
.collection__photo svg {
    position: relative;
    width: 48px;
    height: 48px;
    -webkit-transition: stroke .1s linear;
    -o-transition: stroke .1s linear;
    transition: stroke .1s linear;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
}
.collection__photo svg {
    stroke: #818a97;
}
.footer {
    margin-top: 35px;
    padding: 40px 0;
    text-align: left;
    font-size: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #ffffff;
    color: #a3abb5;
}
.footer-logo img {
    margin: auto;
}
.footer-social a {
    display: inline-block;
}
.footer-social {
    text-align: center;
}
.footer-social img {
    width: 20px;
    margin: auto;
    margin-top: 30px;
}
.g__space+.g__space {
    margin-top: 16px;
}
.g__space.ondemand .collection__photo img, .g__space.livebyipstudio .collection__photo img {
    height: 50px;
    margin: auto;
    margin-top: 6px;
}
.breadcrumb {
    position: relative;
    z-index: 11;
}
.link__arrow {
    position: relative;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    color: #8f919d;
    margin: 0 7px 7px 0;
    padding-right: 16px;
    top: -6px;
}
.link__arrow:before {
    content: ' ';
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -5px;
    right: 0;
    width: 7px;
    height: 12px;
    font-size: 36px;
    color: #acb8c2;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAYCAYAAADKx8xXAAAAqUlEQVR4AbXUNRLCABSEYbTC3a6BU8ftBlyA+/dscHYii+TN/OUXzyvFEx1PdbRFzZI4MaqiAwqQidoqXN3QPQt1FLhAPmEbdRU8Q14C7it4moAdNFDwOAG7aKTgEXIT8FjBgwTsoamC+8hJwDMF95BN2EcLBXeQRXhVDJQvNeHh2MrD4dfhqK+DPwBG498/OfkjF34rRv1vfuReIauDl5WlLitejy3VnAHtSsjA994UIwAAAABJRU5ErkJggg==) no-repeat;
    background-size: 100%;
}
.link__arrow a {
    color: #4f5e6b;
    text-decoration: none;
}
.link__arrow:last-child:before {
    display: none;
}
.section__bg {
    padding-top: 0;
    padding-bottom: 26px;
    position: relative;
}
.section__bg:before {
    content: ' ';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ebeef1;
    border-radius: 4px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    z-index: 0;
}
.collection__headline, .paper__stack.animation__clicked {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    border-radius: 0;
}
.paper__article-preview:not(:last-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.paper__article-preview {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.05);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.05);
    border: 1px solid #d4dadf;
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.ipstudio-force-break {
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.t__h1 {
    margin: 0 0 17px;
    font-size: 33px;
    font-weight: normal;
}
.paper__preview {
    margin: 5px 0 11px;
    text-decoration: none;
    display: block;
    max-width: 630px;
    line-height: 1.4;
}
.paper__large {
    padding: 60px;
}
.content__narrow {
    width: 640px;
}
.article__desc {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 17px;
    color: #8F919D;
}
article {
    font-size: 17px;
    color: #121212;
    white-space: pre-wrap;
    white-space: break-spaces;
}
@media (max-width: 1023px){
	.paper {
		padding: 30px 20px;
	}
	.collection {
		padding-left: 80px;
		min-height: 80px;
	}
	.collection__photo {
		width: 60px;
		height: 60px;
	}
	.collection__photo svg {
		width: 30px;
		max-height: 30px;
		margin: -15px 0 0 -15px;
	}
	.content{
		max-width: 100%;
		width: 100%;
	}
	.container {
		display: block !important;
		flex: auto;
		-webkit-box-flex: 0;
	}
}
@media (max-width: 600px){
	.paper__large {
		padding: 25px 20px;
	}
	article {
		font-size: 15px;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.article__desc {
		font-size: 17px;
	}

}

/*new css*/
article ul li {
    list-style: square;
	font-size:14px;
}
article {
    white-space: unset;
}
ul {
    padding-left: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.article article {
    margin-top: 20px;
}
img.bookmark-icon {
    width: 50px;
}
.header-links {
    display: flex;
}
.header-links a:first-child {
    margin-right: 19px;
}

/*support*/
.g__space.ondemand .collection__photo img, .g__space.livebyipstudio .collection__photo img {
    height: auto;
    margin: auto;
    margin-top: 6px;
    width: 50%;
}
.g__space a.paper {
    margin-bottom: 20px;
}
.page-template-vod-page-template .g__space .collection,.paper.g__space .collection{
    padding-left:80px;
}
@media (max-width: 1023px) {
    .wp-singular{
        background-color:white;
    }
    .g__space a.paper {
        width:100%;
        margin:0px;
        margin-bottom:20px;
    }
    .g__space .t__h1 {
        font-size: 24px;
    }
    .page-template-vod-collection-template .g__space{
        background-color: #ffffff;
        float: left;
        width: 100%;
    }
    body .g__space{
        background-color: #ffffff;
        float: left;
        width: 100%;
    }
    .page-template-vod-collection-template .paper.g__space, .paper.g__space{
        background-color: #eceef1;
        float: left;
    }
}