/*

Theme Name: AAR Semi-Custom
Version: 1.0
Theme URI: http://www.cyberoptik.net
Description: Customizable responsive Wordpress theme created by CyberOptik
Author: CyberOptik
Author URI: http: //www.cyberoptik.net
Template: optik-theme-2

*/



@import url("../optik-theme-2/style.css");

@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,600,700,800,italic,600italic,400italic");





/***  UNIVERSAL STYLES  ***/

body {
  font-family: 'Roboto Condensed', sans-serif;
  color: #777;
}

.site-container {position: relative;}

.container {max-width: 1150px;}



/***  TEXT LINKS  ***/

a {color: #dc242c;}

a:hover {color: #354f7c;}



/*** HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-weight: 600;
  color: #161868;
  text-shadow: 1px 2px 0 #f5f5f5, 2px 3px 0 #d9d9d9;
}

h4, h5, h6 {font-weight: 700;}

h1 {
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2.4em;
  color: #d3222b;
}

h2 {
  font-size: 1.8em;
  color: #d3222b;
}

h3 {font-size: 1.4em;}

h4 {font-size: 1.1em;}

h5 {font-size: 1em;}

h6 {font-size: 0.84em;}



/***  QUOTES  ***/

blockquote {
  padding: 5px 0 5px 15px;
  border-left: 5px solid black;
  margin-left: 2em;
  line-height: 1.5em;
  font-size: 1.4em;
  font-style: italic;
  font-weight: normal;
  font-weight: 300;
}



/***  BUTTONS  ***/

.button {
  border: none;
  border-bottom: 3px solid #b11820;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #dc242c;
}

a.button:hover, 
a.button.empty:hover {
  border: none;
  border-bottom: 3px solid #08052e;
  background: #110b53;
}



/***  ICONS  ***/

.icon {color: #110b53;}

a .icon {color: #dc242c;}

a:hover .icon {color: #110b53;}


/*  Icon Backgrounds  */

.icon-bg {
  color: white;
  background-color: #110b53;
}

a .icon-bg {
  color: #eee;
  background-color: #dc242c;
}

a:hover .icon-bg {
  color: white;
  background-color: #110b53;
}


/*  Icon Borders  */

.icon-br {border-color: #110b53;}

a .icon-br {border-color: #dc242c;}

a:hover .icon-br {border-color: #110b53;}



/***  FEATURE BOX (BETA)  ***/

.feature-box {
  padding: 30px 20px !important;
  background: #f8f8f8;
  border: 1px dashed #e2e2e2;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  text-align: center;
  color: #333;
}



/***  HEADER TOP  ***/

.header-top {
  display: none;
  color: #abacad;
  font-size: 0.9em;
  background: #e9e9e9;
}

.header-top .col-custom {
  width: 97.5%;
  text-align: center;
}

.header-top a:hover {text-decoration: none;}

.header-top ul li:after, 
.header-top .menu li:after {content: '/';}

.header-top ul li:last-child:after, 
.header-top .menu li:last-child:after {content: '';}

.header-top ul li a, 
.header-top .menu li a {
  padding: 0 10px;
  color: #5e5e5e;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9em;
}

.header-top ul li a:hover, 
.header-top .menu li a:hover {
  color: #cd222a;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
	
.header-top {display: block;}

}

@media screen and (max-width: 900px) {

.header-top .col-custom, 
.header-top .col-custom:last-child {width: 96%;}

}

@media screen and (max-width: 600px) {

.header-top .menu li {
  display: block;
  margin-bottom: 0.5em;
}

.header-top .menu li:after {content: '';}
  
}
 


/***  HEADER  ***/

.header {
  position: relative;
  border-top: 5px solid #1b1a56;
  border-bottom: 1px solid #f2f2f2;
  background: #f5f5f5;
}

.header .widget {margin: 1em 0;}

.header .widget:first-child {margin-top: 0;}

.header .widget:last-child {margin-bottom: 0;}

.logo img {max-height: 100px;}

.header ul li:after, 
.header .menu li:after {content: '/';}

.header ul li:last-child:after, 
.header .menu li:last-child:after {content: '';}

.header ul li a, 
.header .menu li a {
  padding: 0 10px;
  color: #5e5e5e;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.7em;
}

.header ul li a:hover, 
.header .menu li a:hover {
  color: #cd222a;
  text-decoration: none;
}

.header-buttons a .icon {color: #878787;}

.header-buttons a:hover .icon {color: #dc242c;}

.header-buttons a.active .icon {
  color: white;
  background: #dc242c;
}

.header .search-button {display: none;}

@media screen and (max-width: 1024px) {

.header {border-top: none;}

.header-inner {
	padding-right: 50px;
	margin: 0 125px;
	}

.header .col-custom {
  display: block;
  width: 97.5%;
}

.header .col-custom:nth-child(2) {display: none;}

.logo img {max-height: 90px;}

}



/***  NAV  ***/

.nav {
  position: relative;
  z-index: 1000;
  margin-bottom: -49px;
  background: none;
}

.nav-inner {
  background: #f7f7f7;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 3px 0 rgba(0,0,0,0.3);
}

@media screen and (min-width: 1025px) {

/***  MAIN MENU  ***/

.main-menu > ul > li > a {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 2px;
  font-size: 15px; /* Sets nav link font size */
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  color: #5e5e5e; /* Sets nav link text color */
}

.main-menu > ul > li.menu-item-has-children > a, 
.main-menu > ul > li.sub-menu > a {padding-right: 40px;}

.main-menu > ul > li.menu-item-has-children > a:after, 
.main-menu > ul > li.sub-menu > a:after {
  position: absolute;
  top: 50%;
  left: 100%;
  display: block;
  margin-top: -0.54em;
  margin-left: -2em;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 0.9em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f107";
}

.main-menu > ul > li > a > span {
  padding: 8px 12px;
  border-radius: 6px;
}

.main-menu > ul > li.current-menu-item > a, 
.main-menu > ul > li.current-page-parent > a, 
.main-menu > ul > li.current-page-ancestor > a, 
.main-menu > ul > li:hover > a {
  color: #df242c; /* Sets nav link hover text color */
  text-decoration: none;
  background: none; /* Sets nav link hover background color */
}

.main-menu > ul > li:hover > a > span {
  background: #ba1c23;
  color: white;
  text-shadow: 1px 2px rgba(0,0,0,0.3);
}



/***  DROPDOWN MENU  ***/

.main-menu li > ul {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: white;
}

.main-menu > ul > li > ul:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  display: block;
  margin-bottom: -6px;
  margin-lefT: -0.5em;
  font: normal normal normal 18px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f0d8";
  color: white;
}

.main-menu > ul > li > ul {
  left: 50%;
  margin-left: -100px;
}

.main-menu > ul > li.double-wide > ul {margin-left: -200px;}

.main-menu li ul a {
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #5e5e5e;
  text-transform: uppercase;
  font-size: 0.9em;
  background: white;
  text-align: center;
}

.main-menu li ul li.current-page-ancestor > a, 
.main-menu li ul li.current-page-parent > a, 
.main-menu li ul li.current-menu-item > a, 
.main-menu li:hover ul li:hover > a {
  color: #df242c; /* Sets nav link hover text color */
  background: white;
}

}



@media screen and (max-width: 1024px) {
	
.nav {margin: 0;}

/* Mobile Menu */

.main-menu {
  position: fixed;
  background: #15143a;
  z-index: 99999999;
}

.main-menu > ul {background: #15143a;}

.mobile-menu-left, 
.mobile-menu-right {background: #15143a;}

.mobile-menu-left::-webkit-scrollbar, 
.mobile-menu-right::-webkit-scrollbar {
  width: 10px;
  background: #46494e;
}

.mobile-menu-left::-webkit-scrollbar-thumb, 
.mobile-menu-right::-webkit-scrollbar-thumb {
  border: 0;
  background: #676d74;
}

.main-menu li a {
  padding: 15px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.84em;
  color: white;
}

.main-menu li.current-page-ancestor > a, 
.main-menu li.current-page-parent > a {
  color: white;
  background: none;
}

.main-menu li.current-menu-item > a {
  color: #dc242c;
  background: white;
}

.main-menu li a:hover {
  color: white;
  background: #aa191f;
}



/* Subpage Menu */

.mobile-menu-left li ul, 
.mobile-menu-right li ul {
  background: rgba(0,0,0,0.2);
  font-size: 0.9em;
}

.mobile-menu-left li ul li a:before,
.mobile-menu-right li ul li a:before {
  margin-right: 10px;
  font-size: 0.7em;
  opacity: 0.5;
}

}



/***  INTRO  ***/

.intro {
  height: 200px;
  background-color: #140f4a;
}

@media screen and (max-width: 1024px) {

.intro {height: 150px;}

}

@media screen and (max-width: 600px) {

.intro {height: 125px;}

}



/***  PAGE TITLE  ***/

.page-title {
  background: #f5f5f5;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  box-shadow: 0 3px 0 #e8e8e8;
}

.page-title .col-custom {
  display: block;
  width: 97.5%;
}

.page-title h1 {
  font-weight: 800;
  text-shadow: 1px 2px 0 #f5f5f5, 3px 4px 0 #d9d9d9;
}

@media screen and (max-width: 900px) {

.page-title .col-custom {width: 96%;}

}



/***  BREADCRUMBS  ***/

.breadcrumbs {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  color: #abacad;
  font-size: 0.9em;
  background: #31393f;
}

.breadcrumbs a {color: #d6d6d6;}

.breadcrumbs a:hover {color: white;}

@media screen and (max-width: 900px) {

.breadcrumbs {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  text-align: center;
}

}



/***  CONTENT  ***/

.content h1 .icon, 
.content h2 .icon, 
.content h3 .icon, 
.content h4 .icon, 
.content h5 .icon, 
.content h6 .icon {
  margin-right: 1em;
}

.content h1:first-child, 
.content h1.title {text-align: center;}

.content img {
  padding: 5px;
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.content .section-image, 
.cg_gallery img, 
.lightbox-image img {
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}



/***  SIDEBAR  ***/

.sidebar {
  font-size: 0.9em;
  line-height: 1.6em;
}

.sidebar-section {
  padding: 10px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #f4f4f4;
  box-shadow: 0 3px 0 #e8e8e8;
}

.sidebar li, 
.sidebar .menu li {
  padding: 10px 0;
  border-bottom: 1px dotted rgba(0,0,0,0.2);
}

/**  Sidebar Sub Menu  **/

.sidebar ul ul {border-top: 1px dotted rgba(0,0,0,0.2);}

.sidebar ul ul li, 
.sidebar .menu ul li {padding-left: 15px;}

.sidebar ul ul li:last-child, 
.sidebar .menu ul li:last-child {
  margin-bottom: -10px;
  border-bottom: none;
}



/***  BLOG POSTS  ***/

.blog-post-with-thumb {
  position: relative;
  min-height: 150px;
  padding-left: 250px;
}

.blog-single .blog-post-with-thumb {padding-left: 0;}

.blog-post-with-thumb .post-thumb {
  position: absolute;
  top: 0;
  left: 0;
}

.blog-single .blog-post-with-thumb .post-thumb {
  position: relative;
  top: auto;
  left: auto;
}

.post-info {
  font-size: 0.9em;
  color: #999;
}

.post-author-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

ul.post-info {display: none;}

p.post-info {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  margin-top: 0.5em;
  font-style: italic;
}

p.post-info .post-author-avatar, 
p.post-info .post-author, 
p.post-info .post-comment-count {display: none;}

@media screen and (max-width: 600px) {
	
.blog-post {padding-left: 0;}

ul.post-info {display: none;}

p.post-info .post-date, 
p.post-info .post-comment-count {display: block;}

}



/***  POST NAVIGATION  ***/

.post-share {}

.blog-posts-nav, 
.single-post-nav {text-align: center;}

.blog-posts-nav a, 
.single-post-nav a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #d2d2d2;
  margin: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.blog-posts-nav a:hover, 
.single-post-nav a:hover {
  background: #354f7c;
  color: white;
  text-decoration: none;
}

.blog-posts-nav .older-posts {float: left;}

.blog-posts-nav .newer-posts {float: right;}

@media screen and (max-width: 420px) {

.blog-posts-nav .older-posts, 
.blog-posts-nav .newer-posts {
  float: none;
  display: inline-block;
}

}



/***  COMMENTS  ***/

.comments {font-size: 0.9em;}

.comments ul {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  list-style: none;
}

.comments ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.comments .avatar {display: none;}

.comments li {
  float: left;
  width: 100%;
  padding: 0;
  padding-bottom: 1.5em;
  border-bottom: 1px dotted #ccc;
  margin: 0;
  margin-bottom: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
}

.comments li ul li {
  padding: 0.5em 0 0.5em 40px;
  padding-left: 40px;
  border: 0;
  border-left: 10px solid #eee;
  margin: 0;
 }

.comments li ul li:nth-child(odd) {background: none;}

.comments a.url {font-weight: bold;}

.comments .reply {font-size: 0.8em;}

.comments time {font-size: 0.8em;}

.comments .reply-form {
  padding: 15px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #f4f3f0;
}



/***  RECENT POSTS MODULE  ***/

.recent-posts {}



/***  FORM STYLES  ***/

input[type="submit"], 
input[type="reset"], 
input[type="button"] {background: #003634;}

input[type="Submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover {background: #004543;}

input[type="Submit"]:active, 
input[type="reset"]:active, 
input[type="button"]:active {background: #333;}



/***  UNIVERSAL FOOTER STYLES  ***/

.footer, 
.footer-btm {
  font-size: 0.9em;
  color: #8686a1;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}

.footer h1, 
.footer-btm h1, 
.footer h2, 
.footer-btm h2, 
.footer h3, 
.footer-btm h3, 
.footer h4, 
.footer-btm h4, 
.footer h5, 
.footer-btm h5, 
.footer h6, 
.footer-btm h6 {
  color: white;
  text-shadow: 1px 2px 0 #15143a, 2px 3px 0 #0c0b22;
}

.footer a, 
.footer-btm a {color: white;}

.footer a:hover, 
.footer-btm a:hover {
  text-decoration: none;
  color: #dc242c;
}

.footer li.current-menu-item a, 
.footer-btm li.current-menu-item a {font-weight: bold;}

.footer .icon {color: #dc242c;}

.footer li .icon {display: none;}

.footer span {font-weight: bold;}

.footer .button:hover, 
.footer-btm .button:hover {
  border-color: #d6d6d6;
  background: white;
  color: #dc242c;
  text-shadow: none;
}



/***  FOOTER TOP  ***/

.footer-top {background: #f2f2f2;}

.footer-top img {
  max-height: 80px;
  padding: 10px 30px;
}

.footer-top img:nth-child(4) {max-height: 100px;}



/***  FOOTER  ***/

.footer {
  background: #15143a;
  box-shadow: inset 0 15px 30px -15px rgba(0,0,0,0.5);
}

.footer .col-custom {
  width: 30.83%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer h1:first-child, 
.footer h2:first-child, 
.footer h3:first-child, 
.footer h4:first-child, 
.footer h5:first-child, 
.footer h6:first-child {
  text-transform: uppercase;
  margin-bottom: 1.2em;
}

.footer h3 {
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: 2px;
}

.footer li, 
.footer .menu li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  padding: 10px 0 10px 15px;
  border-bottom: 1px dotted rgba(255,255,255,0.1);
  background: url(images/chevron-right-2x.png) top 14px left no-repeat;
  background-size: 0.75em;
}

.footer li:before,
.footer .menu li:before {
  position: absolute;
  top: 1.5em;
  left: 0;
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f054";
  font-size: 0.7em;
}

.footer li a, 
.footer .menu li a {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}

.footer ul ul, 
.footer .menu ul {display: none;}

.footer-span {color: white;}

@media screen and (max-width: 900px) {

.footer {
  padding-top: 45px;
  padding-bottom: 45px;
}

.footer .col-custom {
  display: inline-block;
  width: 46%;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

}

@media screen and (max-width: 600px) {

.footer {
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer .col-custom {width: 96%;}

}



/***  FOOTER BOTTOM  ***/

.footer-btm {
  background: #100f2c;
  font-size: 0.9em;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-btm .col-custom {width: 47.5%;}

.footer-btm .col-custom:nth-child(2n) {text-align: right;}

.copyright span:after {
  content: ' | ';
}

.footer-btm ul li:after, 
.footer-btm .menu li:after {
  content: '/';
}

.footer-btm .ul li:last-child:after, 
.footer-btm .menu li:last-child:after {
  content: '';
}

.footer-btm ul li a, 
.footer-btm .menu li a {padding: 0 10px;}

.footer-btm ul ul {display: none;}

@media screen and (max-width: 1200px) {

.footer-btm, 
.footer-btm .col-custom:nth-child(2n) {text-align: center;}

.footer-btm .col-custom {
  display: block;
  width: 96%;
}

}

@media screen and (max-width: 600px) {
	
.footer-btm span:after {
  display: block;
  content: '';
}

.footer-btm ul li, 
.footer-btm .menu li {display: block;}

.footer-btm ul li a, 
.footer-btm .menu li a {
  display: block;
  padding: 10px;
  border-bottom: 1px dotted rgba(255,255,255,0.25);
}

.footer-btm ul li:after, 
.footer-btm .menu li:after {content: '';}

.credits {display: block;}

}





/******************************************************************************
 * * *  CUSTOM THEME STYLES  * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/



/***  Scroll Bar  ***/ 

.scroll-bar {
  background: #f5f5f5;
  box-shadow: 0 3px 3px rgba(232,232,232,0.6);
}

.scroll-bar .scroll-logo-wrapper {width:17.5%;}

.scroll-bar .scroll-nav-right {
  width: 77.5%;
  text-align: right;
}

.scroll-bar .main-menu ul {
  font-size: 0.9em;
  text-align: right;
}

.scroll-bar .scroll-logo img {max-height: 60px;}



/***  Blog Changes  ***/

.intro.blog {background-image: url(/wp-content/uploads/2016/02/2012-03-05_14-23-49_431.jpg);}



/* Slider */

.metaslider .caption-wrap {
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background: rgba(0,0,0,0.34) !important;
  opacity: 1 !important;
}

.metaslider .caption {
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;
  left: 0 !important;
  right: 0 !important;
  display: table;
  width: 100%;
  /**width: 900px;***/
  height: 300px;
  margin: 0 auto;
  margin-top: -125px;
  font-size: 1.4em;
  text-shadow: 1px 2px 0 rgba(0,0,0,0.2), 1px 2px 10px rgba(0,0,0,0.4);
  color: #f4f4f4 !important;
}

.metaslider .caption-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.metaslider .caption h1 {
  margin: 0 0 0.33em 0;
  font-size: 2em;
  color: white;
  text-shadow: 2px 3px 0 rgba(0,0,0,0.5);
}

.metaslider .caption p {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

.metaslider .caption p:first-child {margin-top: 0 !important;}

.metaslider .caption p:last-child {margin-bottom: 0 !important;}

.metaslider .caption .button {
  border-color: #e2e2e2;
  margin-top: 1em;
  background: white;
  font-size: 0.75em;
  color: #08052e;
  text-shadow: none;
  opacity: 0.86;
}

.metaslider .caption .button:hover {
  border-color: #e2e2e2 !important;
  background: white !important;
  color: #b11820;
  text-shadow: none;
  opacity: 1;
}

@media screen and (max-width: 1024px) {

.metaslider .caption {
  /**width: 80%;***/
  margin-top: -150px;
  font-size: 1.4em;
}

}

@media screen and (max-width: 900px) {

.metaslider .caption {font-size: 1.2em;}

}

@media screen and (max-width: 768px) {

.slider {
  width: calc(100% + 250px);
  margin-left: -100px;
  margin-right: -100px;
}

.metaslider .caption {
   /**width: calc(80% - 250px);**/
}

}

@media screen and (max-width: 600px) {
	
.slider {
  width: calc(100% + 450px);
  margin-left: -225px;
  margin-right: -225px;
}


.metaslider .caption {
  /**width: calc(90% - 450px);**/
  font-size: 1em;
}

}



/* What We Accept Columns */

.what-we-accept [class*="col-"] {
  position: relative;
  border-radius: 14px;
  background-color: #140f4a;
  overflow: hidden;
}

.what-we-accept [class*="col-"] img {
  padding: 0;
  border: none;
  margin: 0;
}

.what-we-accept [class*="col-"] a {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: table;
  width: 100%;
  height: 300px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0,0,0,0.3);
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 2px 0 rgba(0,0,0,0.6), 0 0 14px rgba(0,0,0,0.25);
  text-transform: uppercase;
  color: white;
}

.what-we-accept [class*="col-"] a:hover {
  background-color: rgba(0,0,0,0.6);
  text-decoration: none;
  color: #dc242c;
}

.what-we-accept [class*="col-"] span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

/** SCROLL MENU **/
@media screen and (min-width: 1025px){
  .scroll-menu > ul > li > a{padding-left: 3px !important;padding-right: 3px !important;}
}


.user_page_list{display:none;}
@media screen and (min-width: 1025px){
.scroll-menu > ul > li.menu-item-has-children > a:after, .scroll-menu > ul > li.sub-menu > a:after {
    margin-left: -1em;
}
}

.mapp-dialog{display:none;}

#lp-confirm{display:none !important,opacity:0 !important;height:0 !important;}
a .icon {box-sizing: content-box;}
/*
 *
 * END OF
 * STNDRD THEME 2.0
 * CUSTOMIZABLE CSS
 *
 */

/* ME - new theme styles */
.red-btn-theme {
    background: #D3222B;
	border-radius: 5px;
}
.red-btn-theme a {
	color: white !important;

}
.footer .menu li.red-btn-theme {
	background: #D3222B;
	padding: 5px 16px;
}
.footer .menu li.red-btn-theme:before {
    display: none;
}
.menu li.red-btn-theme > a {
    color: white;
    font-size: 11px;
	transition: .3s ease-in-out;
	text-transform: capitalize;
}
.menu li.red-btn-theme > a:hover {
    color: #ededed;
}

.feature-list-item ul li {
	padding-left: 0 !important;
}
/* START MED STYLES */
ul#menu-top-bar-1 {
    display: inline-flex;
}
#menu-top-bar-1 > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-30:after {
    display: none;
}
@media screen and (max-width: 600px){
	iframe {
		width: auto;
	}
}
/* CTA Boxes */
.gray-content-box {
    background: #F3F3F3;
    padding: 50px 20px;
}
.btn-gray {
    background: #494949 !important;
    color: white !important;
    font-size: 13px !important;
}

/* Services CTA Box */
#xyz > div.site-container > div.section.main.full-width.content > div > div > div:nth-child(15) > div.col-three-fifths.laptop-col-.tablet-col-two-thirds.mobile-col-.border-.spacer-.wow.animated {
	margin-right: 0;
	margin-left: 0;
	width: 57.5%;
}
@media screen and (max-width: 600px) {
	.gray-content-box {
		width: 100vw;
	}
}
/* Our Process */
.page-id-8514 .content img {
	border: none !important;
}
/* Construction Scrap Removal  */
.page-id-6405 ul {
	margin: 0 0 0 10px;
}

/* Footer Section */
.footer-top img {
	padding: 10px;
}