@charset utf-8;
/*
Theme Name: RDE twentyfifteen
Theme URI: http://github.com/sulfureous/blackboard-theme
Author: Sulfureous
Author URI: http://www.pragmaticode.com
Description: A completely naked theme with all the files necessary to make a legit WordPress Theme. This theme is built with camelCase in mind, it has startup WordPress default CSS selectors and a lot of native WordPress functionality to make the experience a complete one.
Tags: white, custom-background, custom-header, custom-menu, editor-style, featured-images, post-formats, threaded-comments, translation-ready
Text Domain: blackboard
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.htm
Version: 2.1.1
*/
/*
  =-=-=-=
    The Colors
  =-=-=-=
  
  The idea here is to use your primary colors so they are easy to find and use over and over in your CSS.
  
  Red: #F00;
  Green: #0F0;
  Blue: #00326d;
  Blue link: #0014aa;
  Orange: #fc9a01;
    
*/
/*
  =-=-=-=
    Global Styles
  =-=-=-=
*/
* {
	outline: none;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #555;
}
a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
a {
  color: #0014aa;
}
p {
  margin-bottom: 15px;
}
h2 {
  font-size: 18px;
  font-weight: 700;
}
h3 {
  font-size: 15px;
  font-weight: 700;
}
.title {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0;
  color: #2c2c2c;
}
section ul li {
  margin: 10px 0;
}
/*
  =-=-=-=
    Helper Classes
  =-=-=-=
*/

  /* =-=-=-= Flex Content =-=-=-= */
 
  .rowFlex {
	width: 100%;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-around;	
  }
  .boxFlex100 {
	flex-basis: 100%;
  }
  .boxFlex47 {
	flex-basis: 47%;
  }
  @media (min-width: 620px) {
    .boxFlex100-sm {
	  flex-basis: 100%;
	}
	.boxFlex47-sm {
	  flex-basis: 47%;
	}
  }
  
  /* =-=-=-= Responsive Maps =-=-=-= */
 
  .mapCont {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
  }
  .mapCont iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
 
  /* =-=-=-= Responsive Videos =-=-=-= */
 
  .videoCont {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
  }
  .videoCont iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
 
  /* =-=-=-= Font Helpers =-=-=-= */
  
  .smallness {
	  font-size: 10px;
  }
  .boldness {
	  font-weight: bold;
  }
  .italicness {
	  font-style: italic;
  }
  .shadowness {
	  text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
  }
  .toUpper {
  	text-transform: uppercase;
  }
  .toLower {
	  text-transform: lowercase;
  }
  .toCapitalize {
	  text-transform: capitalize;
  }
  .highlightPrimary {
	  color: #f00;
  }
  .hightlightSecondary {
	  color: #100;
  }
  
  /* =-=-=-= Alignment Helpers =-=-=-= */
  
  .alignLeft {
	  text-align: left;
  }
  .alignCenter {
	  text-align: center;
  }
  .alignRight {
	  text-align: right;
  }
  .alignMiddle {
	  vertical-align: middle;
  }
  .floatLeft {
	  float: left;
  }
  .floatRight {
  	float: right;
  }
  .floatNone {
  	float: none;
  }
  
  /* =-=-=-= Custom Helpers =-=-=-= */
  
  .reqChar {
  	color: #f00;
  }
  .noMarPad {
	  margin: 0;
  	padding: 0;
  }
  .noMar {
	  margin: 0;
  }
  .noPad {
  	padding: 0;
  }
  .wrapCont {
		background: #f2f2f2;
		padding: 20px;
		box-sizing: border-box;
  }
  .boxShadow {
	  box-shadow: 2px 0 10px rgba(0,0,0,0.25);
  }
  .imgResponsive,
  .imgResponsiveCont img {
    max-width: 100%;
  }
  .gridCont .imgResponsive,
  .gridCont .imgResponsiveCont img {
    height: auto;
  }
  .gridCont
  .home .borderDouble {
    border-top: #c8c8c8 double 4px;
    margin-top: 30px;
  }
  .noMarTop {
    margin-top: 0;
  }
  .gridCont h4 {
    min-height: 45px;
  }
  .gridCont .placeholderPlay i:before {
    right: 0px;
  }
  .vidList {
    list-style: none;
	padding: 0 0 0 15px;
  }
  .miH260 {
    min-height: 260px;
  }
  .miH260 .btn {
	padding: 15px 20px !important;
  }
  .olCancel li {
    margin-bottom: 60px;
  }
  .btnWrap {
    padding: 20px 0;
  }
  .modified-row {
    display:flex; 
	flex-wrap:wrap; 
	justify-content: flex-start;
  }
  .modified-col {
    flex-basis: 100%;
	margin-bottom: 30px;
  }
  .mod-col-content {
  }
  
