/*
Theme Name: Polymedics
Theme URI: https://netkreativ.hu/
Author: Netkreativ
Author URI: https://netkreativ.hu/
Description: Polymedics template
Version: 1.0
Text Domain: polymedics

*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/******************************************************************************************************************/
body {
	background: #fff;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 14px;
	color: #636466;
}
a {
	text-decoration: none;
	color: #9d0d31;
	line-height: 20px;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 20px;
	line-height: 20px;
}
h1, h2 {
	color: #9d0d31;
	font-weight: 600;
	font-size: 16px;
	margin: 15px 0 12px;
}
.site {
	background: #fff;
}

/*content*/

#content {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	background: #fff;
	padding-bottom: 90px;

}
#content::after, .site-header-main::after {
	display: block;
	clear: both;
	content: '';
}
/*sidebar*/
.sidebar {
	float: left;
	padding: 15px 35px;
	width: 254px;
}
/*content-area*/
.content-area {
	max-width: 765px;
	padding: 15px 20px 0px 10px;
	width: 100%;
	float: right;
}


/*header*/

.site-header {
	position: relative;
	background: #ccc;
}
.site-header-main {
	position: relative;
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	background: #fff;
}
.site-header::before {
	display: block;
	content: '';
	z-index: 0;
	background: #F5EDD8;
	position: absolute;
	height: 120px;
	width: 50%;
	z-index: 0;
	top: 0;
	margin-right: 50%;
}
.site-header::after {
	display: block;
	content: '';
	z-index: 0;
	background: #fff;
	position: absolute;
	height: 120px;
	width: 50%;
	z-index: 0;
	top: 0;
	margin-left: 50%;
}

.top-bar {
	background: #9d0d31;
	height: 5px;
	width: 100%;
}
.logo {
	background: #f5edd8;
	width: 255px;
	display: block;
	height: 120px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0 0 30px;
}
.logo img {
	width: 135px;
}
.top-menu {
	position: absolute;
	right: 33px;
	top: 20px;
}
.top-menu span {
	float: left;
	position: relative;
}
.top-menu span a {
	float: left;
	line-height: 19px;
	margin-left: 17px;
	font-size: 13px;
	color: #636466;
}
@-moz-document url-prefix() {
    .top-menu span a {
		line-height: 18px;
	}
}
.top-menu span:nth-child(2) a img {
	padding-right: 1px;
}
.top-menu span a:hover {
	text-decoration: none;
	
}
.top-menu span a img {
	height: 20px;
	float: left;
}
.top-menu span > div {
	display: none;
	width: 115px;
	position: absolute;
	left: 25px;
	top: 100%;
}
.top-menu span:nth-child(3):hover > div {
	display: block;	
}
.top-menu span > div ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-menu span > div ul a {
	display: block;
	float: none;	
}
/**main menu**/
#menu-toggle {
	display: none;
	position: absolute;
	right: 20px;
	top: 15px;
	border: none;
	background: transparent url(image/menu-icon.png) 100% 2px no-repeat;
	height: 20px;
	line-height: 18px;
	width: 103px!;
	color: #9d0d31;
	font-weight: 700;
	font-size: 29px;
	letter-spacing: -1px;
	text-align: left;

}
#menu-toggle:focus {
	outline: none;
}
.site-header-menu {
	position: absolute;
	bottom: 10px;
	/*right: 160px;*/
	right: 16px;
}
.site-header-menu nav {
	
}
.site-header-menu nav > div {
	
}
.site-header-menu nav > div > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.site-header-menu nav > div > ul > li {
	float: left;
	padding: 0 20px;
}
.site-header-menu nav > div > ul > li > a {
	color: #636466;
	padding: 6px 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	border-bottom: 5px solid transparent;
}
.site-header-menu nav > div > ul > li > a:hover {
	text-decoration: none;
}

.site-header-menu nav > div > ul > li.current-menu-item a, .site-header-menu nav > div > ul > li.current-page-ancestor a {
	color: #9d0d31;
	border-bottom: 5px solid #9d0d31;
}

/*sidebar menu*/

