/*
 Theme Name:   Sleedex Child
 Theme URI:    http://example.com/sleedex/
 Description:  Sleedex Child Theme
 Author:       Sleed
 Author URI:   http://example.com
 Template:     sleedex
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  sleedex-child
*/

@font-face {
	font-family: 'PF Black';
	src: url('fonts/PFDINDisplayPro-Black.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PF Medium';
	src: url('fonts/PFDINDisplayPro-Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PF Regular';
	src: url('fonts/PFDINDisplayPro-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PF Light';
	src: url('fonts/PFDINDisplayPro-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html {
	overflow-x: hidden;
}
a {
    color: #333333;
}
button:focus {
	outline: none;
}
.search-form span.screen-reader-text {
	display: none;
}
.site-content {
	padding: 0;
}
.container {
	max-width: 1372px;
		    padding-right: 0;
	    padding-left: 0;
}


@media screen and (max-width: 1600px ) {
	.container {
		max-width: 1372px;
	}
}

@media screen and (max-width: 1400px ) {
	.container {
		max-width: 1171px;
	}
}

@media screen and (max-width: 1200px ) {
	.container {
		max-width: 940px;
	}
}

@media screen and (max-width: 990px ) {
	.container {	
	    padding-right: 15px;
	    padding-left: 15px;
	    max-width: 	900px;
	}
}
@media screen and (max-width: 768px ) {
	.container {
	    max-width: 720px;
	}
}

body, button, input, select, textarea {
	font-family: PF Medium;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: -0.3px;
}

h2, .home.blog .entry-title {
	font-family: PF Regular;
	font-size: 34px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.18;
	letter-spacing: -0.3px;
	margin: 0 0 10px 0; 
}

@media screen and (max-width: 1071px ) {	
	h2, .home.blog .entry-title {
		font-size: 20px !important;
		line-height: 1.25 !important;
  		letter-spacing: -0.2px !important;
  		/*margin: 20px 0 10px 0;*/
	}
}

body .entry-content {
	font-family: PF Regular;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #333333;   
    margin-top: 29px;
}

body.single-post .entry-content {	
    line-height: 1.33;
}

@media screen and (max-width: 1071px ) {	
	body .entry-content {
		font-family: PF Regular;
	    font-size: 14px;
	    font-weight: normal;
	    font-style: normal;
	    font-stretch: normal;
	    line-height: 1.29;
	    letter-spacing: -0.3px;
	}
	#center_area .entry-meta a .entry-date {
		font-size: 10px;
		line-height: 1.8;
  		letter-spacing: -0.2px;
  		color: #333333;
	}
}

body .entry-content p{
	margin-bottom: 0;
}

article .post-thumbnail {
	margin-bottom: 0;
}

.read-more {
	float: left;
	margin-top: 20px;
}
.read-more a {
	font-family: PF Medium;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
	color: #fff;
	background-color: #eb1c24;
	padding: 17px 94px 17px 20px;
	display: inline-block;
	text-decoration: none;
}
.read-more a:hover {
	background-color: #ca181f;
	color: #fff;
}
@media screen and (max-width: 1200px) {
	.read-more a {
	    font-size: 14px;  
	    line-height: 1.29;
  		letter-spacing: -0.3px;
		padding: 17px 147px 17px 20px;
	}
}
.read-more-arrow {
	background: url('../../uploads/2019/01/white.png') no-repeat right 20px center;
}

.entry-content a, .entry-content a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navigation-top {
    position: relative;
    background-color: #087e56;
    border: none;
}

@media screen and (max-width: 1200px) {
	.navigation-top > .container {
	    padding-right: 0;
	    padding-left: 0;
	}
}

.navigation-top a {
	font-family: "PF Medium";
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: -0.3px;
}
@media screen and (max-width: 991px) {
	.navigation-top a {
		font-size: 13px;
	}
	.navigation-top li:last-child a {
		padding: 1em 0;
	}
}

.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
	color: #fff;
}

.main-navigation a:hover {
    color: #eb1c24;
}

@media screen and (max-width: 1370px ) {
	.navigation-top .wrap {
		max-width: 1171px;
		margin-left: calc((100% - 1171px) / 2);
	    padding: 0;
	    margin-right: 0;
	    max-width: unset;

	}
}

@media screen and (min-width: 1371px ) {
	.navigation-top .wrap {
		max-width: 1372px;
		margin-left: calc((100% - 1372px) / 2);
	    padding: 0;
	    margin-right: 0;
	    max-width: unset;
	}
}

#site-navigation button {
	padding: 10px 10px 11px 10px;
}

.search-form {
	display: inline-block;
	font-family: "PF Medium";
	width: 230px;
	/*height: 60px;*/
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: -0.3px;
	color: #ffffff;
	float: left;
}
@media (min-width: 992px) and (max-width: 1200px) {
	.search-form {
		width: 160px !important;
	}
}


@media screen and (max-width: 991px ) {
	#site-navigation button.menu-toggle{
		display: block;
		/*width: 14%;*/
	}
/*	.menu-right-section {
		width: 86%;
	}*/
	.search-form {
		width: 138px;
	}
	.shop-online {
		width: 138px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.shop-online {
		width: 160px !important;
	}
}
/*@media screen and (max-width: 991px ) {
	.shop-online {
		width: 138px
	}
}*/

@media screen and (min-width: 1201px ) {
	#top-menu li:last-child {
	   /* padding: 0px 35px;*/
	    width: 100%;
	    /* position: absolute; */
	    max-width: 220px;
	    margin: auto;
	    bottom: 0;
	    right: 0;
	    left: 0;
	}
}

