/******font*****/
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
/*font-family: 'Roboto', sans-serif;*/

/***common****/

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

a {
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

.clear {
	clear: both;
}
.clear:after {
	clear: both;
	display: table;
	width: 100%;
	position: relative;
	content: "";
}

/**resourceblog**/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
/*font-family: 'Roboto', sans-serif;*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
/*font-family: 'Open Sans', sans-serif;*/
@import url("https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,600");
/*font-family: 'Raleway';*/
@font-face {
	font-family: "Conv_Georgia";
	src: url("../fonts/Georgia.eot");
	src: url("../fonts/Georgia.woff") format("woff"),
		url("../fonts/Georgia.ttf") format("truetype"),
		url("../fonts/Georgia.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

h2.title1 {
	margin: 0 0 30px;
	text-transform: capitalize;
	font-size: 50px;
	line-height: 52px;
	color: #1c1a1a;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	text-align: center;
	font-style: inherit;
}
.resource-page,
.page-template-publisher_resources,
.archive.tax-p_r_category {
	background: #fafafa;
}
.resource-main {
	/*font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 22px;*/
	color: #646464;
}
.resource-full-blog {
	padding: 20px;
	background: #fff;
	margin: 0 0 30px;
	box-shadow: 3px 3px 15px 2px #e6e6e6;
}
.resource-full-blog .img {
	display: inline-block;
	width: 35%;
	vertical-align: middle;
}
.resource-full-blog .img img {
	width: 100%;
}
.resource-full-blog .content {
	display: inline-block;
	width: 63%;
	padding: 20px;
	vertical-align: middle;
}
.resource-full-blog .content h3 {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	color: #010101;
	font-size: 26px;
	line-height: 30px;
	margin: 0 0 15px;
}
.resource-full-blog .content p {
	margin: 0 0 15px;
}
span.highlight {
	display: block;
	color: #ed4c3c;
	font-style: italic;
	text-transform: inherit;
	padding: 0 0 18px;
}
.highlight a {
	position: relative;
	padding-right: 5px;
}
.highlight a:after {
	position: relative;
	content: ",";
}
.highlight a:last-child:after {
	display: none;
}
.search-res-hld {
	padding: 0 15px;
}
.search-res-hld h3.sr-title {
	margin: 0 0 25px;
}
.resource-full-blog.pr_no_img .content {
	width: 100%;
}

a.viewbtn {
	display: inline-block;
	color: #fff;
	padding: 14px 45px 12px 12px;
	font-weight: bold;
	background: #ed4c3c url(images/view1.png) no-repeat calc(100% - 10px) center;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
}
a.viewbtn:hover {
	text-decoration: none;
	background: #d0d0d0 url(images/view2.png) no-repeat calc(100% - 10px) center;
	color: #000000;
}

.resource-blog {
	text-align: center;
	margin: 0 0 30px;
	box-shadow: 3px 3px 15px 2px #e6e6e6;
}
.resource-blog h3 {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	color: #343434;
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 20px;
}
.resource-blog .img {
}
.resource-blog .img img {
	width: 100%;
}
.resource-blog .content {
	padding: 15px;
}
.img {
	overflow: hidden;
}
.img img {
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.resource-blog:hover .img img,
.resource-full-blog:hover .img img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.pegination {
	list-style: none;
	margin: 0;
	padding: 20px 0;
	width: 100%;
	text-align: center;
}
.pegination li {
	display: inline-block;
}
.pegination li a {
	display: block;
	width: 30px;
	height: 30px;
	background: #dfdfdf;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	color: #5d5d65;
	font-size: 15px;
	line-height: 28px;
}
.pegination li a:hover,
.pegination li.current a {
	text-decoration: none;
	background: #5c83ac;
	border-color: #5c83ac;
	color: #fff;
}

/*pagination start*/

ul.page-numbers {
	list-style: none;
	margin: 0;
	padding: 20px 0;
	width: 100%;
	text-align: center;
}
ul.page-numbers li {
	display: inline-block;
}
ul.page-numbers li a,
ul.page-numbers li span {
	display: block;
	width: 30px;
	height: 30px;
	background: #dfdfdf;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	color: #5d5d65;
	font-size: 15px;
	line-height: 28px;
	cursor: pointer;
}
ul.page-numbers li a:hover,
ul.page-numbers li.current a {
	text-decoration: none;
	background: #5c83ac;
	border-color: #5c83ac;
	color: #fff;
}
ul.page-numbers li span.current {
	text-decoration: none;
	background: #5c83ac;
	border-color: #5c83ac;
	color: #fff;
}

/*pagination end*/

.resource-sidebar {
	background: #fff;
	box-shadow: 1px 1px 15px 2px #e6e6e6;
}
.resource-sidebar h3.sidebarhead {
	text-transform: capitalize;
	color: #ed4c3c;
	font-size: 21px;
	line-height: 22px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	padding: 24px 24px 12px 24px;
	margin: 0;
	border-bottom: 3px double #c9c9c9;
}
.sidebarcontent {
	padding: 20px;
}
.sidebarcontent .search {
	padding-bottom: 18px;
}
.sidebarcontent input[type="search"] {
	width: 100%;
	border: 1px solid #cccccc;
	font-size: 13px;
	line-height: 15px;
	color: #111;
	height: auto;
	padding: 12px 30px 12px 12px;
	/* background: url(images/search.png) no-repeat right 15px center;*/
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	padding-right: 30px;
	font-size: 15px;
}
.search-form {
	position: relative;
}
.search-form .awesomplete {
	display: block;
}
.sidebarcontent button.re_se_sbmt {
	position: absolute;
	right: 0;
	height: 42px;
	background: url(images/search.png) no-repeat;
	background-size: 18px;
	background-position: center center;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	padding: 10px;
	top: 8px;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

.sidebarcontent button.re_se_sbmt:hover {
	background: url(images/search.png) no-repeat;
	background-position: center center;
	background-size: 18px;
}

.sidebarcontent input[type="search"]:focus {
	outline: none;
	border: 1px solid #ed4c3c;
}
.sidebarcontent input[type="search"]::-webkit-input-placeholder {
	color: #b3b3b3;
}
.sidebardiv {
	padding: 18px 0 0 0;
}
.sidebardiv h3 {
	color: #ed4c3c;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 22px;
	font-weight: 600;
}
.sidebarlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebarlist li {
	padding: 8px 5px 8px 15px;
	background: url(images/dot.png) no-repeat 0 14px;
}
.sidebarlist li a {
	display: block;
	color: #212121;
	font-size: 14px;
	line-height: 18px;
	text-transform: capitalize;
}
.sidebarlist li a:hover {
	text-decoration: none;
	color: #ed4c3c;
}

/**details**page***/
.resource_details_main {
	/*font-size: 16px; line-height: 26px; color: #4d4b4b; font-family: 'Open Sans', sans-serif;*/
	padding: 30px 60px !important;
	box-shadow: 2px 2px 20px 5px #ebebeb;
	margin: 0 0 30px;
}
.resource_details_main p {
	margin: 0 0 25px;
}
.details_head {
	font-size: 16px;
	line-height: 20px;
	font-family: "Open Sans", sans-serif;
	color: #9c9c9c;
	padding: 0 0 25px;
	border-bottom: 1px solid #d0d0d0;
}
.details_head h3 {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	color: #373737;
	font-size: 40px;
	line-height: 44px;
	margin: 0 0 15px;
}
.details_head p {
	margin: 0;
}
.resource_details_main .details_head span {
	display: inline-block;
	vertical-align: middle;
	color: #9c9c9c;
}
.resource_details_main .details_head span.date {
}
.details_head span.summery {
	font-family: "Conv_Georgia";
	color: #f2675c;
	font-weight: 300;
	font-style: italic;
}
.details_content {
	padding: 20px 0;
}
.alignright {
	float: right;
	clear: none;
	display: inline-block;
	margin: 0 0 20px 20px;
}

a.download {
	display: inline-block;
	color: #fff;
	padding: 14px 45px 12px 12px;
	font-weight: bold;
	background: #ed4c3c url(images/download1.png) no-repeat calc(100% - 10px)
		center;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
}
a.download.dc {
	display: table;
	margin: 15px 0 0;
}
a.download:hover {
	text-decoration: none;
	background: #d0d0d0 url(images/download2.png) no-repeat calc(100% - 10px)
		center;
	color: #000000;
}
.read {
	display: inline-block;
	color: #f0585c;
	padding: 5px 20px;
}
.read:hover {
	text-decoration: none;
	color: #9c9c9c;
}
.resource_details_main p span {
	display: inline-block;
	color: #f0585c;
}
.resource_details_main q {
	font-size: 20px;
	line-height: 30px;
	color: #707070;
	position: relative;
	padding: 28px 40px;
	background: #efefef;
	max-width: 90%;
	display: inline-block;
	margin-left: 40px;
}
.resource_details_main q:before {
	position: absolute;
	background: url(images/invert.png) no-repeat 0 0;
	width: 40px;
	height: 40px;
	content: "";
	left: -40px;
	top: 0;
}
.btnholder {
	margin: 0 0 30px;
}

.dwnmodal .modal-footer {
	display: none;
}
.dwnmodal .modal-header {
	padding: 0;
	border: none;
}
.dwnmodal .modal-title {
	font-size: 26px;
	line-height: 30px;
	color: #363e4b;
	font-weight: bold;
	margin: 0 0 20px;
}
.dwnmodal .modal-body {
	padding: 0;
}
.dwnmodal .modal-content {
	padding: 45px 55px;
}
.dwnmodal form .form-group {
	margin: 0;
	text-align: center;
}
.dwnmodal form .form-inline .form-group {
	width: 48%;
	vertical-align: top;
	display: inline-block;
	margin-right: 8px;
}
.dwnmodal form .form-inline .form-group:nth-child(2n) {
	margin-right: 0;
}
.dwnmodal .form-group input {
	width: 100%;
	background: #f8f8f8;
	border-radius: 5px;
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 18px;
	color: #222;
	padding: 12px 16px;
	border: none;
	border: 1px solid transparent;
}
.dwnmodal .form-group input:focus {
	outline: none;
	border: 1px solid #00d775;
}
.dwnmodal .form-group input[type="submit"] {
	display: inline-block;
	color: #fff;
	padding: 14px 45px 12px 12px;
	font-weight: bold;
	background: #ed4c3c url(images/download1.png) no-repeat calc(100% - 10px)
		center;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	width: auto;
	border-radius: 0;
}
.dwnmodal .form-group input[type="submit"]:hover {
	text-decoration: none;
	background: #d0d0d0 url(images/download2.png) no-repeat calc(100% - 10px)
		center;
	color: #000000;
}
.dwnmodal .form-group:last-child input {
	/*margin-bottom: 0;*/
}
.dwnmodal .modal-header .close {
	color: #00d775;
	margin-top: 0;
	padding: 0;
	position: absolute;
	right: 35px;
	top: 20px;
	opacity: 1;
	font-size: 20px;
	font-weight: bold;
	font-size: 32px;
	line-height: 32px;
}
.dwnmodal .modal-header .close:focus {
	outline: none;
}
.dwnmodal .modal-dialog {
	width: 480px;
}
.resource_details_main .details_head p {
	margin: 0;
}
#dwnmodal label.error {
	display: none !important;
}
#dwnmodal input.error {
	border: 1px solid #f00;
}
#dwnmodal input.error::-webkit-input-placeholder {
	color: #f00;
}
#dwnmodal input.error::-moz-placeholder {
	color: #f00;
}
#dwnmodal input.error:-ms-input-placeholder {
	color: #f00;
}
/*.header-container {
  position: relative !important;
}*/

