
/*
Theme Name: Distraction Box
Theme URI: 
Author: the Opticommerce team
Author URI: 
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: distractionbox


*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
 /*Cabin font For Content*/
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700|Muli:400,400i';
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('fonts/montserrat-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}
* {
  padding: 0;
  margin: 0;
}

body {
  color: #575756;
  font-size: 16px;
  overflow-x: hidden;
  background: #fff;
  font-family: 'Muli', sans-serif;
  
}
a {
  text-decoration: none;
  color: #207774;
}
a:hover {
  outline: none;
  color: #a2347b;
  text-decoration: none;
}
a:focus, a:active {
  outline: none;
  background: none;
  text-decoration: none;
  color: #a2347b;
}

figure {
  position: relative;
}
.container {
    padding-left: 12px;
    padding-right: 12px;
}
.transition {
  -webkit-transition: all 0.15s linear;
     -moz-transition: all 0.15s linear;
      -ms-transition: all 0.15s linear;
       -o-transition: all 0.15s linear;
          transition: all 0.15s linear;
}
.fullwidth {
  float: left;
  width: 100%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.2;
  margin: 0 0 18px 0;
  font-weight: 700;
  color: #207774;
  font-family: 'Montserrat', sans-serif;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 20px 0;
}
p {
  margin-bottom: 15px;
  line-height: 1.5;
}
ul {
  float: none;
  padding-left: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
}
li {
  list-style: disc outside none;
  line-height: 23px;
}
ul li li {
  list-style: circle;
}
ul ul {
  margin-left: 20px;
}
ol {
  list-style: decimal;
  float: none;
  padding-left: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
}
ol ol {
  margin-left: 20px;
}
ol li {
  width: 100%;
  list-style: decimal;
}
ol li li {
  list-style: upper-roman;
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
table {
  width: 100%;
  margin-bottom: 20px;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border: 1px solid #ddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td {
  border-bottom: 0;
}
table > tbody + tbody {
  border-top: 2px solid #ddd;
}
p ins {
  color: #999;
}
dl dd {
  margin-left: 20px;
}
address {
  font-style: italic;
}
.alignleft {
  float: left;
  margin: 0 25px 25px 0;
}
.alignright {
  float: right;
  margin: 0 0 25px 25px;
}
.left {
  float: left;
}
.right {
  float: right;
}
img {
  max-width: 100%;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  display: inline-block;
  height: 35px;
  background-color: #f4f4f5;
  padding: 8px 15px;
  font-size: 12px;
  line-height: 20px;
  border: none;
  color: #2F353E;
  border: 1px solid #d8d8d8;
  vertical-align: middle;
   font-family: 'Muli', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

figure img {
  width: 100%;
}



.button ,.button-alt{
  box-shadow: 0 -4px 0 rgba(0,0,0,0.4) inset;
  font-family: 'Montserrat', sans-serif;
  padding: 15px 36px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  background: #a2347b;
  font-size: 21px;
  font-weight: 700;
  border-radius: 6px;
  border: none;
  -webkit-transition: all .15s linear;
     -moz-transition: all .15s linear;
      -ms-transition: all .15s linear;
       -o-transition: all .15s linear;
          transition: all .15s linear;

}
a.button {
  color: #fff;
  background: #d95650;
}
.button:hover {
  color: #fff;
  background: #cd2922; 
}
.button-alt:hover {
  color: #fff;
  background: #8b4070; 
}
.button:active ,.button-alt:active {
  box-shadow: none;
}


.nonlist {
  padding: 0;
  margin: 0;
  list-style: none;
}
.inline-item {
  font-size: 0;

}
.inline-item > li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
/* HEADER SECTION **************************************************/
/*Top Header*/
.top-header {
  background: #fcefd2;
}
.sp-joinus {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  line-height: 44px;
}
.sp-joinus .fa {
  margin-right: 8px
}
/*Login Panel*/
.login-panel {
  padding: 15px 20px;
  background: #fff;
}
.login-panel > ul > li {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  line-height: 1;
  position: relative;
  font-size: 15px;
}
.login-panel > ul > li:before {
  content: '\|';
  padding: 0 8px;
  color: #909090;
}
.login-panel > ul > li:first-child:before {
  display: none;
}
.login-panel > ul > li > a {
  color: #909090;
}
/*Social List*/
.sp-social-list {
  
  line-height: 1;
}
.sp-social-list li {
  font-size: 18px;
  padding: 0 14px;
}
.sp-social-list li:first-child {
  padding-left: 0;
}
.sp-social-list li a {
  color: #000;
}
.top-header .sp-social-list li a {
  color: #a9a08d;
}
.top-header .sp-social-list {
  padding: 11px 20px;
}
/* Main Navigation  **************************************************/
.main-navigation {
  padding: 15px 0;
  margin-bottom: 5px;
}
.navbar-nav {
  width: 100%;
}
.navbar-nav > li {
  float: none;
  padding: 0 34px;
  display: inline-block;
  vertical-align: middle;
}
.navbar-nav > li:first-child {
  padding-left: 0;
}
.navbar-nav > li:last-child {
  padding-right: 0;
}
.navbar-nav > li > a {
  padding: 14px 0;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  color: #305a58;
}
.navbar-nav > li > a:hover, 
.navbar-nav > li > a:focus {
  background: none;
  box-shadow: 0 5px 0  #479d80;
} 
.navbar-nav > li.logo > a {
  padding: 0;
}
.navbar-nav > li.logo > a:hover,
.navbar-nav > li.logo > a:focus {
  box-shadow: none;
}
/* HEADER SECTION **************************************************/
/* BANNER SECTION **************************************************/
.banner-sec {
  margin-bottom: 30px;
}
.banner-sec figure {
  text-align: center;
  position: relative;
}
.banner-sec .owl-carousel .owl-item img{
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.banner-sec figure figcaption {
  position: absolute;
  left: 55%;
  top: 50%;
  width: 100%;
  max-width: 500px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner-sec figure figcaption h2 {
  font-size: 32px;
  margin-bottom: 16px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 600;
}
.banner-sec figure figcaption p {
  font-size: 19px;
  color: #207774;
  line-height: 1.4;
  margin-bottom: 25px;
}
.banner-sec figure figcaption .button-alt {
  width: 297px;
}
/* BANNER SECTION **************************************************/
/* Main Section **************************************************/
.main {
  padding: 40px 0 60px;
}
.banner-sec + .main {
  padding-top: 0;
}
/* Discount Voucher **************************************************/
.sp-discount-voucher {
  margin-bottom: 45px;
  padding: 14px 10px;
  padding-bottom: 18px;
  background: #d95650;
  border-radius: 6px;
  box-shadow: 0 -5px 0 rgba(0,0,0,0.3) inset;
}
.sp-discount-voucher li {
  padding: 0 8px;
}
.sp-discount-voucher h2 {
  margin-bottom: 0;
  font-weight: 300;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  padding-top: 4px;
   font-family: 'Montserrat', sans-serif;
}
.sp-discount-voucher input[type="email"] {
  width: 310px;
  height: 40px;
  border-radius: 4px;
  background: #f5f5f5;
  font-size: 18px;
  color: #666;
}
.sp-discount-voucher input[type="submit"],
.sp-discount-voucher button {
  border: 3px dashed #fff;
  background: none;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
}
/* Logo area **************************************************/
.sp-logo-area {
  margin-bottom: 50px;
}
.sp-logo-area li {
  margin: 0 16px;
  vertical-align: middle
}
/* Why Us **************************************************/
.sp-section-title {
  margin-bottom: 35px;
}
.sp-section-title h1 {
  margin-bottom: 0;
  font-size: 41px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  padding: 26px 0;
  background: url(images/bg-heading.png) no-repeat center center;
  text-align: center;
}
.sp-whyus {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 82px;
}
.sp-whyus:after {
  content: '';
  width: 60px;
  height: 82px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  background: url(images/bg-arrow-down.png) no-repeat 0 0;
  
}
/*  **************************************************/
.about-descarea {
  margin-bottom: 50px;
}
.sp-whyus article {
  margin-bottom: 25px;
  text-align: center;
}
.sp-whyus article figure {
  margin-bottom: 10px;
}
.sp-whyus article .sp-descarea {
  background: #83c8c2;
  min-height: 160px;
  padding: 25px 35px 0;
  box-shadow: 0 -5px 0 rgba(0,0,0,0.35) inset;
  border-radius: 0 0 4px 4px;
}
.sp-whyus article .sp-descarea h3 {
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: 25px;
}
.sp-whyus article .sp-descarea h3 a {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.35);
}
.sp-whyus article .sp-descarea p {
  line-height: 1.4;
  margin-bottom: 0;
  color: #fff;
}
/*  **************************************************/
.sp-howitworks {  
  margin-bottom: 60px;
}
.sp-howitworks .row {
  margin: 0;
}
.sp-howitworks .row div[class*="col-md-"] {
  padding: 0;
}
.sp-content-wrapp {
  background: url(images/bg-box1.jpg)no-repeat center center / cover;
  padding: 35px;
}
.sp-content-inner {
  background: rgba(255,255,255,0.9);
  padding: 37px;
  color: #000;
}
.sp-content-inner p {
  line-height: 1.4;
  margin-bottom: 25px;
}
/*  **************************************************/
.sp-quote-testimonials {
  margin-bottom: 30px;
}
.sp-quote-testimonials .row {
  margin: 0 -30px;
}
.sp-quote-testimonials .row .col-sm-6 {
  padding: 0 30px;
}
.sp-quote-area {
  margin-bottom: 30px;
}
.quote-item {
  padding: 22px;
  background: #f6f6f6;
  margin-bottom: 35px;
}
.quote-item figure,
.quote-item img {
  float: left;
  width: 152px;
}
.quote-item figure img {
  width: 100%;
}
.quote-item figure + .quote-desc ,
.quote-item img + .quote-desc {
  margin-left: 175px;
  padding-top: 30px;
}
.quote-item blockquote {
  padding: 0;
  margin: 0;
  border: none;
  color: #30615f;
  min-height: 90px;
}
.quote-item p.sp-name {
  font-family: 'Montserrat', sans-serif;
  color: #30615f;
  margin-bottom: 0;
}
/*  **************************************************/
.testimonials-sec {
  margin-bottom: 20px;
}
.testimonials-item {
  margin-bottom: 50px;
  padding-left: 70px;
  position: relative;
}
.testimonials-item:before {
  content: '\f10d';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 50px;
  font-family: fontAwesome;
  line-height: 30px;
  color: #f3b734;
}
.testimonials-item blockquote {
  padding: 0;
  margin: 0;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  margin-bottom: 24px;
  color: #30615f;
  padding-right: 70px;
}
.bottom-testimonials {
  width: 100%;
  max-width: 250px;
}
.bottom-testimonials img {
  float: left;
  width: 70px;
  box-shadow: 2px 3px 3px rgba(0,0,0,0.1);
  border-radius: 100%;
}
.bottom-testimonials img + .tes-info {
  margin-left: 85px;
}
.bottom-testimonials .tes-info h5 {
  margin-bottom: 4px;
  font-size: 16px;
}
.bottom-testimonials .tes-info p {
  margin-bottom: 0;
  color: #30615f;
}

/* Footer Widget Section **************************************************/
.footer-widget-section {
  padding-top: 70px;
  background: #f7f7f7;
  color: #313131;
  font-size: 14px;
}
.footer-widget-section h4 {
  font-size: 14px;
  color: #313131;
  margin-bottom: 25px;
}
.footer-widget-section a {
  color: #313131; 
}

.widget {
  margin-bottom: 30px;
}
.sp-widget-menu-lg ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.sp-widget-menu-lg ul li {
  list-style-type: none;
  margin-bottom: 15px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  max-width: 250px;
}
.widget address {
  font-style: normal;
}
/*  **************************************************/