.wrap {
	padding-left: 0;
	padding-right: 0;
	max-width: 1171px;
/*	padding-left: 6.5%;
    padding-right: 6.5%;
    max-width: 1600px;
    margin: 0 auto;*/
}

.shop-online {
	background-color: red;
	display: inline-block;
	height: 100%;
}


.shop-online a{
/*	padding: 23px 86px 21px 50px; */
	display: block;
	padding: 23px 135px 21px 83px;
    background: url("../../uploads/2019/01/cosmos_cart_icon.png") no-repeat left 40px center;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.shop-online a {
    	background: url("../../uploads/2019/01/cosmos_cart_icon.png") no-repeat left 10px center;
	    background-size: 20px;
	    padding: 23px 25px 21px 45px;
	}
}

@media screen and (max-width: 991px ) {
	.shop-online a {
	    padding: 14px 8px 13px 35px;
	    background: url("../../uploads/2019/01/cosmos_cart_icon.png") no-repeat left 10px center;
	    font-size: 10px;
	    font-weight: normal;
	    font-style: normal;
	    font-stretch: normal;
	    line-height: 1.8;
	    letter-spacing: 0.7px;
	    background-size: 20px;
	}

	.youtube-icon {
		padding-left: 48px !important;
	}

}


.menu-right-section {
	display: inline-block;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
}

.custom-logo-link {
	display: inline-block;
	text-align: center;
	padding-right: 0 !important;
	max-width: 100%;
    height: auto;
}

.custom-logo-link img {
	max-width: 100%;
}
@media screen and (max-width: 991px ) {
	.custom-logo-link img {
		max-width: 143px;
	}
}

.site-branding {
	padding-top: 30px;
	padding-bottom: 4px;
	margin-bottom: 0 !important;
}
@media screen and (max-width: 575px ) {
	.site-branding {
		padding-top: 12px;
	}
}

.custom-header {
/*	padding-top: 30px;
	padding-bottom: 16px;*/
	margin-bottom: 0 !important;
}

#top-menu li:first-child a{
	padding-left: 0;
}
 
.menu-right-section .search-form label{
	margin-bottom: 0;
}

.menu-right-section .search-form input[type="search"] {
	font-family: "PF Medium";
	background: #066b49;
	border: none;
	text-align: center;
	padding: 23px 0px 21px 17px;	
	font-size: 16px;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: normal;
  	letter-spacing: -0.3px;
  	color: #ffffff;
} 
@media screen and (max-width: 991px) {
	.menu-right-section .search-form input[type="search"] {
		padding: 15px 0px 14px 17px;
		box-sizing: border-box;
		height: 45px;
	} 
}


.menu-right-section .search-form .search-submit {
	right: unset;
}

.the_champ_horizontal_sharing {
    background-color: #58B8F8 !important;
    border: 2px solid #fff !important;
    box-shadow: 0 2px 2px rgba(0,0,0,.4) !important;
    color: #fff !important;
}

