/*
Theme Name: Line Of Duty Theme
Template: emmet
Author: Child Theme Configurator
Description: Line Of Duty theme adapted from the Emmet wordpress theme by Shortcut Solutions, LLC.
Tags: one-column,two-columns,right-sidebar,buddypress,custom-colors,custom-menu,featured-images,full-width-template,post-formats,theme-options,translation-ready
Version: 1.1.3
Updated: 2017-03-02 17:36:53

Edits made by Scott Kearns & Jake Webb

*/

@import url("../emmet/style.css");


/* Global Styles */



/* Video Background */
.video-background {
	  position:relative;
	  width:100%;
  	  height:550px;
      overflow:hidden;
  	  border-bottom:10px solid #e92c25;
	}
.video-background video {
	  width:100%;
	  top:-130px;
	  position:absolute;
 	  float:left;
	  z-index:0;
	}
.hero-image {
	  padding-left:0px;
	  padding-right:0px;
	  -webkit-user-select: none;  /* Chrome all / Safari all */
	  -moz-user-select: none;     /* Firefox all */
	  -ms-user-select: none;      /* IE 10+ */
	  -o-user-select: none;
	  user-select: none;
 	}
.hero-content {
	  min-height: 550px;
  	  padding-top:68px;
  	  padding-bottom:68px;
	}

/* Color Classes */

.blue-bg {
	  background-color:#343466;
	}
.white-bg {
	  background-color:#FFFFFF;
	}

/* All CSS modification */

.hero-right {
	  padding:40px;
	  max-height:350px;
  	  color:#FFFFFF;
	}
.hero-right-call {
  	  margin-top:20px;
   	  padding:10px 30px;
  	  text-align:center;
	}

h2.hero-title {
	  font-weight:bold;
  	  margin-bottom:10px;
	}
.hero-subtitle {
	  font-style: italic;
	  font-weight: 400;
	}

a.call-to-action {
  	  color: #343466;
  	  font-weight:bold;
  	  font-size:30px;
  	  text-align:center;
  	  margin:10px 0px;
	}
a.call-to-action:hover {
  	  color: #e92c25;
  	  text-decoration:none;
	}
.top-header {
	  border-bottom: 3px solid #343466; 
	}
div.top-menu ul li {
	  background-color: #343466;
      background-color: #c6221b;
	  color:#FFFFFF;
	  padding:15px !important;
	}
ul#main-menu li:last-child a {
  	  color: #e92c25;
  	  padding:10px 20px;
  	  border:3px solid #e92c25;
      -webkit-transition: color, background-color 0.5s; 
      transition: color, background-color 0.5s;
	}
ul#main-menu li:last-child a:hover {
  	  color: #ffffff;
  	  padding:10px 20px;
  	  border:3px solid #e92c25;
  	  background-color:#e92c25;
	}
div.top-menu ul li a {
	  color:#FFFFFF;
	  font-weight:bold;
	  font-size:20px;
	}
div.top-menu ul li a:hover {
	  color:#E8E8E8;
	}
ul#main-menu li a {
	  color: #343466;
	  font-size:16px;
	  font-weight:bold;
	  text-transform:none;
	}
.top-header .contact-info {
	  color:#343466;
	  font-size:16px;
	  font-weight:bold;
	}
.top-header .contact-info b, .top-header .social-profile.type1 a {
	  color:#343466;	  
	}
.callout-row {
	  background-color:#efefef;
	}
.callout-container {
	  padding:40px 0px; 
	}
.callout .hero-subtitle {
	  color:#343466;
	  text-align:center;
	}
.search-container {
	  padding:10px 0px;
	}
.search {
	  margin:0px;
	  text-align:center;
	  font-size:14px;
	  font-weight:bold;
	  padding:10px;
	}
/*
div.header-logo img {
	  max-width:100% !important;
	}
*/
div.footer-sidebar {
  	  background-color:#fff;
	  color:#343466;
	}

li.address-wrapper, li.phone-wrapper, li.address-wrapper b, li.phone-wrapper b {
  	  color:#343466 !important;
	}

h4.widget-title {
  	  color:#343466 !important;
	}

div.footer-inner {
  	  background:#29346f;
	}

.site-footer .social-profile a:hover {
    color: #9fa4a9 !important;
	}
.site-footer .social-profile a {
    color: #FFFFFF;
	}