/**thankyou**/
.resource_details_main .details_head .summerybig {
	color: #ed4c3c;
	font-size: 36px;
	line-height: 40px;
	display: block;
}

/*p_res_ban start*/

.p_res_ban {
	padding-top: 50px;
	position: relative;
}

.p_res_ban img {
	border: 1px solid #d4d2cf;
	width: 100%;
}
.p_res_ban span {
	display: block;
}
.p_res_ban span.pr_heading1 {
	position: absolute;
	top: 28%;
	left: 0;
	font-size: 32px;
	padding-left: 25px;
	font-family: "Raleway", sans-serif;
	color: #524e47;
	line-height: 30px;
}
.p_res_ban span.pr_heading2 {
	position: absolute;
	top: 57%;
	left: 0;
	font-size: 18px;
	color: #fff;
	background: #716b5f;
	padding: 0 7px;
	border-radius: 3px;
	font-family: "Roboto", sans-serif;
	margin-left: 25px;
}

/*p_res_ban end*/

/*arc-res-title start*/

h2.arc-res-title {
	font-size: 35px;
}
.tm_fpblock__item .tm_fpblock__item__categories .tm_fpblock__item__category {
	float: left;
}
.post_readtime {
	display: inline-block;
	position: absolute;
	top: 34px;
	left: 172px;
}
.post_readtime span {
	display: block;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.65);
	font-family: Lato, sans-serif;
	transition: 0.4s all ease;
	font-weight: 700;
	line-height: 20px;
	font-style: italic;
	/* text-transform: capitalize;*/
	font-size: 12px;
	padding: 4px 10px;
	cursor: pointer;
}
.tm_fpblock__item .post_readtime span {
	line-height: 19px;
}