.rpwwt-widget ul li {
	margin: 0 !important;
}

.widget ul li {
	border: none;
	padding: 7px 15px;
}

.has-sidebar #sidebar_area section {
	background-color: #f8f8f8;
}

#sidebar_area section {
	border-bottom: 1px solid #ddd;
}

#sidebar_area h2.widget-title {
	margin:	0 !important;
	padding: 16px;
	font-family: PF Medium;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.04;
	letter-spacing: -0.3px;
	color: #333333;
	text-transform: capitalize;
}

@media screen and (max-width: 1200px) {
	#sidebar_area h2.widget-title {
		font-size: 20px;
		line-height: 1.25;
	    letter-spacing: -0.2px;
	}
}

#sidebar_area #rpwwt-recent-posts-widget-with-thumbnails-3 h2 {	
	border-bottom: 1px solid #ddd;
}

#sidebar_area .entry-content a img, .comment-content a img, .widget a img {
	-webkit-box-shadow: 0 0 0 8px #f8f8f8;
	box-shadow: 0 0 0 8px #f8f8f8;
}

#sidebar_area a{
	font-family: PF Medium;
  	font-size: 14px;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: normal;
  	letter-spacing: -0.3px;
}
@media screen and (max-width: 1200px) {
	#sidebar_area a {
		line-height: 1.29;
	}
}

#sidebar_area .recent-posts-widget-with-thumbnails a{
	font-family: PF Regular;
  	font-size: 18px;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.22;
  	letter-spacing: normal;
  	color: #333333;
}
@media screen and (max-width: 1071px) {
	#sidebar_area .recent-posts-widget-with-thumbnails a{
		font-family: PF Regular;
	  	font-size: 14px;
	  	line-height: 1.29;
	  	letter-spacing: -0.3px;
	}
}
.post-thumbnail img {
	width: 100%
}

#center_area .entry-meta a {
	font-family: PF Medium;
	padding: 9px 18px 6px 5px;
    display: inline-block;
 	margin: 0 5px;
	letter-spacing: -0.3px;
  	text-align: center;
  	font-size: 14px;
  	font-weight: normal;
  	font-style: normal;
    font-stretch: normal;
}

#center_area .entry-meta a .entry-date, {
	font-size: 14px;
	color: #666666;
	text-transform: capitalize;
}

#center_area .entry-meta .tags-links a {	
	padding: 7px 18px 6px 18px;
    margin: 0 5px 5px;
    background-color: #f8f8f8;
	border-radius: 15px;
    line-height: 1.17;
    font-size: 12px;
    border: 1px solid #ededed;
    color: #333;
}
.entry-header {
	margin-top: 50px;
}
@media screen and (max-width: 991px ) {
	.entry-header {
		margin-top: 0;
	}
	.single-post .entry-header {
		margin-top: 20px;
	}

}
body:not(.twentyseventeen-front-page) .entry-header {
	padding-bottom: 12px;
}
@media screen and (max-width: 1200px ) {
	#center_area .entry-meta .tags-links {	
		display: block;
	}
	body:not(.twentyseventeen-front-page) .entry-header {
		padding-bottom: 5px; 
	}
}

@media screen and (max-width: 1200px ) {
	body:not(.twentyseventeen-front-page) .entry-header {
		padding-bottom: 5px; 
	}
	#center_area .entry-meta .tags-links a {
	    margin: 8px 5px 5px 0;
	}
}

.rpwwt-widget ul {
	margin-top: 11px; 
}

#rpwwt-recent-posts-widget-with-thumbnails-2 img {
	margin: 0px 15px 0px 0;
}

#center_area .entry-meta a:focus, #center_area .entry-meta a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

body:not(.single-post) #center_area article {
	padding-bottom: 30px;
	margin-top: 20px;
	border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px ) {
	body:not(.single-post) #center_area article {
		padding-bottom: 20px;
		border-bottom: none;
	}
}

.date-icon {
	background-image: url("../../uploads/2019/01/black.png");
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	margin: 4px 0 0 0;
	padding: 0px;	
	background-repeat: no-repeat;
	object-fit: contain;
  	opacity: 0.7;
}

.widget {
    padding-bottom: 1em;
}