.advanced-sidebar-menu {
	margin-bottom: 35px;
}
.advanced-sidebar-menu ul {
	list-style: none;
	padding: 0;
	margin: 10px 0;
}
.advanced-sidebar-menu ul li {
	
}
.advanced-sidebar-menu ul li a {
	font-weight: bold;
	color: #636466;
	font-size: 18px;
	padding: 8px 0 8px;
	display: block;
}
.advanced-sidebar-menu ul li a:hover {
	text-decoration: none;
}
.advanced-sidebar-menu > ul > li {
	border-top: 1px solid #e0e0e0;
}
.advanced-sidebar-menu > ul > li:last-child {
	border-bottom: 1px solid #e0e0e0;
}
.advanced-sidebar-menu ul li ul {
	display: none;
	margin: 0;
}
.advanced-sidebar-menu ul li ul li {
	border-top: 1px solid #e0e0e0;
	position: relative;
}
.advanced-sidebar-menu ul li ul li a {
	font-size: 18px;
	text-transform: none;
	padding-left: 12px;
	font-weight: normal;
}

.advanced-sidebar-menu ul li.current_page_item > ul, .advanced-sidebar-menu ul li.current_page_ancestor > ul {
	display: block;
}
.advanced-sidebar-menu ul li.current_page_item > a, .advanced-sidebar-menu ul li.current_page_ancestor > a {
	color: #9d0d31;
}

/* shared with before and after */
.advanced-sidebar-menu ul li ul li a:before, .advanced-sidebar-menu ul li ul li a:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 5px solid transparent; /* arrow size */
}

/* these arrows will point up */

/* top-stacked, smaller arrow */
.advanced-sidebar-menu ul li ul li a:before {
	border-left-color: #fff;
	position: absolute;
	left: 0px;
	z-index: 2;
	top: 14px;
}

/* arrow which acts as a background shadow */
.advanced-sidebar-menu ul li ul li a:after {
	border-left-color: #333;
	position: absolute;
	top: 14px;
	left: 2px;
	z-index: 1;
}
.advanced-sidebar-menu ul li ul li.current_page_item a:after {
	border-left-color: #9d0d31; 
} 
/*footer*/

.site-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #636466;
	font-size: 12px;
}
.footer-container {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;	
	padding: 20px 0px 16px;
}
.footer-container > a {
	padding-left: 30px;
	float: left;
}
.footer-container > a > img {
	width: 75px;
}
.footer-container > div {
	float: right;
	width: 73.7%;
}
.custom-footer .textwidget > div {
	width: 25%;
	float: left;
}
.custom-footer .textwidget > div:nth-child(1) {
	width: 34.5%;
}
.custom-footer .textwidget > div:nth-child(2) {
	width: 22%;
}
.custom-footer .textwidget > div:nth-child(3) {
	width: 18%;
}
.custom-footer .textwidget > div:nth-child(4) {
	width: 24%;
}
.custom-footer .textwidget > div > span {
	display: block;
	margin: 3px 0 5px;
}
.footer-container:after {
	clear: both;
	content: '';
	display: block;
}	
.custom-footer .textwidget > div > span {
	color: #b1b1b3;
}
.custom-footer .textwidget > div > span a {
	color: #fff;
	line-height: 14px;
}

/*************custom***************/

.pagination .current .screen-reader-text {
	position: static !important;
}

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}

/*slider*/

.metaslider .caption-wrap {
	background: none !important;
	opacity: 1 !important;
}
.metaslider .caption-wrap h2 {
	color: #ffffff;
	font-weight: normal;
	font-style: italic;
	line-height: 30px;
	margin-bottom: 24px;
}
.metaslider .caption-wrap p {
	color: #ebdbb2;
}

/*recent news widget*/
.rpwwt-widget a {
	color: #636466;
}
.rpwwt-widget ul {
	margin: 0;
}

.rpwwt-post-title {
	color: #636466;
	font-weight: 600;
}
.rpwwt-post-date {
	line-height: 20px;	
}
.rpwwt-post-excerpt {
	line-height: 20px;
}

/*posts*/
article.type-post {
	padding: 35px 0;
	border-bottom: 1px solid #ccc;
}
.post footer > span {
	margin: 0 5px;
} 
.post h2 {
	margin-top: 0;
}
.entry-date.published {
	display: none;
	
}
.page .entry-header {
	display: none;
}