.wnip-post-take {
	padding: 25px;
	background: #f5f5f5;
	max-width: 95%;
	margin: 0 auto;
	position: relative;
	top: -32px;
}
.wnip-post-take .take-title {
	display: inline-block;
	vertical-align: middle;
	width: 123px;
	height: 120px;
	background: #2886d0;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 30px 20px;
	font-size: 26px;
	line-height: 30px;
}
.wnip-post-take .take-copy {
	width: calc(100% - 130px);
	display: inline-block;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 26px;
	padding-left: 40px;
	font-weight: 200;
	position: relative;
}
.wnip-post-take .take-copy:first-letter {
	float: left;
	font-size: 80px;
	line-height: 70px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 0px;
	font-weight: bold;
}
.wnip-post-take .take-copy .take-byline {
	font-style: italic;
	margin-left: 60px;
}
.wnip-post-take .take-copy .take-byline span {
	font-weight: 300;
	color: #2886d0;
}

.post-right-column article .post__cats {
	display: inline-block;
	vertical-align: top;
}
.post-right-column article .post_readtime {
	display: inline-block;
	vertical-align: top;
	position: relative;
	left: auto;
	top: auto;
	margin-left: 3px;
}

.tm_fpblock__item {
	position: relative;
	padding: 20px;
}
.tm_fpblock__item .post_catreadtitle,
.post_catreadtitle {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
}
.post_catreadtitle figcaption {
	display: block !important;
}
.tm_fpblock__item .post_catreadtitle .tm_fpblock__item__categories,
.post_catreadtitle .post__cats {
	display: inline-block;
	vertical-align: top;
	left: auto;
	top: auto;
	position: relative !important;
	float: left;
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
}

.news-smart-box__listing .post_readtime {
	order: 2 !important;
}
.news-smart-box__listing .post__cats > span:first-child() {
	order: 1 !important;
}

.tm_fpblock__item .post_catreadtitle .post_readtime,
.post_catreadtitle .post_readtime {
	display: inline-block;
	vertical-align: top;
	left: auto;
	top: auto;
	position: relative;
	float: left;
}
.widget-new-smart-inner-big-before-content
	figure
	figcaption
	.widget-new-smart__footer {
	position: absolute;
	bottom: 40px;
	width: 80%;
}

.news-smart-box__listing .post_catreadtitle {
	display: flex;
	flex-direction: column;
}

.entry-meta .post_readtime {
	position: relative;
	left: auto;
	top: auto;
}
.entry-meta .post_readtime span {
	padding: 2px 5px 2px 22px;
	font-size: 14px;
	color: #ed4c3c;
	background: 0 0;
	font-style: normal;
	font-weight: 300;
	text-transform: inherit;
	background: url(images/book.png) no-repeat 0 center;
	background-size: 18px;
}
.entry-meta .post__date a.post-date__link {
	background: url(images/date1.png) no-repeat 0 center;
	background-size: 18px;
	padding: 2px 5px 2px 22px;
}
#metaslider_7776 .flex-direction-nav li a {
	background-image: url(images/bg_direction_nav.png) !important;
}

.resource-blog h3 {
	font-size: 17px;
	min-height: 80px;
}

.has-small-font-size {
	font-size: 13px !important;
}
.has-medium-font-size {
	font-size: 20px !important;
}
.has-large-font-size {
	font-size: 36px !important;
}
.has-huge-font-size {
	font-size: 48px !important;
}

/**25.4.19**/
#gform_widget-2 {
}
#sidebar-primary #gform_widget-2 {
	border: none;
	background: #f3f3f3;
	padding: 20px;
}
#gform_widget-2 .gform_wrapper {
	margin: 0;
}
#sidebar-primary #gform_widget-2 h3.gform_title {
	font-size: 25px;
	margin: 0 0 12px;
}
#gform_widget-2 .gform_heading .gform_description {
	padding: 0 0 0;
	margin-right: 0;
}
#gform_widget-2 .gform_body ul li.gfield {
	margin: 0;
	padding: 0;
}
#gform_widget-2 .gform_body .ginput_container {
	margin: 0;
}
#gform_widget-2 .gform_body .ginput_container input {
	padding: 5px 10px;
	margin: 0;
}
#sidebar-primary #gform_widget-2 .gform_body {
	padding-right: 0 !important;
}
#sidebar-primary #gform_widget-2 .gform_footer {
	padding: 0;
	margin: 15px 0 0 0 !important;
	float: none;
	max-width: inherit !important;
	position: relative;
	width: 100%;
}
#sidebar-primary #gform_widget-2 .gform_footer .gform_button {
	background: #ed4b3c !important;
	color: #fff;
	width: 100%;
	display: block;
}
#sidebar-primary #gform_widget-2 .gform_footer .gform_button:hover {
	background: #ffc500 !important;
	color: #424242 !important;
}
.footer-ads-width {
	width: 100%;
}