/*
  =-=-=-=
    Bootstrap Override
  =-=-=-=
*/
  .navbar-toggle {
    border-color: #fff;
    color: #fff;
  }
  .btn-primary {
    background: #e2951c;
    border-color: #eea236;
    color: #fff;
  }
  .btn-primary:hover,
  .btn-primary:focus {
    background-color: #ec971f;
    border-color: #d58512;
    color: #fff;
  }
  .btn-default.readMore {
    background: #3b3b3b;
    color: #fff;
  }
  .btn-default.readMore:hover,
  .btn-default.readMore:focus {
    background: #000;
    color: #fff;
  }
  .btn-link {
    padding: 6px 0;
    color: #0014aa;
  }
  .well ul {
    padding-left: 20px;
    margin-bottom: 0;
  }
/*
  =-=-=-=
    Scaffolding
  =-=-=-=
*/
  /* =-=-=-= Header =-=-=-= */
  
  header {
    position: relative;
    z-index: 1;
  }
  header .navbar {
    background: #002c5f;
    width: 100%;
    border-bottom: rgba(255,255,255,.2) solid 1px;
    border-left: none;
    border-right: none;
    margin-bottom: 0;
    border-radius: 0;
    margin-bottom: 25px;
  }
  .home header .navbar {
    margin-bottom: 0;
  }
  header .menu-primary a {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    border-bottom: 3px solid transparent;
    padding-bottom: 12px;
  }
  header #menu-logged-main-menu.menu-primary a {
    font-size: 1.02em;
  }
  header #menu-main-menu.menu-primary a {
    font-size: 1.03em;
  }
  header .menu-primary .open li a:hover,
  header .menu-primary .open li a:focus {
    color: #fff;
  }
  header .menu-primary a:focus,
  header .menu-primary a:hover {
    background: transparent;
    border-color: #fc9a01;
  }
  header .menu-primary .open a {
    background: transparent;
  }
  header .menu-primary .open > a:hover,
  header .menu-primary .open > a:focus {
    border-color: transparent;
    background: transparent;
  }
  header .menu-primary .open li a {
    padding-bottom: 10px;
  }
  #headerCont {
    min-height: 135px;
    padding: 15px 0
  }
  #headerCont #logo {
    text-align: center;
  }
  #headerCont .authCont {
    text-align: center;
    padding: 15px 0;
  }
  #headerCont .secondaryCont {
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
  }
  #headerCont .secondaryCont a {
    color: #00326d; 
    font-weight: 600;
  }
  /* =-=-=-= Footer =-=-=-= */
  
  #footerCont {
    margin-top: 30px;
  }
  #footerCont .footTop {
    background: rgb(3,21,41); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(3,21,41,1) 0%, rgba(0,43,93,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(3,21,41,1)), color-stop(100%,rgba(0,43,93,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(3,21,41,1) 0%,rgba(0,43,93,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(3,21,41,1) 0%,rgba(0,43,93,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(3,21,41,1) 0%,rgba(0,43,93,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(3,21,41,1) 0%,rgba(0,43,93,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031529', endColorstr='#002b5d',GradientType=0 ); /* IE6-9 */
    padding: 40px 0;
    min-height: 180px;
  }
  #footerCont .footTop #siteInfoCont h5 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
  }
  #footerCont .menu-secondary {
    margin-top: 30px;
  }
  #footerCont .menu-secondary a {
    color: #fff;
    border-bottom: dotted #fff 1px;
    padding: 10px 0;
    display: block;
  }
  #footerCont #feedburner_email_widget_sbef {
    position: relative;
  }
  #footerCont #feedburner_email_widget_sbef_email {
    width: 100%;
    height: 30px;
    padding: 5px 87px 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
    border: none;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  }
  #footerCont #feedburner_email_widget_sbef_submit {
    width: 77px;
    height: 30px;
    border: none;
    font-size: 12px;
    border-radius: 0 2px 2px 0;
    position: absolute;
    right: 0;
  }
  
  @media (min-width: 768px) and (max-width: 991px){
    #footerCont .menu-secondary {
      margin-left: -4.1%;
      margin-right: -4.1%;
    }
    #footerCont .menu-secondary li {
      display: block;
      width: 25%;
      margin: 0 4.1%;
      float: left;
    }
    #footerCont .menu-secondary a {
      font-size: 11px;
    }
  }
   @media (min-width: 992px) {
    #footerCont .menu-secondary {
      margin-top: 0;
      margin-left: -5.3%;
    }
    #footerCont .menu-secondary li {
      display: block;
      width: 28%;
      margin: 0 0 0 5.3%;
      float: left;
    }
    #footerCont .menu-secondary a {
      padding: 5px 0;
      font-size: 12px;
    }
  }
  #footerCont .footBottom {
    background: #031529;
    color: #fff;
  }
  #footerCont .footBottom p {
    font-size: 12px;
    margin: 12px 0;
    line-height: 16px;
    text-align: center;
  }
  #footerCont .footBottom .socialCont {
    text-align: center;
  }
  #footerCont .footBottom .socialCont a {
    display: block;
    width: 20px;
    height: 21px;
    background: white;
    border-radius: 4px;
  }
  #footerCont .footBottom .socialCont i {
    font-size: 26px;
    margin-top: 0px;
    border-radius: 13px;
    display: block;
    position: relative;
    top: -3px;
    left: -1px;
  }
  #footerCont .fa-facebook-square {
    color: #2753a7;
  }
  #footerCont .fa-twitter-square {
    color: #1dc9e9;
  }
  #footerCont .fa-youtube-square {
    color: #cb1500;
  }
    /* Navigation */
	