.entry-content h2 {
	margin-top: 13px;
}
table {
	margin-bottom: 20px;
}
.clear {
	clear: both;
}

.cont-left {
	float: left;
	width: 49%;
}
.cont-right {
	float: left;
	width: 49%;
	margin-left: 2%;
}
.metaslider .caption {
	padding: 52px 63px !important;
	max-width: 31%;
}

.banner-mobile, .mobile_main_image {
	display: none;
}

/*mobile menu*/
.site {
	min-height: 100%;
	min-width: 100%;
	background-color: white;
	position: relative;
	top: 0;
	bottom: 100%;
	right: 0;
	z-index: 1;
	transition: right 0.2s;
}
.site::after, .site::before {
	content: "";
	display: block;
	clear: both;
}
/**********/

.site-header-menu-mobile {
	background: #9d0d31;
	height: 100%;
	position: fixed;
	z-index: 0;
	right:-210px;
}
.site-header-menu-mobile.toggle-mobile {
	right: 0;
}

.admin-bar .site-header-menu-mobile  {
	 top: 32px;
 }
@media screen and (max-width: 783px) {
	.admin-bar .site-header-menu-mobile  {
		top: 46px;
	}
}

.site-header-menu-mobile.toggle-mobile {
	overflow: auto;
}
.site-header-menu-mobile.toggle-mobile + .site {
	right: 210px;
}
.primary-menu {
	float: right;
}





.site-header-menu-mobile ul {
	list-style: none;
	margin: 14px 0 0 0;
	padding: 0;
}
.site-header-menu-mobile ul li {
	text-align: right;
	display: block;
}
.site-header-menu-mobile ul li a {
	padding: 8px 30px 8px 0;
	display: block;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	max-width: 210px;
}
.site-header-menu-mobile ul li a:hover {
	text-decoration: none;
}


/*icons, language mobile*/

.top-menu-mobile {
	float: right;
	margin-top: 20px;
	display: block;
	width: 210px;
	
}
.top-menu-mobile span {
	text-align: right;
	display: block;
}
.top-menu-mobile a {
	color: #fff;
	display: block;
	float: right;
	padding: 7px 30px 7px 0;
	font-size: 24px;
	cursor: pointer;
}
.top-menu-mobile span a img {
	float: left;
	padding-right: 8px;
	margin-top: 2px;
}
.top-menu-mobile span:first-child a {
	padding: 7px 30px 5px 0;
}
.top-menu-mobile a:hover {
	text-decoration: none;
}
.top-menu-mobile span div {
	display: none;
}
.top-menu-mobile span div.active {
	display: block;
}

/*mobile submenu*/
.mobile_submenu, .mobile-parent-title {
	display: none;
	padding: 5px 20px;
}
.mobile_submenu {
	padding-bottom: 0;
}
.mobile-parent-title {
	margin: 12px 0 0;
	font-size: 18px;
}
.mobile-parent-title a:hover {
	text-decoration: none;
}
.mobile_submenu > ul > li > i {
	height: 12px;
	width: 20px;
	margin-left: 5px;
	background: url(image/m-menu-icon0.png) 0 0 no-repeat;
	display: block;
	float: right;
	margin-top: 12px;
}
.mobile_submenu > ul > li > ul {
	display: none;
}
.mobile_submenu > ul > li.current_page_ancestor  > ul {
	display: block;
}
.mobile_submenu > ul > li.current_page_ancestor > a, .mobile_submenu > ul > li.current_page_item > a, .mobile_submenu > ul > li > ul > li.current_page_item > a {
	color: #9d0d31;
}
.mobile_submenu > ul > li.current_page_ancestor > i, .mobile_submenu > ul > li.current_page_item > i, .mobile_submenu > ul > li > i.active_m {
	background: url(image/m-menu-icon.png) 0 0 no-repeat;
}