/**10.5.19**/
#gform_widget-5 {
}
#gform_widget-5 .gform_heading {
}
#gform_widget-5 .gform_heading .gform_title {
}
#gform_widget-5 .gform_body .ginput_container_email input {
	padding: 5px 10px;
	margin: 0;
}
#gform_widget-5 form#gform_1 .gform_footer {
	padding: 0;
	margin: 15px 0 0 0 !important;
	float: none;
	max-width: inherit !important;
	position: relative;
	width: 100%;
}
#gform_widget-5 .gform_footer .gform_button {
	background: #ed4b3c !important;
	color: #fff;
	width: 100%;
	display: block;
	font-weight: bold;
}
#gform_widget-5 .gform_footer .gform_button:hover {
	background: #ffc500 !important;
	color: #424242 !important;
}

/**29.8.19**/
.for-post-pages {
	padding: 5px 0 20px;
}
.for-post-pages ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.for-post-pages ul li {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	list-style: none;
}
.for-post-pages ul li {
	margin-right: 5px !important;
}
.for-post-pages ul li:nth-child(2n) {
	margin-right: 0 !important;
}
.for-post-pages ul li:before {
	display: none;
}

.custom-html-widget.for-post-pages ul li a.read {
	text-decoration: none;
	font-weight: 600;
	color: #fff !important;
}
.for-post-pages ul li a.read:hover {
	color: #424242 !important;
}
.custom-html-widget ul li a.img_cls {
	width: 32%;
	margin-right: 5px;
}
.custom-html-widget.for-post-pages ul li .pb_resource {
	width: 63%;
}
.custom-html-widget.for-post-pages ul li p {
	font-size: 15px !important;
}

/**revue-subscribe**/
.reusable_newsletter .revue-subscribe {
	/*max-width: 50%;*/
}
.revue-subscribe {
	text-align: center;
	padding: 25px 30px;
	background: #f9f9f9;
	border: 1px solid #cfcfcf;
}

/**resource_page**/
.resource_hold {
}
.resourcetop p {
	margin: 0;
}
.resourcetop p span {
	display: inline-block;
}
.resourcetop {
	position: relative;
	margin: 0 0 15px;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	padding: 5px;
	color: #000;
	max-width: 75%;
	margin: 0 auto 30px;
}
.resourcetop h3 {
	position: relative;
	padding: 0 0 15px;
	margin: 0;
	color: #fff;
	font-size: 31px;
	color: #000;
	display: inline-block;
}
.resource_hold .themezee-social-sharing {
	display: none;
}
.resource_hold .custom-html-widget ul {
	text-align: left;
}
.resource_hold .custom-html-widget ul li {
	text-align: left;
	display: inline-block;
	margin: 0 25px 25px 0 !important;
	width: 48%;
}
.resource_hold .custom-html-widget ul li .pb_resource {
	font-size: 16px;
	line-height: 1.375;
}
.custom-html-widget ul li .pb_resource {
	min-height: 180px;
}
.resource_hold .custom-html-widget ul li .pb_resource strong {
	font-size: 17px;
}
.resource_hold .custom-html-widget ul li .img_cls {
	margin-right: 15px;
}
.resource_hold .custom-html-widget ul li .img_cls img {
	width: 100%;
	margin: 0 !important;
}
.resource_hold .custom-html-widget ul li:nth-child(2n) {
	margin-right: 0 !important;
}
.resource_hold .custom-html-widget ul {
	padding: 2px 5px !important;
}
.resource_hold .custom-html-widget ul li .pb_resource a {
	color: #25497d;
}
.resource_hold .custom-html-widget ul li .pb_resource a:hover {
	color: #ed4c3c;
}
.resource_hold .custom-html-widget ul li .pb_resource a.read {
	background: #ed4c3c !important;
	color: #fff;
}
.resource_hold .custom-html-widget ul li .pb_resource a.read:hover {
	background: #ffc500 !important;
	color: #424242;
}

/**publisher_corner**/
.page-template-publishers-corner .breadcrumbs,
.page-template-publishers-corner .sidebar-primary,
.publisher_corner-template-default .sidebar-primary {
	display: none;
}
.page-template-publishers-corner #primary,
.publisher_corner-template-default #primary {
	width: 100%;
	flex: 100%;
	max-width: 100%;
}
.page-template-publishers-corner #div-gpt-ad-1542299854639-0,
.page-template-publishers-corner .footer-ads-width,
.publisher_corner-template-default .footer-ads-width,
.group-blog .footer-ads-width {
	text-align: center;
}
.page-template-publishers-corner #consent_preferences,
.publisher_corner-template-default #consent_preferences,
.publisher_corner-template-default .themezee-social-sharing,
.page-template-publishers-corner .themezee-social-sharing {
	display: none;
}

.publisher_corner {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 23px;
}

.publisher_header {
	padding: 5px 0 40px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	text-align: center;
	color: #313131;
}
.publisher_header h3 {
	display: block;
	font-size: 36px;
	line-height: 42px;
	margin: 0 0 25px;
	font-weight: bold;
	color: #313131;
}
.publisher_header h3 span {
	position: relative;
	display: inline-block;
}
.publisher_header h3 span:after {
	width: 100%;
	height: 4px;
	background: #f4948a;
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
}
.publisher_header .content {
	line-height: 26px;
}
.publisher_header .content > p {
	margin: 0 0 15px;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.5px;
}
.svrnlogo {
	display: inline-block;
}
.svrnlogo img {
	max-width: 110px;
}
.sponsoredby p {
	font-size: 13px;
	letter-spacing: 4px;
	margin: 0 0 10px;
	font-weight: 400;
}

.publisher_main {
	padding: 100px 0 50px;
}
.publisher_main .vdodiv {
	border: 0px solid #fff;
}
.publisher_main .vdodiv iframe {
	width: 100%;
	height: 300px;
}
.publisher_main .community {
	margin: 0 0 40px;
}
.publisher_main .community:last-child {
	margin: 0 0 0;
}