.widget .tagcloud a, .widget.widget_tag_cloud a, .wp_widget_tag_cloud a {
	border-radius: 15px;
    font-size: 12px !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17 !important;
    letter-spacing: -0.3px;
    text-align: center;
    padding: 7px 18px 6px 18px;
    margin: 5px;
    color: #333333;
}

.widget .tagcloud ul li {
	padding: 0 !important;
}

.widget_archive ul li {
	background: url("../../uploads/2019/01/date-icon-sidebar.png") no-repeat left -1px center;
	padding: 7px 30px;
	margin-left: 15px;
}

.youtube-icon {
	background-image: url("../../uploads/2019/01/you-tube.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 32px;
}

.alm-btn-wrap{
	text-align: center;
}
@media screen and (max-width: 767px ) {
	.alm-btn-wrap{
		border-top: 1px solid #e5e5e5;
	}
}
button.alm-load-more-btn.more.load-more-button {
	background: url("../../uploads/2019/01/black-1.png") no-repeat right 20px center;
	font-family: 'PF Medium';
	width: 250px;
 	height: 50px;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: -0.3px;
	text-align: center;
	color: #333333;
	margin: 29px 0 0 0; 
	background-color: #fff;
	border: 2px solid #333333;
}
button.load-more-button:hover, button.load-more-button:focus, 
input.load-more-button[type="button"]:hover, 
input.load-more-button[type="button"]:focus,
button.alm-load-more-btn.more.load-more-button:focus,
button.alm-load-more-btn.more.load-more-button:hover {
	background: url("../../uploads/2019/01/arrow_down_white.png") no-repeat right 20px center;	
	background-color: #333333;
	border: 2px solid #333333;
	color: #fff;
	}

/*single post */
.single-post .entry-title {
	font-family: 'PF Light';
	font-size: 34px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.18;
    letter-spacing: -0.3px;
    color: #222222;
}
@media screen and (max-width: 1200px) {
	.single-post .entry-title {
		font-family: 'PF Regular';
	}
}
.single-post .entry-content p {
	max-width: 760px;
	float: left;
}

.main-navigation li {
	font-family: "PF Medium";
}

.inline-block {
	display: inline-block;
}

.logo-images {
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.logo-images {
		position: inherit;
		text-align: center;
	}
}

.menu-right-section button {
	background-color: unset;
}

button.custom-search:hover, 
button.custom-search:focus, 
input.custom-search[type="button"]:hover, 
input.custom-search[type="button"]:focus, 
input.custom-search[type="submit"]:hover, 
input.custom-search[type="submit"]:focus {
	background: url("../../uploads/2019/01/white-1.png") no-repeat left 0px center;
}

.custom-search {	
	background: url("../../uploads/2019/01/white-1.png") no-repeat center;
    padding: 15px 10px 16px 34px !important;
    margin-left: 0px;
    background-size: 18px;
}

@media screen and (min-width: 1201px) {
	.custom-search {
		background: url("../../uploads/2019/01/white-1.png") no-repeat left 0px center;
	    padding: 15px 20px 15px 40px !important;
	    margin-left: 37px;
	    background-size: inherit;
	}
}

.main-navigation > div > ul {
	padding: 12px 27px;
}
@media screen and (min-width: 768px) {
	.js .menu-toggle {
		display: block;
	}

	.main-navigation .menu-item-has-children > a > .icon,
	.main-navigation .page_item_has_children > a > .icon,
	.main-navigation ul a > .icon {
		display: none;
	}
	.main-navigation ul ul {
		padding: 0 0 0 1.5em;
	}

	.main-navigation ul ul.toggled-on {
		display: block;
	}

	.main-navigation ul ul a {
		letter-spacing: 0;
		padding: 0.4em 0;
		position: relative;
		text-transform: none;
	}
	.js .main-navigation.toggled-on > div > ul {
		display: block;
	}
	.js .main-navigation ul, .js .main-navigation ul ul, .js .main-navigation > div > ul {
		display: none;
	}

	.main-navigation li {
		border-bottom: 1px solid #eee;
		position: relative;
		display: block;
	}

	.main-navigation li li,
	.main-navigation li:last-child {
		border: 0;
	}
	.main-navigation > div > ul {
		border-top: 1px solid #eee;
		padding: 12px 27px;
	}
	.main-navigation a {
		display: block;
		padding: 0.5em 0;
		text-decoration: none;
	}

	/*//*/
}

@media screen and (min-width: 992px) {
	.js .menu-toggle {
		display: none;
	}
	.js .main-navigation ul, .js .main-navigation ul ul, .js .main-navigation > div > ul {
		display: block;
	}
	.main-navigation a {
		display: block;	
		padding: 1em 1.2em;
		padding: 23px 1.2em 21px;
	}
	.main-navigation > div > ul {
		border: 0;
		margin-bottom: 0;
		padding: 0;
		display: block;
	}
	.main-navigation li {
		border: 0;
    	display: inline-block;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.main-navigation a {
		padding: 23px 1em 21px;
	}
}

.main-navigation ul {
	background: #087e56;
}

.menu-toggle {
	margin: 0;
}
.burger-menu {
	background-image: url("../../uploads/2019/01/burger_menu_white.png");
    display: block;
    float: left;
    width: 24px;
    height: 24px;
/*    margin: 4px 0 0 0;
    padding: 0px;*/
    background-repeat: no-repeat;
}

@media screen and (min-width: 48em) {
	.navigation-top nav {
		margin-left: 0;
	}
}
@media screen and (min-width: 992px) {
	.logo-images-top {
		top: 10px;
	}
}
@media screen and (min-width: 1200px) {
	.logo-images-top {
		top: 20px;
	}
}
.menu-right-section .search-form input[type="search"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-family: "PF Medium";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
}
.menu-right-section .search-form input[type="search"]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;  
  font-family: "PF Medium";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
}
.menu-right-section .search-form input[type="search"]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-family: "PF Medium";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
}
.menu-right-section .search-form input[type="search"]:-moz-placeholder { /* Firefox 18- */
   color: #fff;
   font-family: "PF Medium";
   font-size: 16px;
   font-weight: normal;
   font-style: normal;
   font-stretch: normal;
   line-height: normal;
   letter-spacing: -0.3px;
}