.site-footer input[type="submit"]:hover {
	background-color:#B52A2A;
	}
  
  .single-product .woocommerce-main-image img {
	width:100% !important;  
	border: 1px solid #d9e4ef;
	margin:0px;
    }

  .woocommerce ul.products li.product a {
  	border:0px solid #000000 !important;
	}
.search-submit { 
	display:none;
	}
.search-container input.search-field {
	width:100%;
	text-align: center;
	background-color:#fff;
    font-weight:bold;
	}

h3.footer-logo-title {
    text-transform:none;
	}

span.label {
    color:#999;
  	font-size:17px;
    font-weight:normal;
	}



/* Jake Webb edits */
body {
  font-size: 16px; 
}

.top-header {
  background: white;
  height: 70px !important;
}

.top-header>.container {
  width: 80% !important;
}

.contact-info {
  padding-top: 10px;
}
	
/* login button */
#menu-item-1279 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
	
.social-profile.type1 a {
  font-size: 40px;
}

.site-header.wpadminbar-show {
 padding-top: 40px;
 padding-bottom: 40px;
}

.site-header.wpadminbar-show>.container {
  width: 80% !important;
}

.site-logo {
  width: 52%;
  max-width: 560px !important;
  float: left !important;
}

ul#main-menu li a {
  font-size: 1.4em;
  font-weight: 200;
}

#menu-item-cp-courses {
  display: none;
}

#menu-item-cp-dashboard {
  display: none;
}

.header-align-center {
  padding: 0px;
}

/* drop shadow */
.site-header:after {
  display: none;
}
	
.aws-search-field {
  margin: auto;
  text-align: center;
  background: white !important;
  border: none !important;
  color: #343466 !important;
  width: 80% !important;
  font-size: 24px !important;
  font-weight: bold !important;
}

.aws-search-form {
  padding: 0px;
}

.header-align-center {
  padding: 40px 0px !important;
}
	
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #343466 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #343466;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #343466;
}
:-moz-placeholder { /* Firefox 18- */
  color: #343466;
}

.mp-video-container>video {
  width: 100% !important;
  height: auto !important;
}

/* vid container */
.mp-row-fluid.motopress-row.mp-row-video.mp-row-fullwidth.mpce-dsbl-margin-left.mpce-dsbl-margin-right {
  height: 550px !important;
}

/* floating box on vid */
.motopress-text-obj.mpce-prvt-63-595a9643ea3fa {
  height: 488px !important;
}

.motopress-cta.motopress-cta-shape-rounded.motopress-cta-style-flat.motopress-need-animate.motopress-cta-fullwidth.motopress-cta-icon-left.motopress-cta-icon-aside.motopress-animation-none {
  background-color: #343466;  
  margin-top: 40px;
}

.motopress-text-obj.mpce-prvt-63-595a9643ea3fa {
  font-size: 1em !important;
}

.motopress-text-obj.mpce-prvt-63-595a9643ea3fa p {
  font-size: 1.2em;
  margin-bottom: 6px;
}

.motopress-cta-icon-section {
  display: none !important;
}

/* button below floating box */
.motopress-button-wrap {
  margin-top: 60px;
  position: absolute;
  width: 100%;
  left: 0px;
}
.motopress-button-wrap a {
  background: white !important;
  width: 100%;
  border: none;
  border-radius: 0px !important;
  color: #343466 !important;
  height: 84px;
  padding: 26px 20px !important;
  font-size: 28px !important;

}
.motopress-button-wrap a:hover {
  background: #343466 !important;
  color: white !important;
  border: 1px solid #343466 !important;
}

/* red line  */
.mp-span12.motopress-clmn.mpce-dsbl-margin-left.mpce-dsbl-margin-right.motopress-margin-top-25 {
  margin-top: 0px !important;
}
.mp-row-fluid.motopress-row.mp-row-fullwidth-content.mpce-prvt-63-595a88f7a555f.mpce-dsbl-margin-left.mpce-dsbl-margin-right.motopress-bg-color-red {
  height: 10px !important;
  margin-bottom: 50px !important;
}

/* 3 sections below vid */
.mp-row-fluid.motopress-row.mpce-dsbl-margin-left.mpce-dsbl-margin-right {
  text-align: center;
}
.mp-row-fluid.motopress-row.mp-row-fullwidth.mpce-prvt-63-595a905f66e9e.mpce-dsbl-margin-left.mpce-dsbl-margin-right {
  height: 200px;
}
.motopress-clmn .motopress-embed-obj {
  color: #343466 !important;
}
.motopress-embed-obj h4 {
  color: #343466 !important;
  font-size: 28px;
  margin-bottom: 4px;
  text-transform: capitalize !important;
}