.portion_right {
	padding: 0;
	background: #fff;
	color: #313131;
	font-size: 15px;
	line-height: 20px;
	margin-left: 20px; /*box-shadow: 1px 1px 7px 0px #dedede;*/
}
.portion_right h3 {
	font-size: 28px;
	line-height: 35px;
	color: #313131;
	margin: 0 0 25px;
	font-weight: bold;
	position: relative;
}
.portion_right h3 b {
	display: block;
	position: relative;
}
.portion_right h3:before {
	height: 95%;
	width: 5px;
	content: "";
	background: #f4948a;
	left: -20px;
	position: absolute;
	top: 0;
}
.portion_right h3 span {
	display: block;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	padding: 8px 0 0 5px;
}

.quote_holder {
	margin: 0 0 15px;
}
.quote_holder img {
	max-width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 3px solid #f4948a;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}
.quote_holder .attribute {
	display: inline-block;
	vertical-align: middle;
	width: 75%;
}
.quote_holder .attribute strong,
.quote_holder .attribute span {
	display: block;
}
.portion_right p span,
.portion_right p em,
.portion_right p strong {
	display: block;
}
.portion_right p span,
.portion_right p em,
.portion_right p strong,
.quote_holder .attribute strong,
.quote_holder .attribute span {
	font-size: 16px;
}
.publishing_para p {
	font-size: 16px;
}
.portion_right strong {
	font-size: 16px;
	line-height: 20px;
	color: #313131;
	text-transform: capitalize;
	margin: 0 0 5px;
	font-weight: 500;
}
.portion_right p {
	margin: 0 0 20px;
}
.portion_right p:last-child {
	margin: 0;
}
.portion_right p em {
	font-style: normal;
}
.portion_right p b {
	color: #f57b6f;
	margin: 0 0 12px;
	display: block;
	font-size: 18px;
}
.portion_right .additional_information p em a,
.portion_right .additional_information p em a span {
	color: #313131;
	display: inline-block;
	vertical-align: middle;
}
.portion_right .additional_information p em a:hover {
	color: #313131;
}

.publishing_para {
	margin-top: 40px;
	color: #313131;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	padding: 0 15px 18px 35px;
	border-radius: 0;
}
.publishing_para p {
	margin: 0 0 20px;
}
.publishing_para h2 {
	margin: 0 0 30px;
	font-size: 25px;
	line-height: 35px;
	color: #313131;
	text-transform: initial;
	font-weight: bold;
	font-style: normal;
	display: inline-block;
	position: relative;
	text-decoration: underline;
	text-decoration-color: #ed4c3c;
	text-underline-offset: 7px;
}
.publishing_para h2:after {
}
.publishing_para h4 {
	margin: 25px 0 10px;
	font-size: 25px;
	line-height: 28px;
	color: #313131;
	text-transform: initial;
	font-weight: 600;
	font-style: normal;
}
.publishing_para a {
	display: inline-block;
	font-weight: 500;
}
.publishing_para .publishing_part {
	padding: 15px;
	background: #f5f5f5;
	font-style: italic;
}
.publishing_para .publishing_part p {
	margin: 0 0 5px;
}
/**new_footer**/
.footer-area-wrap .widget:not(.widget-subscribe) .widget-title {
	color: #424242 !important;
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
}
.widget ul li {
	list-style: none;
	font-size: 16px;
	font-size: 1rem;
	font-size: 14px;
	margin: 0;
	padding: 10px 0;
	position: relative;
	color: #dd5740;
}
.widget ul {
	margin: 0 0 0;
	padding: 0 0;
}
#sidebar-primary .gform_widget,
.gform_widget {
	border: none;
	background: #f9f9f9;
	padding: 25px 30px 35px !important;
	border: 1px solid #cfcfcf;
}
.site-footer #footer-area .gform_wrapper .gform_footer input[type="submit"] {
	float: right;
}
.wp-block-image figcaption,
.wp-block-audio figcaption,
.wp-block-embed figcaption,
.wp-block-video figcaption,
figure figcaption {
	text-align: center;
	font-size: 16px;
}

.eventhoder {
	position: relative;
	text-align: center;
	margin: 0 0;
}
.eventhoder p {
	margin: 0 auto 20px;
	max-width: 80%;
	font-weight: bold;
	font-size: 20px;
	line-height: 32px;
	color: #23282d;
}
.eventiimg {
	display: inline-block;
	width: 100%;
	margin: 0 0 25px;
}
.blocks-gallery-grid li.blocks-gallery-item:before {
	display: none;
}
.blocks-gallery-grid li.blocks-gallery-item {
	padding: 0 15px 0 0;
}
.blocks-gallery-grid li.blocks-gallery-item:last-child {
	padding-right: 0;
}

/**newsletterform**/
.newsletterform {
	max-width: 400px;
	text-align: center;
	margin: 0 auto;
	padding: 150px 0 50px;
}
.newsletterform .top {
	max-width: 85%;
	margin: 0 auto 40px;
}
.newsletterform .top h3 {
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 20px;
}
.newsletterform .nform {
}
.newsletterform .nform .form-group {
	margin: 0;
}
.newsletterform .nform .ginput_container input {
	margin: 0 0 20px;
	width: 100%;
	border: none;
	border-bottom: 1px solid #595959;
}
.newsletterform .nform .ginput_container input[type="email"] {
	background: url(../images/email.png) no-repeat 0 center;
}

/*.newsletterform .nform .gform_fields li:first-child{display: none;}*/
.newsletterform .nform #gform_1 .gform_footer {
	text-align: center;
	padding: 0;
	margin-top: 0 !important;
}
.newsletterform .nform .gform_footer input[type="submit"] {
	width: auto;
	padding: 15px 55px;
	color: #000;
	border: none;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	border-radius: 42px;
	background: #ffc500;
	margin: 0;
}
.newsletterform .nform .gform_footer input[type="submit"]:hover {
	background: #f4948a;
}
.newsletterform .nform .ginput_container .gfield_radio,
.newsletterform .nform .gform_heading {
	display: none;
}
.newsletterform .nform .ginput_container_email {
	position: relative;
}
.newsletterform .nform .ginput_container_email:after {
	position: absolute;
	content: "";
	background: url(images/curve.png) no-repeat 0 0;
	bottom: 18px;
	right: -122px;
	width: 410px;
	height: 325px;
	pointer-events: none;
}