/*
  =-=-=-=
    Page Specific Styles
  =-=-=-=
*/
  /* =-=-=-= Homepage =-=-=-= */
  #mainCont {
    background: url(img/pattern-grey.gif);
  }
  #mainCont .container {
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  #mainCont .worldmapCont {
    position: absolute;
    width: 100%;
    border-bottom: 5px solid #ff9200;
  }
  #mainCont .worldmap {
    background: url(img/economy-banner.jpg) no-repeat center top;
    height: 430px;
  }
  #bannerWrap {
    padding: 0 0 20px;
  }
  #mainCont h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    margin: 0px 0 0;
  }
  #mainCont h2 {
    font-size: 14px;
    line-height: 22px;
    color: #f4f4f4;
    margin: 10px 17%;
    font-weight: 400;
  }
  #mainCont #poster img {
    cursor: pointer;
    max-width: 100%;
  }
  #mainCont #video {
    display: none;
  }
  #mainCont .btn {
    margin: 50px 0 50px;
  }
  #mainCont .videoCont {
    padding-bottom: 41.50%;
    position: relative;
  }
  #mainCont .videoCont .videoCover {
    cursor: pointer;
    position: absolute;
    top: 0;
  }
  #newsletterCont {
    background: url(img/newsletter.jpg) no-repeat center top;
    height: 164px;
    position: relative;
    padding: 37px 0 0;
  }
  #newsletterCont label {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
  }
  #newsletterCont input.form-control {
    font-size: 15px;
    font-weight: 700;
  }
  #newsletterCont .input-group-btn input {
    font-weight: 700;
  }
  #aboutCont {
    padding-top: 70px;
  }
  #aboutCont h2 {
    font-weight: 700;
    color: #2c2c2c;
    margin: 20px 0 15px;
  }
  .wellCont {
    border-radius: 2px;
    background: transparent;
    padding: 5px;
    margin-bottom: 30px;
  }
  .wellCont .wellSubCont {
    background: #f3f3f3;
    padding: 15px 12px 20px;
  }
  .postBox {
	margin-bottom: 20px;
    background-color: #f9f9f9;
  }
  .postImg {
	max-height: auto;
	overflow: hidden;
  }
  .postDesc {
    min-height: auto;
	padding: 10px;
	background-color: #f9f9f9;
  }
  .postDesc h3 {
    font-size: 14px;
	margin-top: 5px;
  }
  .postDesc .readMoreLink {
    display: block;
	text-align: right;
  }
  .postMeta {
	margin-bottom: 10px;
	border-bottom: 1px solid #bbb;
    font-size: 11px;
	color: #999;
  }
  #LastestEntriesCont {
    margin: 15px 0;
  }
  #LastestEntriesCont h2 {
    font-weight: 700;
    color: #2c2c2c;
    margin: 20px 0 15px;
  }
  #LastestEntriesCont h3 {
    font-size: 13px;
    margin: 5px 0;
  }
  #LastestEntriesCont .boxPostCont {
	min-height: 120px;
    margin-bottom: 25px;
    text-align: center;
  }
  .formWrapHome {
	padding: 0 10px;
	text-align: left;
  }
  .formWrapHome fieldset {
    margin-bottom: 10px;
  }
  .formWrapHome fieldset:last-of-type {
    margin-bottom: 0;
  }
  .formBtnWrapR {
    text-align: right;
  }
  
  /* =-=-=-= Macro Watch =-=-=-= */
  .featImgCont {
    min-height: 193px;
  }
  .gridCont .featImgCont {
    min-height: 135px;
  }
  @media (min-width: 460px) {
    .featImgCont {
      min-height: 286px;
    }
  }
  @media (min-width: 600px) {
    .featImgCont {
      min-height: 380px;
    }
  }
  @media (min-width: 768px) {
    .featImgCont {
      min-height: 230px;
    }
  }
  @media (min-width: 922px) {
    .featImgCont {
      min-height: 195px;
    }
    .gridCont .featImgCont {
      min-height: 145px;
    }
  }
  .featImgCont a {
    position: relative;
    display: inline-block;
    overflow: hidden;
  }
  .feat-img-cont a {
    position: relative;
    display: inline-block;
    overflow: hidden;
  }
  .placeholderPlay {
    width: 100%;
    height: 200px;
    line-height: 235px;
    text-align: center;
    background: #000;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    color: white;
  }
  .placeholderPlay i {
    top: 50%;
    position: absolute;
    margin-top: -28px;
    margin-left: -33px;
    border: rgba(255,255,255,.5) solid 5px;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    font-size: 28px;
    color: rgba(255,255,255,.5);
  }
  .placeholderPlay i:before {
    position: relative;
    top: 11px;
    right: -2px;
  }
  .placeholderPlay.phLg {
    width: auto;
    left: 50%;
    background: transparent;
  }
  .placeholderPlay.phLg i {
    margin-top: -55px;
    margin-left: -55px;
    border: rgba(255,255,255,.5) solid 10px;
    border-radius: 110px;
    width: 110px;
    height: 110px;
    font-size: 45px;
  }
  .placeholderPlay.phLg i:before {
    top: 24px;
    right: -5px;
  }
  .masonry .grid-item {
    margin-bottom: 30px;
  }
  .gridCont.masonry .grid-item {
    margin-bottom: 15px;
  }
  .placeholderPlay a {
    color: #fff;
  }
  #videoContIn {
	margin-bottom: 20px;
  }
  
  /* =-=-=-= Error 404 =-=-=-= */
  .error404 {
    margin-top: 25px;
  }
  .error404 i {
    color: #e2951c;
  }
  /* =-=-=-= Post =-=-=-= */
  article.post {
    margin-bottom: 30px;
  }
  article.post i {
    margin-bottom: 5px;
    display: inline-block;
  }
  .thumbPost {
    padding: 10px 0;
  }
  .thumbPost img {
    width: 100%;
  }
  #socialCont {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  /* =-=-=-= Landing Page =-=-=-= */
  #landCont {
    text-align: center;
  }
  #landCont h1 {
    font-size: 30px;
  }
  .landLogBox h2 {
    min-height: 38px;
  }
  
  /* =-=-=-= Video Tutorials =-=-=-= */
  .vidBox {
    height: 520px;
  }
  .vidBoxII {
    height: 300px;
  }
  @media only screen and (max-width: 767px) {
    .vidBox, .vidBoxII {
      height: auto !important;
	  padding-bottom: 30px;
    }
  }
  
  /* =-=-=-= Newsletter Modal  =-=-=-= */
  .newsletterModal,
  .newsletterModal section,
  .newsletterModal section .container {
    height: 100%;
  }
  .newsletterModal section {
    width: 100%;
    display: table;
  }
  .newsletterModal section .container {
    display: table-cell;
    vertical-align: middle;
  }
  .newsletterModal section .container h2 {
    font-size: 13px;
    line-height: 15px;
  }
  .newsletterModal section .container h2,
  .newsletterModal section .container form {
    margin-bottom: 15px;
  }
  .newsletterModal section .container label input {
    margin-top: 2px;
  }
  .newsletterModal section .container .subscribeModalCont {
    margin-bottom: 40px;
  }
  .newsletterModal section .container .subscribeModalCont .logoModalCont {
    margin-bottom: 40px;
  }
  .newsletterModal section .container .subscribeModalCont h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .closeModalCont {
    margin-top: 70px;
    margin-bottom: 0;
  }
  
  @media (min-width: 490px) {
    .newsletterModal section .container h2 {
      font-size: 18px;
      line-height: 20px;
    }
    .newsletterModal section .container .subscribeModalCont {
      margin-bottom: 50px;
    }
    .newsletterModal section .container .subscribeModalCont h2 {
      font-size: 30px;
      line-height: 34px;
    }
    .newsletterModal section .container form {
      padding: 0 10%;
    }
    .newsletterModal section .container h2,
    .newsletterModal section .container form {
      margin-bottom: 15px;
    }
  }
	
	/* =-=-=-= WooCommerce Checkout Product =-=-=-= */
	
  .select2-container--default .select2-selection--single {
	  background-color: #fff;
	  border: none;
	  border-radius: 4px;
  }
  .woocommerce-form__label-for-checkbox .input-checkbox {
    margin: 4px 8px 0 0 !important;
  }
  .woocommerce-form__label-for-checkbox span:first-of-type {
    margin-left: 20px;
  }
  .woocommerce-error, .woocommerce-info, .woocommerce-message {
    font-size: 20px;
	font-weight: bold;
  }
  
  #payment_method_paypal {
   float: left;
   margin-top: 5px !important;
  }
  .payment_method_paypal label {
    margin-bottom: 0;
  }
	.payment_method_paypal label img {
		display: none;
	}
  .woocommerce-checkout .create-account {
    clear: both;
    padding-top: 20px;
  }
  .woocommerce-checkout #payment div.place-order,
  .woocommerce-checkout #payment div.place-order .terms {
    margin: 0;
  }
  .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    line-height: 29px;
    margin-left: 10px;
  }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    text-align: right;
  }
  .woocommerce-cart .cart-collaterals .cart_totals table {
    width: 100%;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 9px 6px 5px;
    height: 29px;
  }
  @media (min-width: 768px) {
    .woocommerce-cart table.cart td.actions .coupon .input-text {
      width: 122px;
    }
  }
  .woocommerce-checkout #payment div.payment_box.payment_method_paypal {
    display: none!important;
  }
  .woocommerce-account #billing_email_field {
    width: 100%
  }
  /*
    =-=-=-=
      Plugin Specific Styles
    =-=-=-=
  */
  /* =-=-=-= Select2 =-=-=-= */
  .select2-container.form-control {
    padding: 0;
  }
  .select2-container.form-control .select2-choice {
    height: 32px;
  }
  .select2-container .select2-choice > .select2-chosen {
    line-height: 30px;
  }
  /* =-=-=-= colorbox =-=-=-= */
  #cboxOverlay {
    background: #000;
  }
  /* =-=-=-= Lightbox =-=-=-= */
  