aside#sidebar_area {
    margin-top: 145px;
}
@media screen and (max-width: 767px ) {
	article .post-thumbnail,
	article .single-featured-image-header {
		width: 100vw;
	    position: relative;
	    left: 50%;
	    margin-left: -50vw;
	}
	aside#sidebar_area {
		padding-left: 0;
		padding-right: 0;
		margin-top: 0;
		display: none;
	}
	aside#sidebar_area section.widget_archive {
		display: none;

	}
	.single-post aside#sidebar_area {
		margin-top: 40px;
		display: block;
	}
}

@media screen and (max-width: 991px ) {
	.menu-right-section .search-form input[type="search"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	    color: #fff;
	    font-family: "PF Medium";
	    font-size: 10px;
	    font-weight: normal;
	    font-style: normal;
	    font-stretch: normal; 
	    line-height: 1.8;
  		letter-spacing: 0.7px;
  		padding: 13px 0px 13px 17px;
	}
	.menu-right-section .search-form input[type="search"]::-moz-placeholder { /* Firefox 19+ */
	  	color: #fff;  
	  	font-family: "PF Medium";
	  	font-size: 10px;
	  	font-weight: normal;
	  	font-style: normal;
	  	font-stretch: normal; 
	  	line-height: 1.8;
  		letter-spacing: 0.7px;
  		padding: 13px 0px 13px 17px;
	}
	.menu-right-section .search-form input[type="search"]:-ms-input-placeholder { /* IE 10+ */
		color: #fff;
		font-family: "PF Medium";
		font-size: 10px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.8;
  		letter-spacing: 0.7px;
  		padding: 13px 0px 13px 17px;
	}
	.menu-right-section .search-form input[type="search"]:-moz-placeholder { /* Firefox 18- */
		color: #fff;
		font-family: "PF Medium";
		font-size: 10px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.8;
  		letter-spacing: 0.7px;
  		padding: 13px 0px 13px 17px;
	}
}

.menu-toggle:focus {
    outline: none;
}

@media screen and (max-width: 1071px) {
	.widget_categories ul {
		-moz-column-count: 2;
	    -moz-column-gap: 20px;
	    -webkit-column-count: 2;
	    -webkit-column-gap: 20px;
	    column-count: 2;
	    column-gap: 0px;
	}
}