.footer-area-wrap .widget.gform_widget {
	text-align: center;
	background: #fff url(images/envelopes.png) no-repeat center 10px;
	background-size: 90%;
	padding-top: 125px !important;
	border-radius: 25px;
	box-shadow: 0 0 10px 5px #e4e4e4;
	border: 1px solid #e4e4e4;
}
.footer-area-wrap .widget.gform_widget .gform_heading .gform_description {
	font-weight: bold;
	text-align: center;
}
.footer-area-wrap .widget.gform_widget .ginput_container_radio {
	display: none;
}
.footer-area-wrap .widget.gform_widget .ginput_container_email input {
	border: 1px solid #bdbdbd;
	border-radius: 25px;
	padding: 10px 10px 10px 35px !important;
	background: #fff url(images/email1.png) no-repeat 10px center;
	margin: 0;
}
.footer-area-wrap .widget.gform_widget .gform_body {
	float: left;
	width: 67%;
	margin-right: 10px;
}
.footer-inner-line .gform_wrapper form#gform_1 .gform_footer {
	margin: 0 !important;
	width: 30%;
	max-width: inherit !important;
}
.footer-area-wrap .widget.gform_widget .gform_body .gform_fields {
	margin: 0;
}
.footer-area-wrap .widget.gform_widget .gform_body .gform_fields li {
	margin: 0;
	padding: 0;
}
.footer-area-wrap
	.widget.gform_widget
	.gform_body
	.gform_fields
	li
	.ginput_container_email {
	margin: 0;
}
/*.footer-area-wrap .widget.gform_widget .gform_body .gform_fields li:first-child{
  display: none;
}*/
.footer-area-wrap .widget.gform_widget .gform_footer {
	float: left;
	width: auto;
	margin-right: 0;
	clear: none;
	padding: 0;
	margin: 0;
	margin-left: 10px !important;
}
.site-footer
	.footer-area-wrap
	#footer-area
	.widget.gform_widget
	.gform_footer
	input[type="submit"] {
	width: 100%;
	padding: 12px 28px;
	color: #000;
	border: none;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	border-radius: 25px;
	background: #ffc500 !important;
	margin: 0;
}
.site-footer
	.footer-area-wrap
	#footer-area
	.widget.gform_widget
	.gform_footer
	input[type="submit"]:hover {
	background: #f4948a !important;
}

.single .entry-content ul {
	padding: 0;
	margin: 0;
}

body .gform_wrapper .top_label div.ginput_container.ginput_recaptcha {
	transform: scale(0.8);
	transform-origin: 0 0;
	-webkit-transform: scale(0.8);
	-webkit-transform-origin: 0 0;
}

body.single-post #main {
	position: relative;
	z-index: 123;
}
body.single-post #main .post-right-column {
}
.sams-ad,
.htlunit-desktop_leaderboard {
	overflow: hidden;
}