/*
  =-=-=-=
    WordPress Stock CSS Selectors
  =-=-=-=
*/
  #submit,
  .woocommerce #respond input#submit.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt,
  #feedburner_email_widget_sbef_submit  {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-appearance: button;
    cursor: pointer;
    color: #fff;
    background-color: #e2951c;
    border-color: #eea236;
  }
  #submit:hover,
  #submit:focus,
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce #respond input#submit.alt:focus,
  .woocommerce a.button.alt:hover,
  .woocommerce a.button.alt:focus,
  .woocommerce button.button.alt:hover,
  .woocommerce button.button.alt:focus,
  .woocommerce input.button.alt:hover,
  .woocommerce input.button.alt:focus,
  #feedburner_email_widget_sbef_submit:hover,
  #feedburner_email_widget_sbef_submit:focus {
    background-color: #ec971f;
    border-color: #d58512;
    color: #fff;
  }
  .woocommerce a.button,
  .woocommerce a.button.alt {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    background-color: #e2951c;
    border-color: #eea236;
  }
  .woocommerce a.button:hover,
  .woocommerce a.button:focus {
    background-color: #ec971f;
    border-color: #d58512;
    color: #fff;
  }
  #loginform .login-username input,
  #loginform .login-password input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  }
  #loginform .login-submit {
    float: right;
  }
  #loginform .login-submit #wp-submit {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #e2951c;
    border-color: #eea236;
    color: #fff;
  }
  #loginform .login-submit,
  #passForgotten p {
    margin-bottom: 0;
  }
  #loginform .login-submit #wp-submit:hover,
  #loginform .login-submit #wp-submit:focus {
    background-color: #ec971f;
    border-color: #d58512;
    color: #fff;
  }
  #passForgotten a {
    display: inline-block;
    padding: 7px 0;
    margin-right: 5px;
  }
  /* =-=-=-= Function: wp_nav_menu Classes =-=-=-= */
  .current_page_item { }
	.page_item { }
	.menu-item { }
  .current-menu-item { }
	.current-menu-ancestor { }
	.current-menu-parent { }
	.menu-item-has-children { }
  /* =-=-=-= Required WordPress Classes =-=-=-= */
  
  .sticky {
	  background: rgba(0,0,0,0.2);
  }
  .post {
    word-wrap: break-word;
  }
  /* =-=-=-= Comments with Nested and Admin Styles =-=-=-= */
  #comments {
    margin-bottom: 50px;
  }
  ol.commentlist li.even { background:#fff; }
  ol.commentlist li.odd { background:#f6f6f6; }
  ol.commentlist li.parent { border-left:1px solid #ddd; }
  ol.commentlist li.thread-alt { }
  ol.commentlist li.thread-even {}
  ol.commentlist li.thread-odd {}
  ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
  ol.commentlist li { }
  ol.commentlist li.alt { }
  ol.commentlist li.bypostauthor {}
  ol.commentlist li.byuser {}
  ol.commentlist li.comment-author-admin { border-left:2px solid #4bce40; }
  ol.commentlist li.comment { border-bottom:1px dotted #ddd; padding:1em; }
  ol.commentlist li.comment div.comment-metadata { font-size: 11px; margin-bottom: 10px; }
  ol.commentlist li.comment div.comment-author { color: #2c2c2c; }
  ol.commentlist li.comment div.comment-author a ,
  ol.commentlist li.comment div.comment-author .fn { color: #e2951c; }
  ol.commentlist li.comment div.vcard { font:normal 16px; }
  ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
  ol.commentlist li.comment div.vcard cite.fn a.url {}
  ol.commentlist li.comment div.vcard img.avatar { border:1px solid #ddd; float:right; margin:0 0 1em 1em; }
  ol.commentlist li.comment div.vcard img.avatar-32 {}
  ol.commentlist li.comment div.vcard img.photo {}
  ol.commentlist li.comment div.vcard span.says {}
  ol.commentlist li.comment div.commentmetadata {}
  ol.commentlist li.comment div.comment-meta { font-size:10px; margin-bottom: 15px; }
  ol.commentlist li.comment div.comment-meta a { }
  ol.commentlist li.comment p { font-size:12px; margin:0 0 1em; }
  ol.commentlist li.comment ul { font-size:12px; list-style:square; margin:0 0 1em 2em; }
  ol.commentlist li.comment div.reply { font-size:12px; }
  ol.commentlist li.comment div.reply a { font-weight:bold; color: #e2951c; }
  ol.commentlist li.comment ol.children { list-style:none; margin:1em 0 0; text-indent:0; }
  ol.commentlist li.comment ol.children li {}
  ol.commentlist li.comment ol.children li.alt {}
  ol.commentlist li.comment ol.children li.bypostauthor {}
  ol.commentlist li.comment ol.children li.byuser {}
  ol.commentlist li.comment ol.children li.comment {}
  ol.commentlist li.comment ol.children li.comment-author-admin { border-left:2px solid #4bce40!important; }
  ol.commentlist li.comment ol.children li.depth-2 { border-left:1px solid #ddd; margin:0 0 .25em .25em; }
  ol.commentlist li.comment ol.children li.depth-3 { border-left:1px solid #ddd; margin:0 0 .25em .25em; }
  ol.commentlist li.comment ol.children li.depth-4 { border-left:1px solid #ddd; margin:0 0 .25em .25em; }
  ol.commentlist li.comment ol.children li.depth-5 { border-left:1px solid #ddd; margin:0 0 .25em .25em; }
  ol.commentlist li.comment ol.children li.odd {}
  #respond.comment-respond .required { color: #f00;}
/*
  =-=-=-=
    Responsive Styles
  =-=-=-=
*/
@media (max-width: 767px) {
  header #menu-main-menu.menu-primary .open li a,
  header #menu-logged-main-menu.menu-primary .open li a {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  
  header .navbar {
    background: #002c5f;
  }
  .home header .navbar {
    background: transparent;
    position: absolute;
    box-shadow: 0 2px rgba(0,0,0,.2);
  }
  header .menu-primary .open li a {
    color: #000;
    border: 0;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  header .menu-primary .open li a:hover,
  header .menu-primary .open li a:focus {
    color: #fff;
    background: #fc9a01;
  }
  #headerCont #logo {
    text-align: left;
  }
	#headerCont .authCont,
  #headerCont .secondaryCont {
    text-align: right;
  }
  #mainCont h1 {
    font-size: 40px;
    margin: 60px 0 0;
  }
  #mainCont h2 { 
    font-size: 18px;
    line-height: 27px;
    margin: 10px 22%;
  }
  #mainCont .videoCont {
    margin: 0 18%;
    padding-bottom: 30.3%;
  }
  #LastestEntriesCont h3 {
    min-height: 28px;
  }
  #newsletterCont {
    padding: 58px 0 0;
  }
  #newsletterCont label {
    margin-right: 25px;
  }
  #newsletterCont input.form-control {
    width: 280px;
  }
  #LastestEntriesCont .boxPostCont {
    text-align: left;
  }
  #footerCont .footBottom p {
    text-align: left;
  }
  #footerCont .footBottom .socialCont {
    text-align: right;
    margin: 10px 0 0;
  }
  #footerCont .footBottom .socialCont li {
    margin: 0;
  }
}
.woocommerce form .form-row .input-text,
.woocommerce form .form-row .select2-container {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.woocommerce form .form-row .select2-container {
  padding: 0;
}
.woocommerce form .form-row .select2-container .select2-choice {
  height: 32px;
}
@media (min-width: 620px) {
  #mainCont .worldmap {
    height: 530px;
  }
  .postImg {
    max-height: 200px;
    overflow: hidden;
  }
  .modified-col {
    flex-basis: 48%;
	padding: 10px;
  }
}
@media (min-width: 768px) {
  #bannerWrap {
    padding: 50px 0 20px;
  }
  #mainCont .btn {
    margin: 30px 0 50px;
  }
  .postDesc {
    min-height: 220px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .menu-primary a {
    font-size: 0.84em;
    padding-left: 8px;
    padding-right: 8px;
  }
  header #menu-main-menu.menu-primary a,
  header #menu-logged-main-menu.menu-primary a {
    font-size: 0.84em;
  }
}
@media (min-width: 990px) {
  #aboutCont {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  #newsletterCont label {
    font-size: 20px;
  }
  #newsletterCont input.form-control {
    width: 480px;
  }
  .postImg {
    max-height: 220px;
  }
  .postDesc {
    min-height: 210px;
  }
  .modified-col {
    flex-basis: 30%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1400px) {
	#mainCont .worldmapCont {
    background: url(img/pattern-worldmap.gif) repeat;
    width: 100%;
  }
  #newsletterCont {
    background-size: cover;
  }
}
/*
 * Animation configurations ( duration and fill mode )
*/
.animated {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/*
 * Flash animation
*/
@-webkit-keyframes flash {
    0%, 50%, 100% {opacity: 1;}
    25%, 75% {opacity: 0;}
}
@keyframes flash {
    0%, 50%, 100% {opacity: 1;}
    25%, 75% {opacity: 0;}
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
.single-product .product_meta .posted_in {
  display: none;
}
#payment .payment_methods li img.stripe-icon {
  max-width: 35px !important;
}
.woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: 2px 0 0 .5em !important;
}
.wc_payment_method #payment_method_stripe {
    float: left;
    margin-top: 5px !important;
}