/* below mini vid button */
.motopress-btn.mp-theme-button-brand.motopress-btn-size-middle.motopress-btn-icon-indent-middle.mpce-prvt-63-595a94eeea1bf.motopress-btn-full-width {
  margin-bottom: 0px;
  text-align: left;
  font-size: 25px;  
}

/* quote box */
.motopress-text-obj.mpce-prvt-63-595a9643ea3fa {
  padding: 20px;
  height: 536px;
  text-align: left;
  font-size: 22px;	  
}

.motopress-text-obj.mpce-prvt-63-595a9643ea3fa>p:nth-child(3) {
  margin-bottom: 4px;
}

/* behind search input store page */
.page-description>.aws-container {
	background-color: rgb(239, 239, 239) !important;
    height: 86px;
    padding-top: 18px; 
}

/* fix search input background color on mobile */
.mp-row-fluid.motopress-row.mp-row-fullwidth-content.mpce-prvt-63-594d86a117a9e.mpce-dsbl-margin-left.mpce-dsbl-margin-right {
	background-color: rgb(239, 239, 239) !important;  
}

/*large screen breakpoint */
@media only screen and (max-width: 1230px) {
     #navbar {
	   width: 100%;
     }
}

/* tablet edits */
@media only screen and (max-width: 991px) {
    
    .site-logo {
      width: 100% !important;
	}
    #navbar {
	  width: 50% !important;
    }
	  
	/* video background */
	.mp-video-container>video {
	  width: auto !important;
	}
	  
    /* floating box on vid */
	.motopress-cta-content-heading {
	  font-size: 2em !important;
	}
	.motopress-cta-content-subheading {
	  font-size: 1em !important;
    }
    .motopress-button-wrap a {
      font-size: 1.2em !important;
	  height: 74px;
    }

    .mpce-prvt-63-595a94eeea1bf {
      text-align: center !important;
	  font-size: 2em !important;
    }
	.motopress-text-obj.mpce-prvt-63-595a9643ea3fa {
      height: inherit !important;
    }
  
    /* 3 boxes below vid */  
    .mp-span4.motopress-clmn.mpce-dsbl-margin-left.mpce-dsbl-margin-right {
	  width: 100%;
      margin-bottom: 60px;
	}
    .mp-row-fluid.motopress-row.mp-row-fullwidth.mpce-prvt-63-595a905f66e9e.mpce-dsbl-margin-left.mpce-dsbl-margin-right {
	  height: 400px;
	} 
	
	/* embed youtube */
	.motopress-video-obj iframe {
	  width: 100% !important;
    }
    .mp-span8.motopress-clmn.mpce-dsbl-margin-left.mpce-dsbl-margin-right {
	  width: 100%;
	}
			
    .mp-span4.motopress-clmn.mpce-dsbl-margin-left.mpce-dsbl-margin-right {
	  margin-left: 0px !important;
	  margin-top: 30px;
	}
}

/* mobile edits */
@media only screen and (max-width: 768px) {
    /* mobile menu edits */
    .select-wrapper {
		background: none;
	}
    .select-wrapper:before {
      /*top: 110px;*/
    }
	#navbar {
		margin: auto;  
	}

	.site-logo {
		float: none !important;  
	}

	/* header */
	.top-header {
  		height: 160px !important;
	}

	.course-title {
  		font-size: 1.250em;
	}
	
	/* site logo mobile */
	.site-header.wpadminbar-show>.container {
  		width: 100% !important;
	}
  
}

/*woocommerce custom tab video override*/
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
width: auto !important;
}

/*FAQ PAGE CUSOM STYLES*/
.faq-catname{
	font-variant-numeric: inherit;
    font-weight: normal;
    font-size: 1.5em;
    font-family: Merriweather, sans-serif;
    color: #333333;
}

.qa-faq-title{
	margin: 0 0 15px;
	color: #166599;
    font-family: "Open Sans",sans-serif;
    font-weight: 200;
    font-size: 16px;
}

.qa-faq-anchor{
	color: #166599;
}

.qa-faq-answer{
	color: #555;
	font-family: "Open Sans",sans-serif;
    font-weight: 100;
    font-size: 14px;
}

div.main-container {
	margin-top: 0px !important;
}