@media (max-width: 1300px) {
	.footer-area-wrap .widget.gform_widget .gform_body {
		float: left;
		width: 63%;
		margin-right: 10px;
	}
}
@media (max-width: 1199px) {
	/**newsletterform**/
	.footer-area-wrap .widget.gform_widget .gform_body {
		width: 56%;
	}
	.footer-inner-line .gform_wrapper form#gform_1 .gform_footer {
		width: 40%;
	}
	.resource-blog .content {
		padding: 15px 10px;
	}
	.resource-blog h3 {
		font-size: 18px;
	}
	.details_head h3 {
		font-size: 30px;
		line-height: 34px;
		margin: 0 0 10px;
	}
	.details_head {
		font-size: 14px;
		line-height: 18px;
	}
	.details_head {
		padding: 0 0 20px;
	}
	.resource_details_main q {
		max-width: 95%;
		padding: 25px 35px;
		font-size: 16px;
		line-height: 26px;
	}
	.resource_details_main .details_head .summerybig {
		font-size: 30px;
		line-height: 32px;
	}

	/*p_res_ban start*/

	.p_res_ban span.pr_heading1 {
		top: 40%;
		line-height: 19px;
		font-size: 20px;
	}

	.p_res_ban span.pr_heading2 {
		font-size: 15px;
		padding: 0 7px;
		top: 65%;
	}
	.wnip-post-take .take-copy {
		width: 70%;
	}

	body
		.tm_fpblock__item-1
		.tm_fpblock__item__description
		a.tm_fpblock__item__title {
		font-size: 30px !important;
		line-height: 32px !important;
	}
	body
		.tm_fpblock__item-2
		.tm_fpblock__item__description
		a.tm_fpblock__item__title {
		font-size: 26px !important;
		line-height: 26px !important;
	}
	/*p_res_ban end*/
	body
		.tm_fpblock__item
		.tm_fpblock__item__description
		a.tm_fpblock__item__title,
	body .news-smart-box .post.full-type .widget-new-smart__title a,
	body .news-smart-box .post.full-type h3 {
		font-size: 16px !important;
		line-height: 18px !important;
	}
	body
		.tm_fpblock__item:first-child
		.tm_fpblock__item__description
		a.tm_fpblock__item__title {
		font-size: 24px !important;
		line-height: 34px !important;
	}
	body
		.tm_fpblock__item:nth-child(2)
		.tm_fpblock__item__description
		a.tm_fpblock__item__title {
		font-size: 24px !important;
		line-height: 34px !important;
	}
	body .tm_fpblock__item .tm_fpblock__item__description {
		bottom: 6px;
	}
	body
		.widget-new-smart-inner-big-before-content
		figure
		figcaption
		.widget-new-smart__footer {
		bottom: 20px;
	}
	body,
	body.single-post #main .post-right-column p,
	body.single-post #main .post-right-column ol li,
	body.single-post #main .post-right-column ul li {
		line-height: 26px !important;
	}
	h1 {
		font-size: 35px;
	}
	/**resource_page**/
	.resource_hold .custom-html-widget ul li {
		margin: 0 20px 25px 0 !important;
		min-height: 310px;
		vertical-align: top;
	}
	.resource_hold .custom-html-widget ul li .img_cls {
		margin-bottom: 15px;
	}

	/**publisher_corner**/
	.portion_right h3 {
		font-size: 28px;
	}
	.portion_right {
		padding: 15px 10px 15px 35px;
	}
	.quote_holder img {
		width: 75px;
		height: 75px;
		margin-right: 12px;
	}
}
@media (max-width: 1023px) {
	.resource_details_main {
		padding: 30px 40px;
	}
	.details_head h3 {
		font-size: 25px;
	}
	.resource_details_main {
		font-size: 14px;
	}
	.resource_details_main p {
		margin: 0 0 20px;
	}
	.resource_details_main .details_head .summerybig {
		font-size: 22px;
		line-height: 24px;
	}
	.custom-html-widget ul li .pb_resource {
		min-height: inherit;
	}
	/*p_res_ban start*/

	.p_res_ban span.pr_heading1 {
		font-size: 16px;
		padding-left: 15px;
	}

	.p_res_ban span.pr_heading2 {
		font-size: 14px;
		top: 65%;
		margin-left: 15px;
	}

	/*p_res_ban end*/

	/*sidebar button start*/

	.sidebarcontent input[type="search"] {
		padding-right: 35px;
		background: none;
	}

	.sidebarcontent button.re_se_sbmt {
		position: absolute;
		right: 0px;
		height: 43px;
		background: url(images/search.png) no-repeat;
		background-size: 18px;
		background-position: center center;
		padding: 10px;
	}

	.resource-sidebar h3.sidebarhead {
		font-size: 17px;
	}

	/*sidebar button end*/

	/*pr_breadcrumbs start*/

	.pr_breadcrumbs {
		padding-top: 12px;
	}

	.wnip-post-take {
		text-align: center;
	}
	.wnip-post-take .take-title {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.wnip-post-take .take-copy {
		width: 100%;
		text-align: justify;
		padding-left: 0;
	}
	body
		.tm_fpblock__item
		.tm_fpblock__item__description
		a.tm_fpblock__item__title,
	body .news-smart-box .post.full-type .widget-new-smart__title a,
	body .news-smart-box .post.full-type h3 {
		font-size: 14px !important;
		line-height: 16px !important;
		margin: 0;
	}
	.widget-new-smart-inner-big-before-content
		figure
		figcaption
		.widget-new-smart__footer {
		bottom: 0;
	}

	body
		.tm_fpblock__item:first-child
		.tm_fpblock__item__description
		a.tm_fpblock__item__title {
		font-size: 45px !important;
		line-height: 50px !important;
	}
	body
		.tm_fpblock__item:nth-child(2)
		.tm_fpblock__item__description
		a.tm_fpblock__item__title {
		font-size: 37px !important;
		line-height: 40px !important;
	}
	body
		.tm_fpblock__item:nth-child(3)
		.tm_fpblock__item__description
		a.tm_fpblock__item__title,
	body
		.tm_fpblock__item:nth-child(4)
		.tm_fpblock__item__description
		a.tm_fpblock__item__title {
		font-size: 26px !important;
		line-height: 30px !important;
	}

	/**29.8.19**/
	.for-post-pages ul li {
		width: 100%;
	}
	/**resource_page**/
	.resource_hold .custom-html-widget ul li {
		width: 100%;
		min-height: inherit;
	}
	.custom-html-widget ul li .pb_resource {
		width: 63%;
	}
	.resource_hold .custom-html-widget ul li .img_cls {
		margin-bottom: 0;
	}
}

@media (max-width: 991px) {
	/**publisher_corner**/
	.portion_right {
		margin-left: 0;
	}
	.vdodiv {
		margin: 0 0 25px;
	}
	.portion_right h3 {
		font-size: 24px;
		line-height: 28px;
	}
	.quote_holder .attribute {
		margin-top: 10px;
		width: 100%;
	}
	.publishing_para h2 {
		margin: 0 0 8px;
		font-size: 20px;
		line-height: 26px;
	}
}
@media (max-width: 767px) {
	/**newsletterform**/
	.newsletterform {
		max-width: 80%;
	}
	.newsletterform .top h3 {
		font-size: 25px;
		line-height: 32px;
	}
	.newsletterform .nform .ginput_container_email:after {
		background: url(images/curve.png) no-repeat right bottom;
		bottom: 18px;
		background-size: 368px;
		right: -42px;
	}
	/**29.8.19**/
	.for-post-pages ul li {
		width: 100%;
		margin-right: 0 !important;
	}
	/*.custom-html-widget ul li a.img_cls{ width: 100%;
margin-right: 0 ;  margin-bottom: 5px;}
.custom-html-widget.for-post-pages ul li .pb_resource{
  width: 100%;
}*/

	.resource-full-blog .img,
	.resource-full-blog .content {
		display: block;
		width: 100%;
	}
	.resource-full-blog {
		padding: 0;
	}
	.resource-full-blog .content {
		padding: 15px 10px;
	}
	h2.title1 {
		font-size: 30px;
		line-height: 35px;
		margin: 0 0 15px;
		text-align: left;
	}
	.resource-full-blog .content h3 {
		font-size: 20px;
		line-height: 25px;
	}
	.resource-main {
		font-size: 14px;
	}

	.alignright {
		max-width: 50%;
		margin: 0 0 10px 10px;
	}
	.resource_details_main q {
		font-size: 14px;
		line-height: 24px;
		padding: 20px;
	}
	.dwnmodal .modal-dialog {
		width: 450px;
	}
	.resource_details_main .details_head .summerybig {
		font-size: 15px;
		line-height: 16px;
	}

	/*p_res_ban start*/

	.p_res_ban span.pr_heading1 {
		font-size: 20px;
	}

	.p_res_ban span.pr_heading2 {
		font-size: 16px;
	}

	/*p_res_ban end*/

	/*sidebar button start*/

	.sidebarcontent button.re_se_sbmt {
		position: absolute;
		right: 0px;
		height: 43px;
		background: url(images/search.png) no-repeat;
		background-size: 18px;
		background-position: center center;
		padding: 6px;
		width: auto;
		padding-right: 20px;
	}
	.wnip-post-take .take-copy .take-byline {
		margin-left: 0;
	}
	/*sidebar button end*/
	.entry-meta .post_readtime span {
		margin: 6px 0 0 0;
	}
	.post__cats a,
	.tm_fpblock__item__categories a {
		display: none !important;
	}
	.resource-blog h3 {
		min-height: inherit;
	}
	body
		.tm_fpblock__item:first-child
		.tm_fpblock__item__description
		a.tm_fpblock__item__title {
		font-size: 20px !important;
		line-height: 22px !important;
	}
	body
		.tm_fpblock__item:nth-child(2)
		.tm_fpblock__item__description
		a.tm_fpblock__item__title {
		font-size: 18px !important;
		line-height: 20px !important;
	}
	body
		.tm_fpblock__item
		.tm_fpblock__item__description
		a.tm_fpblock__item__title,
	body .news-smart-box .post.full-type .widget-new-smart__title a,
	body .news-smart-box .post.full-type h3,
	body
		.tm_fpblock__item:nth-child(3)
		.tm_fpblock__item__description
		a.tm_fpblock__item__title,
	body
		.tm_fpblock__item:nth-child(4)
		.tm_fpblock__item__description
		a.tm_fpblock__item__title {
		font-size: 16px !important;
		line-height: 18px !important;
	}
	.publishing_para {
		padding: 0 15px 18px 25px;
	}
	.publishing_para h2 {
		font-size: 28px;
		line-height: 40px;
	}
	.publishing_para h4 {
		font-size: 22px;
	}
}
@media (max-width: 480px) {
	#sidebar-primary #gform_widget-2 .gform_body .ginput_container input,
	#sidebar-primary #gform_widget-2 .gform_footer .gform_button {
		width: 100% !important;
	}
	#sidebar-primary
		#gform_widget-2
		.gform_body
		.ginput_container
		input[type="radio"] {
		width: auto !important;
	}
}
@media (max-width: 767px) {
	.publishing_para h2 {
		font-size: 18px;
		line-height: 23px;
	}
}
@media (max-width: 479px) {
	/**newsletterform**/
	.footer-area aside.widget:last-child {
		margin: 15px 0;
	}
	.newsletterform {
		padding: 50px 0;
		max-width: inherit;
	}
	.footer-area-wrap .widget.gform_widget .gform_body {
		width: 100%;
		margin: 0 0 10px;
	}
	.footer-inner-line .gform_wrapper form#gform_1 .gform_footer {
		float: none;
		text-align: center;
		margin: 0 !important;
		width: 100%;
		max-width: inherit !important;
	}
	.site-footer
		.footer-area-wrap
		#footer-area
		.widget.gform_widget
		.gform_footer
		input[type="submit"] {
		float: none;
	}
	.newsletterform .nform .ginput_container_email:after {
		display: none;
	}

	.resource_details_main {
		padding: 20px 25px;
	}
	.details_head h3 {
		font-size: 18px;
		line-height: 22px;
	}
	.resource_details_main .details_head span {
		display: block;
	}
	.details_head {
		font-size: 12px;
		line-height: 16px;
	}
	.alignright {
		float: none;
		width: 100%;
		margin: 0 0 15px;
		max-width: inherit;
	}
	.resource_details_main q {
		margin-left: 20px;
	}
	.resource_details_main q:before {
		width: 20px;
		height: 20px;
		background-size: 20px;
		left: -20px;
	}
	.dwnmodal .modal-dialog {
		width: 90%;
		margin: 0 auto;
	}
	.dwnmodal .modal-content {
		padding: 25px;
	}
	.dwnmodal form .form-inline .form-group {
		width: 100%;
		margin-right: 0;
	}
	.dwnmodal .modal-title {
		font-size: 20px;
		line-height: 26px;
		color: #363e4b;
		font-weight: bold;
		margin: 0 0 15px;
	}
	.dwnmodal .modal-header .close {
		right: 10px;
		top: 10px;
		font-size: 24px;
		line-height: 24px;
	}
	.dwnmodal form .form-inline .form-group:last-child input {
		margin: 0 0 15px;
	}
	/**resource_page**/
	.resource_hold .custom-html-widget ul li {
		width: 100%;
		min-height: inherit;
	}
	.custom-html-widget ul li .pb_resource {
		width: 100%;
	}
	.resource_hold .custom-html-widget ul li .img_cls {
		margin-bottom: 12px;
	}
	/**publisher_corner**/
	.publisher_corner {
		font-size: 14px;
		line-height: 20px;
	}
	.publisher_corner .content {
		max-width: 90%;
		margin: 0 auto;
	}
	.sponsoredby p {
		letter-spacing: 2px;
	}
	.portion_right {
		padding: 12px 10px 12px 30px;
	}
	.portion_right h3 {
		font-size: 20px;
		line-height: 28px;
	}
	.portion_right h3:before {
		left: -15px;
		width: 4px;
	}
	.portion_right h3 span {
		display: block;
		font-size: 15px;
		line-height: 20px;
		font-weight: 400;
		padding: 4px 0 0 2px;
	}
	.quote_holder .attribute {
		width: 100%;
		margin: 15px 0 0 0;
	}
	.portion_right {
		font-size: 14px;
		line-height: 18px;
	}
	.portion_right strong {
		font-size: 15px;
		line-height: 18px;
	}
	.portion_right p b {
		font-size: 17px;
		margin: 0 0 10px;
	}
	.publisher_header h3 {
		font-size: 25px;
		line-height: 38px;
		margin: 0 0 12px;
	}
}
body #sidebar-primary .resource-right-widget .gform_body {
	padding-right: 0 !important;
}
body #sidebar-primary .resource-right-widget .gform_body input#input_1_1 {
	width: 100% !important;
}
body #sidebar-primary .resource-right-widget .gform_footer {
	float: none !important;
	margin: 10px 0 0 0 !important;
}
body
	#sidebar-primary
	.resource-right-widget
	.gform_footer
	input[type="submit"] {
	width: 100% !important;
}
.resource-sidebar {
	margin-bottom: 20px;
}