/**************************************/
.mobile_submenu ul {
	list-style: none;
	padding: 0;
	margin: 10px 0;
}
.mobile_submenu ul li {

}
.mobile_submenu ul li a {
	font-weight: bold;
	color: #636466;
	font-size: 18px;
	padding: 8px 0 8px;
	display: inline-block;
}
.mobile_submenu ul li a:hover {
	text-decoration: none;
}
.mobile_submenu > ul > li {
	border-top: 1px solid #e0e0e0;
}
.mobile_submenu > ul > li:last-child {
	border-bottom: 1px solid #e0e0e0;
}
.mobile_submenu ul li ul {
	display: none;
	margin: 0;
}
.mobile_submenu ul li ul li {
	border-top: 1px solid #e0e0e0;
	position: relative;
}
.mobile_submenu ul li ul li a {
	font-size: 18px;
	text-transform: none;
	padding-left: 12px;
	font-weight: normal;
}
.mobile_submenu ul li.current_page_item > a, .mobile_submenu ul li.current_page_ancestor > a {
	color: #9d0d31;
}

/* shared with before and after */
.mobile_submenu ul li ul li a:before, .mobile_submenu ul li ul li a:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 5px solid transparent; /* arrow size */
}

/* these arrows will point up */

/* top-stacked, smaller arrow */
.mobile_submenu ul li ul li a:before {
	border-left-color: #fff;
	position: absolute;
	left: 0px;
	z-index: 2;
	top: 14px;
}

/* arrow which acts as a background shadow */
.mobile_submenu ul li ul li a:after {
	border-left-color: #333;
	position: absolute;
	top: 14px;
	left: 2px;
	z-index: 1;
}
.mobile_submenu ul li ul li.current_page_item a:after {
	border-left-color: #9d0d31;
}
/***************************************/



.right-banner {
	float: right;
	margin-left: 30px;
}
.recent-slider *:focus {
	outline:none;
}
.recent-slider button {
	display: none !important;
}
.entry-content img.img-responsive {
	width: 100% !important;
	height: 100% !important;
}
table {
	width: 100% !important;
}
.entry-footer {
	clear: both;
}
.item-4 {
	float: left;
	margin: 0 14px 20px 0;
	width: 23%;
}
.item-5 {
	float: left;
	width: 18%;
	margin: 0 1% 15px 1%;
}
.item-5 img {
	width: 100%;
}
.item-5 span {
	font-size: 10px;
}
.collapsed {
	display: none;
}
.more-button {
	cursor: pointer;
}
.custom-pictures img {
	width: 24% !important;
}
/*responsive*/
@media screen and (max-width: 1920px) {
	.metaslider .caption {
		padding: 52px 63px !important;
	}
	.metaslider .caption-wrap h2 {
		font-size: 30px;
	}
	.metaslider .caption-wrap p {
		font-size: 22px;
	}
}
@media screen and (max-width: 1600px) {
	.metaslider .caption {
		padding: 28px 35px !important;
	}
	.metaslider .caption-wrap h2 {
		font-size: 21px;
	}
	.metaslider .caption-wrap p {
		font-size: 18px;
	}
}
@media screen and (max-width: 1200px) {
	.metaslider .caption {
		/*padding: 23px 30px !important;*/
	}
	.metaslider .caption-wrap h2 {
		font-size: 17px;
		margin: 0;
		line-height: 25px;
	}
	.metaslider .caption-wrap p {
		font-size: 16px;
	}
}
@media screen and (max-width: 1090px) {
	.top-menu span > div {
		left: -9px;
	}
}
@media screen and (max-width: 1050px) {
	#content {
		padding-bottom: 82px;
	}
	#advanced_sidebar_menu-3 {
		display: none;
	}
	#secondary {
		float: none;
		width: 100%;
		padding: 0;
	}
	.content-area {
		margin: 0 auto;
		float: none;
		padding: 10px 20px 0;
	}
	.mobile_submenu, .mobile-parent-title {
		display: block;
	}
	/*new posts mobile start*/
	#rpwwt-recent-posts-widget-with-thumbnails-2 {
		padding: 20px 25px;
		background: #efeff0;
	}
	#rpwwt-recent-posts-widget-with-thumbnails-2 h2 {
		margin-top: 0;
	}
	/*new posts mobile end*/
}
@media screen and (max-width: 1030px) {
	.site-header-menu {
		right: 10px
	}
	.metaslider {
		display: none !important;
	}
	.mobile_main_image {
		display: block;
	}

}
@media screen and (max-width: 920px) {
	.site-header-menu, .top-menu, .site-header::before, .site-header::after {
		display: none;
	}
	#menu-toggle {
		display: block;
	}
	.site-footer {
		position: relative;
	}
	.footer-container > div {
		float: right;
		width: 270px;
	}
	#content {
		/*margin-bottom: 20px;*/
		padding-bottom: 0;
	}
	.custom-footer .textwidget > div {
		width: 100% !important;
		float: none;
	}
	.footer-container > a {
		padding-top: 57px;
	}
	#rpwwt-recent-posts-widget-with-thumbnails-3 {
		display: block;
	}
}
@media screen and (max-width: 760px) {
	.banner-desktop {
		display: none;
	}
	.banner-mobile {
		display: block;
		background: #F5EDD8;
	}
	.banner-mobile img {
		display: block;
		max-width: 348px;
		width: 100%;
	}
	#rpwwt-recent-posts-widget-with-thumbnails-2 {
		margin-top: 25px;
	}
}
@media screen and (max-width: 460px) {
	.footer-container > a {
		float: none;
		padding: 0 0 6px 21px;
		display: block;
	}
	.footer-container > div {
		float: none;
		width: 100%;
		padding-left: 25px;
	}
}