footer .screen-reader-text {
	position: relative !important;
	clip: inherit !important;;
	width: auto;
	height: auto;
	overflow: inherit;
}
@media screen and (max-width: 991px) {
	footer .screen-reader-text {
		display: inline-block;
		margin: 9px 0;
	}
}

footer .social-navigation .icon {
	display: none;
}

#menu-social li {
	font-family: "PF Regular";
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: -0.3px;
    color: #ffffff;
}
@media screen and (max-width: 991px ) {
	#menu-social li {
		font-size: 13px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.15;
		letter-spacing: -0.2px;
	}
}

#menu-social li:first-child {
	letter-spacing: normal;
	font-family: "PF Medium";
	font-size: 18px;
}
#menu-social li a. #menu-social li a:hover, #menu-social li a::focus {
	background-color: inherit;
}
.social-navigation {	
    padding: 54px 0;
}
.social-navigation li {
	width: 13.5%;
	min-width: 112px;
	display: inline-block !important;
}

.social-navigation a {
	background-color: #333333;
    -webkit-border-radius: unset;
    border-radius: unset;
	width: 100%;
    height: auto;
    margin: 0;
}
@media screen and (min-width: 48em) {
	.social-navigation {
	    width: 100%;
	    text-align: center;
	}
}
footer#colophon {
	background-color: #333333;
	height: 140px;
}
@media screen and (max-width: 991px ) {
	footer#colophon {
		background-color: #333333;
		height: 207px;
	}
}
#menu-social {
	margin: 0;
}
#menu-social .menu-item img._before {
	width: 25px;
}
@media screen and (max-width: 991px) {
	#menu-social .menu-item img._before {
		margin-right: 12px;
	}
	#menu-social li:first-child {
		display: block;
		width: 100%;
		text-align: center;
		position: absolute;
	    top: 24px;
	    width: 100%;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    max-width: 103px;
	    padding-left: 5px;
	}
	.social-navigation {
	/*	padding-top: 30px;*/
		margin-bottom: 0;
		padding-bottom: 15px;
		overflow: hidden;
	}
	footer ul#menu-social {
		-moz-column-count: 2;
	    -moz-column-gap: 20px;
	    -webkit-column-count: 2;
	    -webkit-column-gap: 20px;
	    column-count: 2;
	    column-gap: 0px;
	}
	.social-navigation li {
	/*	width: 13.5%;*/
		display: inline !important;
		padding-left: 30px;
	}
	.social-navigation a {
		text-align: left;
		width: 70%;
	}
}

body.search .page-header {
	padding: 20px 0 0 0px;
}

.nj-email-input input{
		font-family: 'PF Regular';
		font-size: 18px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.22;
		letter-spacing: normal;
	}
.nj-html {
	line-height: 1.22;
	letter-spacing: normal;
	font-weight: normal;
}


.nj-email-input input[type="email"] {
	padding: 19.5px 58px 19.5px 45px;
	background: url("../../uploads/2019/01/newsletter-icon.png") no-repeat left 17px center;
    background-size: 20px;
    border:	none;
    border-radius: unset;
    background-color: #fff;
}

.nf-form-fields-required, .nf-error-required-error {
	display: none;
}

.nj-sign-up input {
	background: url("../../uploads/2019/01/red-arrow-cosmos.png") no-repeat right 19px center;
    background-size: 20px;
	padding: 22.5px 75px 21.5px 20px;
	font-family: "Pf Medium";
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: -0.2px;
	color: #eb1c24;
	background-color: #fff;
	text-transform: uppercase;
} 
.nj-sign-up input[type="button"]:hover {
	background: url("../../uploads/2019/01/red-arrow-cosmos.png") no-repeat right 19px center;
	background-color: #fff;
}



.newsletter-block {
	background-color: #f8f8f8;
	width: 100%;
	padding: 25px 0;
	margin-top: 80px;
}
.nf-field-container {
	margin-bottom: 0 !important;
}


@media (min-width: 768px) and (max-width: 1200px) {
		.nj-email-input input[type="email"] {
			padding: 21px 56px 21px 45px;
		}
}

