/*

Theme Name: Perry Marshall "X" Child Theme
Theme URI: https://www.perrymarshall.com/
Author: Jaime Lerner, The Geek Goddess
Author URI: https://www.geekgoddess.com
Description: X child theme for Perry Marshall
Version: 1.0.0
Template: x

/* NOTE: to center an element, put it inside a container with the center-text class */

/* FORMATTING AND LAYOUT ============================================= */

body, input, button, select, textarea {
  font-family: "proxima-nova","Raleway","Helvetica Neue",Helvetica,sans-serif !important;line-height: 1.4 }
em { font-family: "Lato","proxima-nova","Raleway","Helvetica Neue"}
li { line-height: 1.2; padding-bottom: 5px }
ol li { padding-bottom:20px; }
.popover { font-weight: bold !important;}
.all-detail-cnt { border-radius: 8px}
.center { margin: auto !important}
.left-text { text-align: left !important}
.clear { clear:both }
.normal { font-weight:normal !important}
.white { color:#fff !important}
.bold { font-weight: bold !important}
.underline { text-decoration: underline}
.smalltext { font-size:smaller}
.uppercase { text-transform: uppercase }
.margin-top-zero { margin-top:0 !important}
.margin-bottom-twenty { margin-bottom:20px !important}
.margin-bottom-forty { margin-bottom:40px !important}
.no-bottom-margin { margin-bottom: 0 !important}
.red { color:#cb0000 !important; }
.blue { color: #003366 !important; }
.linkblue { color: #1ea2bc !important; }
.yellow { background-color:yellow; }
.form-background { background-color:#fef8da; }
.sans { font-family: "Source Sans Pro" !important; }
blockquote { border:none;padding:0; }
.indent {
    width:85%;
    margin: 10px auto;
}
.vertical-align {
  display: table, table-cell;
  vertical-align: middle }
.spacing-gap { margin-top:20px !important;margin-bottom: 20px !important}
.underline { text-decoration: underline }
.testimonial-column {
  padding: 0px 2%;
  font-size: smaller;
  background-color: #f4f4f4;
}
ul.nobullet {
  list-style-type: none;
}
ol.di-quiz li:first-child{
  padding-top: 10px;
}
ol.di-quiz li {
  padding-bottom: 5px !important;
}
ul.radiolist li input[type='radio']{ margin-top:-0.5px; margin-right:5px;}

.bigheadline { font-size:42px !important; font-weight: bold !important; }

.breakoutbox {
  padding: 3%;
  margin:20px auto;
  width: 90%;
  background-color: #FCFBE9;
  border: 1px solid #f1edb4;
  border-radius: 8px;
}
.blackbox {
  background-color:#000;
  color:#fff !important;
  padding:2%;
}
:focus { outline:none !important; }

/* Fix to remove red box from Firefox forms */
input:invalid {
    box-shadow: none;
}


ol#pm_ol li{
	font-weight:bold;
}

ol#pm_ol span{
	text-decoration:underline;
}

ol#pm_subol{
	list-style:lower-alpha;
	font-weight:normal;
}

ol#pm_subol li{
    margin-left: 20px;
}
.horizontal-dotted-line {
  border-bottom: 1px dotted #333;
  width: 100%;
}
.horizontal-dashed-line{
  border-bottom: 1px dashed #333;
  width: 100%;
}
/* IMAGES =========================== */

.img-center { display:block !important; }
.img-center img { margin: 0 auto; display:block; }



/* HEADERS =========================================================== */

h1, .h1 { font-size: 32px;margin-bottom: 10px;margin-top:10px;text-transform: none;}
/*h1,h2,footer h4,.h4,.h3,.h2 { font-family: "Gentium Book Basic" !important}*/
/*h1,h2,h3,h4,h5,h6 { letter-spacing: normal !important}*/
h6,.h6 { text-transform: none !important}
.x-header-landmark { display:none}
h1.h-landmark { font-style: normal;font-weight: 700;font-size:280%;margin-top:5px;line-height: 1.1;text-transform: uppercase;overflow:hidden }
h1.h-landmark span { padding-bottom: 2px;display: inline-block; position: relative;}
h1.h-landmark span:before { right: 100%; margin-right: 0.5em;}
h1.h-landmark span:after { left: 100%; margin-left: 0.5em;}
h1.h-landmark span:before,h1.h-landmark span:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  width: 9999px;
  display: block;
  margin-top: -1px;
  background-color: #e5e5e5;
}
h2, .h2 { font-size: 28px;margin-bottom: 20px;margin-top:20px;text-transform: none; }
/*h2 { font-size: 24px;margin-bottom: 10px;margin-top:10px;text-transform: none; }*/
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { color: #1496b7 !important }
h1 a:hover, h2 a:hover { color: #dd9933 !important}
h3,.h3 { font-size: 24px;margin-bottom: 20px;margin-top:20px;text-transform: none; }
footer h4 { color:#fff}
h4,.h4 { font-size: 20px;margin-bottom: 20px;margin-top:20px;text-transform: none; }
h6#mailing-list { margin-top: 30px;color:#eee }
h6.h3.accent { margin-top:0 }.about-us .x-content-band, .contact .x-content-band { padding:0}
h1,h2,h3,h4,h5,h6 { margin-top:20px !important;margin-bottom:20px !important}
h3 .reddish { color #800000} /* color from the old site */
.pl-detailcnt .pl-title { text-transform: none !important}

/* X-CENTRIC STYLE OVERRIDES ========================================= */

.x-navbar .desktop .x-nav>li>a { letter-spacing: normal !important}
.entry-featured { display:none} /* remove featured image from blog post */
.p-meta>span:nth-child(3) { display: none} /* remove category from blog posts */
.x-img { margin-bottom:0 !important}
.x-landmark { padding-right:0 !important}
.x-header-landmark { border:0}
.rounded { border-radius: 6px !important }
.x-btn, [type="submit"] { text-shadow: none !important}
.x-btn,.button, [type="submit"] { background-color: #EFBE37 !important;border-color:#DD9933 !important;color:#000 !important}
.x-btn:hover,.button:hover,[type="submit"]:hover { background-color: #DD9933 !important;color:#fff !important   }
.x-slider-container.below { border:none}
/*header { border:none}*/
.x-content-dock h5 { margin-top:0}
/*.x-navbar {border-bottom: 1px solid #373737}*/
a.x-img.greyborder,img.x-img.greyborder { padding:5px;border:2px solid #E5E5E5 !important}
.slider-button button:hover { background-color: #f1bd5c;}
.x-slider-container.below {border-bottom: none !important}
/* Modal */
.x-video { margin-bottom: 0 !important}
.entry-thumb { background-color:#fff !important}
input[type="image"] {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
.popover {
  font-weight: bold;
  text-align: center;
}
.x-feature-box-title { font-size: 1.2em; }
.full-width-button { width:100%;font-size: 24px !important;font-weight: bold; }
.p-meta>span:nth-child(2)  { display:none; }  /* remove date from blog posts */
.x-brand img { margin-top: 5px; }
#post-top-social .x-entry-share p { display:none; }
#post-top-social .x-entry-share { border:none;margin-top:-72px;float:right;margin-right:-10px;margin-bottom:0;}

/* NAV =============================================================== */

.x-topbar { background-color: #3A3937}
.x-topbar .p-info { float:right; font-size:14px;color:#eee !important;text-align: right; }
.x-topbar .x-social-global {
/*  display:none;*/
  width:120px;
  float:left;
}

.x-navbar .desktop .x-nav > li > a:hover > span, .x-navbar .desktop .x-nav > li.x-active > a > span, .x-navbar .desktop .x-nav > li.current-menu-item > a > span { box-shadow: none !important}
.x-navbar .desktop .x-nav>li>a { padding-left: .60em;padding-right:.60em}
.x-navbar .menu-item { cursor: pointer}
.x-navbar .x-active { cursor: not-allowed}
.desktop .sub-menu { font-size:16px}
.desktop .sub-menu { padding:0}
.desktop .sub-menu li>a { line-height: inherit;padding:1em}
.desktop .sub-menu li:hover { background-color: #eee}
/*.desktop .sub-menu li:first-child>a { color: red !important}*/

/* MASONRY GRID ON HOME PAGE ========================================= */

div.grid-item.isotope-item p a.more-link {
  display:none;
}

/* WIDGETS =========================================================== */

.widget { text-shadow: none }
.widget a.twitter:hover,.widget a.facebook:hover,.widget a.youtube:hover,.widget a.linkedin:hover { color: #fff !important }
aside .widget a.twitter:hover,aside .widget a.facebook:hover,aside .widget a.youtube:hover,aside .widget a.linkedin:hover { color: #19bee8 !important }
/* turn off arrow next to footer menu current item */
.widget_nav_menu .current-menu-item>a:after { content:""}
.widget_nav_menu ul>li a { margin:5px}
.widget_text .textwidget ul.wpm { margin-left:0;border-top:1px solid #f2f2f2;list-style:none;margin: 0 0 1.5em 0 }
.widget_text .textwidget ul.wpm li { padding: 0.65em 0;border-bottom: 1px solid #f2f2f2 }

/* FOOTER ============================================================ */

footer.x-colophon.top { background-color: rgba(118,124,132,1); padding:1% ;text-align: center}
footer.x-colophon.bottom { padding:20px}
footer.x-colophon .widget ul li { background-color: inherit !important}
.x-colophon { border: none }
.x-colophon+.x-colophon { border: none; box-shadow: none}
ul#menu-footer-widget-left-menu { border-top: none}
.menu-footer-widget-left-container { background:inherit}
footer .widget_nav_menu ul { border: none}
footer .widget_nav_menu ul>li { border-bottom:none;display:inline-block}
footer .widget_nav_menu ul>li a { color: rgba(255,255,255,.5)}
footer .widget_recent_entries ul>li a { color: rgba(255,255,255,.5)}
footer .widget_recent_entries ul>li a:hover { color: #fff !important }
footer .textwidget a, footer .textwidget {color:#eee;font-size:14px}
footer .textwidget a:hover { color:#1ea2bc}
.widget_nav_menu ul>li { border-top: none}
/*.widget_nav_menu ul>li:first-child { border-top: 1px solid #eee}*/
footer .widget_nav_menu ul>li a:hover { color: #fff !important }
footer #menu-footernav a:hover { color:#fff !important;opacity: 1 !important}

/* FEATURES ========================================================== */

.testimonial {
  border:4px solid #333;
  background-color:#eee;
  padding:2%;
  font-style:italic
}

.highlight-box {
  background-color: #fffef2;
  border:2px solid #faf8d3;
  padding:2%;
}

/* TABLES ============================================================ */

table td, table th { border-top: 0 }
table tbody+tbody {
  border-top: none;
}

/* CLEAN UP RESPONSIVE VIDEO WIDTH =================================== */

.vid560 { width: 560px;max-width: 100%;margin:0 auto}
.vid620 { width: 620px;max-width: 100%;margin:0 auto}
.vid720 { width: 720px;max-width: 100%;margin:0 auto}
.vid820 { width: 820px;max-width: 100%;margin:0 auto}
.vid-custom { max-width:100% !important;margin:0 auto !important}


/* SPECIFIC PAGE ELEMENTS ============================================ */

/* splittester form /splittester */
form#stform td { border:0 !important}

/* advanced calculator /adwords/calculator */
.page-calculator .calc-mainwrap{
		background:#efefef;
		border:#e6e6e6 solid 1px;
		border-radius:6px;
		padding:4px;
		margin:20px auto;
		width:720px;
	}
.page-calculator .calc-subwrap{
		background:#fcfbfb;
		border-radius:2px;
		padding:1px;
	}

/* Google Adwords Scorecard */

.box2 {
  background: url(https://s3.amazonaws.com/psma-website-assets/questionmark.png) no-repeat center;
  height: 144px;
}
.bluebox {
/*  width: 165px;
  max-width:33%;
  float: left; */
  border: #000066 solid 3px;
  border-radius: 13px;
  text-align: center;
  margin-bottom: 5px;
}
.greenbox {
/*  width: 165px;
  max-width:33%;
  float: left; */
  border: #006633 solid 3px;
  border-radius: 13px;
  text-align: center;
  margin-bottom: 5px;
/*  margin-left: 15px;
  margin-right: 15px; */
}
.redbox {
/*  width: 165px;
  max-width:33%;
  float: left; */
  border: #CC0033 solid 3px;
  border-radius: 13px;
  text-align: center;
  margin-bottom: 5px;
}
.clock {
  width: 50px;
  height: 52px;
  background: url(https://s3.amazonaws.com/psma-website-assets/clock.png) no-repeat center;
  position: absolute;
  top: 245px;
  right: -49px;
}
.red-arrow3 {
  background: url(https://s3.amazonaws.com/psma-website-assets/curved-arrow3.png) no-repeat center;
  width: 95px;
  height: 120px;
  position: absolute;
  right: -130px;
  top: -35px;
}
label.error { color: #FF0000; font-style:italic }
.google-scorecard-results .shadow{ text-shadow: 2px 2px 3px rgba(150, 150, 150, 1); text-outline: 1px 1px #fff; font-size:24pt !important; }
.google-scorecard-results .score,
.optin-button {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9b546), color-stop(1, #f16423) );
	background:-moz-linear-gradient( center top, #f9b546 5%, #f16423 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9b546', endColorstr='#f16423');
	background-color:#f9b546;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:8px;
	border:2px solid #f9a723;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12pt !important;
	font-weight:bold;
	padding:5px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
	letter-spacing:2px;
}
.google-scorecard-results .score:hover,
.optin-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f16423), color-stop(1, #f9b546) );
	background:-moz-linear-gradient( center top, #f16423 5%, #f9b546 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16423', endColorstr='#f9b546');
	background-color:#f16423;
	color:#752800;
	text-shadow:0px 1px 0px #FAB646;
	cursor:pointer;
}
.google-scorecard-results .optin{
	width:90%; border: 4px dashed #000;margin: 15px auto;padding: 25px 25px 10px 25px; background-color:#FDFDB8; position:relative;
}
.google-scorecard-results .mainwrap{
	background:#efefef;
	border:#e6e6e6 solid 1px;
	border-radius:6px;
	padding:4px;
	margin:20px auto;
}
.google-scorecard-results .subwrap{
	background:#fcfbfb;
	border-radius:2px;
	padding:10px;
}

/* JUKEBOX */

ul#sgE-2000300-1-2-origin.sg-list.sg-list-vertical { height:100% !important; }
div.sg-question-has-errors ul#sgE-2000300-1-2-target.sg-list.sg-list-vertical { height:auto !important }
ul.hide.sg-hide.sg-sort-default { height:100% !important }
div.sg-rank-dragdrop { width:100% !important }
.sg-rank-dragdrop ul#sgE-2000300-1-2-origin li { padding: .2em 1.5em .2em .4em !important; }
.sg-rank-dragdrop .sg-rank-target li div { margin-left: -2.4em !important }
/*.sg-rank-dragdrop ul#sgE-2000300-1-2-target li { padding-left: .2em !important; }*/
#sgE-2000300-1-2-target li.filler { display:none }
.sg-rank-number { margin-top:.25em }
#sgE-2000300-1-2-target { min-height: 200px}
.survey-gizmo-page .x-brand { font-size:54px !important }
.sg-mobile-optimized .sg-footer { background:#fff !important; box-shadow: none !important; -webkit-box-shadow: none !important }

/* FORM ELEMENTS ===================================================== */


.optButton {-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;box-shadow:inset 0px 1px 0px 0px #fff6af;	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');background-color:#ffec64;-moz-border-radius:6px;-webkit-border-radius:6px;	border-radius:6px;border:1px solid #ffaa22;display:inline-block;color:#333333;font-family: "Montserrat", sans-serif;cursor:pointer;font-size:22px;font-weight:bold;padding:3%;	text-decoration:none;width:95%;text-shadow:1px 1px 0px #ffee66;}
.optButton:hover {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');background-color:#ffab23;}

.optinButton {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9b546), color-stop(1, #f16423) );
	background:-moz-linear-gradient( center top, #f9b546 5%, #f16423 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9b546', endColorstr='#f16423');
	background-color:#f9b546;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:10px;
	border:2px solid #f9a723;
	display:inline-block;
	color:#ffffff;
	font-family:'Source Sans Pro',arial;
	font-size:20px;
	font-weight:bold;
	padding:5%;
	text-decoration:none;
	/*text-shadow:0px 1px 0px #000000;
	letter-spacing:2px;*/
  margin:15px auto;
  width:400px;
  max-width:100%;
}
.optinButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f16423), color-stop(1, #f9b546) );
	background:-moz-linear-gradient( center top, #f16423 5%, #f9b546 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16423', endColorstr='#f9b546');
	background-color:#f16423;
	color:#752800;
	text-shadow:0px 1px 0px #FAB646;
	cursor:pointer;
}

.ctaButton { font-family:'Source Sans Pro';font-weight:bold;text-transform:uppercase;padding:20px;background:#fdc019;border:1px solid #fee9ae;color:#032041;width:400px;max-width:100%;margin:15px auto 0;font-size:20px;text-decoration:none;border-radius:10px}
.ctaButton:hover { background-color:#bb8d11 !important;cursor:pointer;cursor:hand;color:#fff }
.ctaButton a {color:#000}
.ctaButton:hover a {color:#fff !important;text-decoration:none}

.slider-button button { border-radius: 0.225em;  padding: 0.579em 1.105em 0.842em;font-size: 1.9rem;color: #373737;border-color: #373737; background-color: #f1ca5c;display: inline-block;
  position: relative;
  border: 1px solid #373737;
  cursor: pointer;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  max-width:140px;
  max-height: 53px;
}

.form_eee {
  background-color: #eee;
  padding:2% 4%;
  border-radius: 8px;
  margin-bottom: 20px !important;
}

/* form validation for Safari */
.invalid input:required:invalid {
    border:2px solid red;
 }
.invalid input:required:valid {
   /* border:3px solid green ;*/
}

.resp-form input[type="text"],.resp-form select, .resp-form textarea  { width:100%; font-size: 18px}
.resp-form textarea { height:200px}
.resp-form div:first-child {padding-top:10px;text-align: right}
.resp-form {font-size:18px}
div.ui-datepicker{ font-size:14px; }


#mbaform {
    background-color:#8da3be;
    border-radius:8px;
    text-align:center;
    padding: 4%;
}
#mbaform .infusion-field-input, #mbaform button { float:left; width: 33%; margin-left: 10px !important; }
#mbaform>div>div:first-child>input.infusion-field-input { margin-left: 0 !important; }
#mbaform button { height: 46px; width: 31%; max-width:100%; float:left;font-size: 18px; }
#mbaform .infusion-field label { width: 1050px !important; max-width:90% !important; }

@media (max-width: 820px){
    #mbaform .infusion-field-input, #mbaform button { float:none; width: 100%; margin-left: 0px !important; margin-top:10px !important;}
    #mbaform .infusion-field label { width: 90% !important; }
}



/* INFUSIONSOFT FORMS ================================================ */

.infusion-form input[type="text"],.infusion-form input[type="email"],.infusion-form input[type="tel"],textarea,select { width:100%;-moz-border-radius: 4px;border-radius: 4px;padding: 1%;}
.infusion-form select { margin-top:10px;width:104%;font-size:1em;padding: 4%}
.infusion-form .infusion-field { margin:10px 0;overflow: auto}
.infusion-form .infusion-field label { float:left !important; width:40% !important; text-align: left;  }
.infusion-form.stacked .infusion-field label { float: none !important; width:100% !important; text-align: center}
.infusion-form .infusion-field .infusion-field-input-container,.infusion-field textarea { float:right;width:55%}
.infusion-form.stacked .infusion-field .infusion-field-input-container,.infusion-field textarea { float:none;width:100%}
.infusion-form .infusion-field .infusion-radio { float:right;width:40% !important;}
.infusion-form .infusion-field .infusion-radio .infusion-option { float:left;width:20% !important;}
.infusion-form .infusion-field .infusion-radio label { float:left;width:40% !important;}
.infusion-form textarea, .infusion-form input[type="text"], .infusion-form input[type="email"], .infusion-form input[type="tel"] { font-size: 1.0em;border:1px solid #333}
.infusion-form textarea { padding: 5px}
.infusion-form .infusion-field select { float:right; padding: 5px; width: 57%}
.infusion-form button#orderButton:hover,button#submitButton:hover { background-color: #f7941d !important; color:#000 !important;}
.infusion-form .largeButton { text-transform:uppercase; font-size: 24px; font-weight:bold }
.infusion-form.stacked input[type="submit"] { text-align: center }

/* NARROW WIDTH CENTER COLUMN ======================================== */

.x-main.narrow,.x-section.narrow,.x-column.narrow {
  width: 800px;
  max-width: 100%;
  margin: auto !important;
  float: none;
  display: block;
}

@media (min-width:820px){
    .x-column.narrow {
        width:720px;
    }
}

/* INDENTED WIDTH (995px) CENTER COLUMN ======================================== */

.x-main.indented,.x-section.indented,.x-column.indented {
  width: 1050px;
  max-width: 100%;
  margin: auto !important;
  float: none;
  display: block;
}
@media (min-width:1076px){
    .x-column.indented {
        width:946px;
    }
}


/* ADMIN PAGES WITH EXTRA COLUMNS ==================================== */

td .column-last_modified { background:yellow !important; width: 12% !important}
.fixed .column-date { background: red}


/* EVENTS LISTING ON HOME PAGE ======================================= */

.events-box {
  font-size: 14px;
  background-color:#fff;
  padding:2%;
  padding-bottom:0;
}

#pm-events-left {
  display: inline-block;
  width: 50%;
}

#pm-events-middle {
  display: inline-block;
  width: 30%;
}

#pm-events-right {
  display: inline-block;
  width: 18%;
  text-align: center;
}

@media (max-width: 460px){
  #pm-events-left,#pm-events-middle,#pm-events-right {
    display: block;
    width: 100%;
  }
}

/* PPC QUIZ ========================================================= */

/*

.page-id-47238, .page-id-53848 {
    background: url(https://s3.amazonaws.com/psma-website-assets/Landing-page-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.page-id-47259, .page-id-53851 {
    background: url(https://s3.amazonaws.com/psma-website-assets/Opt-in-page-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.page-id-47288, .page-id-53853 {
    background: url(https://s3.amazonaws.com/psma-website-assets/Results-page-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.page-id-47238 .site, .page-id-47259 .site, .page-id-47288 .site, .page-id-53848 .site, .page-id-53851 .site, .page-id-53853 .site {
    background:transparent;
}

*/


/*  OLD SITE CLASSES ================================================= */

a.top { cursor: pointer; }
.nospam { font-size: 11px; color:#000}
.pm_h3 { font-weight: 700}
h1.pm_title {
  color: #000066;
  margin: 20px 0;
  text-align: center;
  text-transform: capitalize;
  font-weight: 700
}
h3.pm_h3 {
  color: #000000;
  margin: 20px 0 20px;
  text-align: center;
  font-weight: bold;
}

h2.pm_subtitle {
  font-weight: normal;
  margin: 20px 0 20px;
  text-transform: capitalize;
}
h2.pm_subtitle3 {
  text-align:center
}
.pm_left { text-align: left}
.pm_center { text-align: center}
#pm_right_side { float:right}
ul.greencheck { list-style: none;}
ul.greencheck li {
  background:url(https://s3.amazonaws.com/psma-website-assets/yes.gif) 0 0 no-repeat;
  padding: 2px 0px;
  padding-left: 20px;
}
ul.yellowcheck { list-style: none;}
ul.yellowcheck li {
  background:url(https://psma-website-assets.s3.amazonaws.com/yellowcheck.png) 0px 3px no-repeat;
  padding: 0px 0px;
  padding-left: 25px;
  margin-top:15px;
}
.spacer { clear:both; height:10px }
.continueButton {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 16pt!important;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  border: solid 1px #e6803c;
  background: -webkit-gradient(linear,left top,left bottom,from(#ffc955),to(#e0742c));
  background: -moz-linear-gradient(top,#ffc955,#e0742c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc955',endColorstr='#e0742c');
}
.continueButton:hover{
  color:#fff;
  background:#444;
  background:-webkit-gradient(linear,left top,left bottom,from(#f7bc3c),to(#cf6119));
  background:-moz-linear-gradient(top,#f7bc3c,#cf6119);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc3c',endColorstr='#cf6119');
  text-decoration:none;
}
.old-comments ul li { list-style: none}
.old-comments .reply { display:none}

/* survey script ===================================================== */

.surveypage .blue_button{
		margin:10px auto;
		font-family:"Lato",sans-serif !important;
		font-size:14pt !important;
		cursor:pointer;
	}
.surveypage	a#survey{ text-decoration:none !important; }


/* Tahoma fallback for ipad ========================================== */
.ubtn { font-family: Tahoma,Geneva,Verdana !important}



/* MEDIA QUERIES ===================================================== */


@media (max-width: 415px) {
  .x-brand img { max-width:240px;margin-top:10px; }
  .ubtn { font-size: 14px !important}
  .infusion-form .largeButton { text-transform:uppercase; font-size: 14px; font-weight:bold }
  #post-top-social .x-entry-share {
    margin: 0 0 1.5em;
    border: 2px solid #e5e5e5;
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
    line-height: 1;
    float:none;
  }
}

@media (max-width: 660px) {
  .x-topbar .x-social-global {
		display:none;
	}
}

/* CHANGE RESPONSIVE BREAKPOINT FOR PORTRAIT IPAD TO MAKE SURE ELEMENTS STACK */
@media (max-width: 980px) {
	.x-container.offset {
		margin:2em auto;
	}
	.x-column.x-sm {
		float:none;
		width:100%;
		margin-right:0;
	}
  .bigheadline { font-size:36px; font-weight: bold; }
}

/* NAV BREAKPOINT TO MOBILE NAV ====================================== */

@media (max-width: 1190px){
    .x-brand img { width:200px !important; }
    .x-navbar .desktop .x-nav > li > a {
        font-size: 13px !important;
    }
    .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/*
@media (max-width: 979px) {
.x-nav-wrap.desktop {
   display:none;
}

.x-nav-wrap.mobile {
   display:block;
}

.x-nav-wrap.mobile.collapse {
   display:none;
}

.x-nav-wrap.mobile.collapse.in {
   display:block !important;
}

.masthead-inline .x-btn-navbar {
    display: block;
    float: right;
}
  .x-menu-item-search {
    display:none;
  }


}
*/

/* STACK VIDEO ON LANDSCAPE TABLET =================================== */
@media (max-width: 1026px) {
	.pm-video .x-column.x-sm {
		float:none;
		width:100%;
		margin-right:0;
	}
  .x-video { margin-top:0 !important;margin-bottom: 1.5em}
}


/* RESPONSIVE VIDEO RESETS =========================================== */

#video-wrap { padding:20px }
.video embed,.video object,.video iframe {	width: 100%;	height: auto;}
.video-wrapper {	width: 650px;	/*max-height: 406px;*/	max-width: 100%;}
.video-container {	position: relative;	padding-bottom: 62.46%;	padding-top: 30px;	height: 0;	overflow: hidden;}
.video-container iframe,  .video-container object,  .video-container embed {	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;}