@media screen and (max-width: 420px) {
	.logo {
		background: #f5edd8;
		width: 160px;
		display: block;
		height: 100px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 15px 0 0 23px;
	}
	.logo img {
		width: 110px;
	}
}



/*addon_Style*/
#popup_contactform {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow-x: auto;
	
	display: none;
}

#popup_contact_content {
    background: #F5EDD8;
    width: 400px;
    margin: 40px auto;
    position: relative;
    top: 50px;
    max-width: calc(100% - 60px);
    padding: 25px 30px 25px 30px;
}

span#popup_contact_close {
    background: #636466;
    position: absolute;
    right: -15px;
    top: -15px;
    border-radius: 360px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    font-size: 20px;
    color: white;
	cursor: pointer;
}



#popup_contact_content textarea {
    width: 100%;
}
#popup_contact_content input[type="text"],
#popup_contact_content input[type="email"],
#popup_contact_content input[type="tel"]
{
    width: 100%;
}

#popup_contact_content input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    border: 0;
    background: #9d0d31;
    color: white;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 26px;
    padding: 10px 0 11px 0;
    border-radius: 8px;
    outline: none;
}

#popup_contact_content .wpcf7-response-output {
    margin: 0 0 15px 0 !important;
}
#popup_contact_content img.ajax-loader {
    display: none !important;
}

span.q_star
{
	color: #9d0d31;
}

#popup_contact_content h2
{
	color: #9d0d31;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 0;
}
#popup_contact_content h3
{
    font-weight: normal;
    font-size: 19px;
    margin-top: 15px;
}

span.wpcf7-form-control-wrap.privacy .wpcf7-list-item-label {
    display: none !important;
}

span.wpcf7-form-control-wrap.privacy span.wpcf7-list-item {
    margin: 0 !important;
}



span.flogos {
    display: block;
    float: left;
    padding-left: 34px;
}
span.flogos img {
	width: 66px;
}
span.faws {
    float: left;
    position: relative;
    top: 5px;
    margin-left: 15px;
}
.footer-container .fa {
    color: #A4A4A6;
    font-size: 27px;
	padding: 0 3px;
}

.icon-youtube-sign {
    color: #A4A4A6;
    font-size: 27px;
	padding: 0 3px;
}
.icon-youtube-sign:hover {
	text-decoration: none;
}

 
@media screen and (max-width: 920px)
{
	span.flogos {
		padding-left: 0px;
	}
	
	.footer-container > div {
		float: none;
		clear: both;
		padding-left: 0px;
	}
	
	.footer-container {
		padding-left: 20px;
		padding-right: 20px;
	}

}

body.page-id-981 .mc-field-group {
    margin-bottom: 15px;
}

.learndash_mark_complete_button {
	/* display: none !important; */
}