@media screen and (min-width: 768px) {
	.nj-inline-block {
		display: inline-block;
	}
	
	.nf-field-element {
		order: unset !important;
	}

	.nf-form-content nf-fields-wrap nf-field:nth-child(3) {
		font-size: 0;
	}

	.nj-row {
		margin: 0 auto;
		text-align: center;
	}
}
@media screen and (min-width: 48em) {
	.site-footer {
		margin-top: 0;
	}
}
.nj-html2 {	
	letter-spacing: normal;
	line-height: 1.22;
}
@media screen and (max-width: 1200px) {
	.nj-html, .nj-html2 {
		display: block !important;
	}
	.nj-html {
		font-size: 16px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.25;
		letter-spacing: -0.1px;
	}
	.nj-html2 {
		font-size: 14px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.43;
	}
	.nj-email-input input {		
		font-size: 14px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.29;
		letter-spacing: -0.3px;
	}
	.nj-sign-up input {		
		font-size: 14px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.29;
		letter-spacing: -0.3px;
		padding: 21px 75px 21px 20px;
	}
}
@media screen and (max-width: 767px) {
	.nj-sign-up input{
		background: url("../../uploads/2019/01/white-arrow-cosmos.png") no-repeat right 19px center;
	    background-size: 20px;
		padding: 16px 43px 16px 42px;
	}
	
	.newsletter-block {
		background-color: #fff;
	}
	.nj-email-input input[type="email"] {
		background-color: #f8f8f8;
		padding: 16px 56px 16px 45px;
	}
	    
	.nf-form-layout {
		text-align: center;
		margin-top: 20px;
	}
	.nf-field-container {
		margin-bottom: 5px !important;
	}
	div.nj-html2,
	div.nj-sign-up {
		margin-bottom: 20px !important;;
	}
	.nj-sign-up input {
		width: 100% !important;
		background-color: #eb1c24;
		color: #fff;
		padding: 21px 0;
		text-align: center;
	}
	.home.blog .newsletter-block {
		padding: 0;
		margin-top: 50px;
	}
	.single-post .newsletter-block {
		padding: 0;
		margin-top: 0px;
	}
}
.single-post h2.cprp_section_title {
	font-family: 'PF Medium';
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.04;
    letter-spacing: -0.3px;
    color: #333333;
}
.single-post .cosmos_related_posts {
	font-family: 'PF Regular';
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
}
.cprp_items.list li {
	padding: 0 20px 0 0;
}
.cprp_items.list {
    padding-top: 26px;
    border-top: 1px solid #e5e5e5;
}
.cprp_title {
	margin-top: 45px;
}
.alm-load-more-btn.done {
    display: none;
}
.entry-date.published {
	text-transform: capitalize;
	color: #666666;
}

.field-wrap {
	display: block !important;
}
.cosmos_return_button {
	background: url("../../uploads/2019/01/black-arrow.png") no-repeat left 9px center;;
	font-family: "PF Medium";
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: -0.2px;
	width: 140px;
    height: 60px;
    padding: 22px 0 20px 21px;
    border: 1px solid #999999;
    background-color: #fff;
    border-radius: inherit;
    margin-bottom: 46px;
}
.cosmos_return_button:hover {
	background: url("../../uploads/2019/01/white-arrow-left.png") no-repeat left 9px center;;
	background-color: #333333;
    border: 1px solid #333333;
    color: #fff !important;
}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    border-top: 1px solid #e5e5e5;
    padding-top: 23px;
    padding-bottom: 12px;
    margin-top: 40px;
}
div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_like {
	width: 67px !important;
}
div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_share {
	width: 89px !important;;
}
div.heateor_sss_horizontal_sharing li.heateor_sss_twitter_tweet {
	width: 67px !important;;
}
div.heateor_sss_horizontal_sharing li.heateor_sss_google_plus_share {
	width: 67px !important;;
}
@media screen and (max-width: 767px) {	
	.cosmos_return_button {
		width: 100%
	}
	.single-post h2.cprp_section_title {
		font-family: "PF Regular";
	}
	.cosmos_return_button {
		margin-bottom: 6px;
	}
	.cprp_title {
		margin-top: 11px;
	}
	.cprp_title a {
		line-height: 1.29;
	}
	.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
	    margin-top: 20px;
	}
}

.nf-after-field .nf-error-msg {
	display: none;
}
input[type="text"]:focus {
	border: none;
}

input:required {
    box-shadow:none;
}
@media screen and (min-width: 767px) {
	.nj-email-input {
		max-width: 290px;
	}
}
