/*
Theme Name: MrChoi 2.0
Author: True Blue Websites
Author URI: http://truebluewebsites.com.au
*/


/* =========== TOOLS =========== */

/* --- IMAGES (RESPONSIVE) --- */

.main img { display:block;max-width:100%;height:auto; } 
.main img.alignleft { float:left;margin: 0 20px 10px 0 ; }
.main img.alignright { float:right;margin: 0 0 10px 20px ; }
.main img.aligncentre { margin: 0 auto; }

/* --- VIDEO (RESPONSIVE) --- */

.videowrap {
  position: relative;
  padding-bottom: 46.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 15px;
}

.videowrap iframe,
.videowrap object,
.videowrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --- MAP (RESPONSIVE) --- */

.mapwrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 15px;
}

.mapwrap iframe,
.mapwrap object,
.mapwrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --- SOCAL (RESPONSIVE) --- */

.socialwrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.socialwrap iframe,
.socialwrap object,
.socialwrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --- GALLERY (RESPONSIVE) ---*/

.gallery {
  margin-right: -10px !important;
  margin-left: -10px !important;
}

.gallery .gallery-item {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; 
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857142857%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666666667%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-3 .gallery-item {
  width: 33.3333333333%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery .gallery-item img {
  display: block;
  height: auto;
  max-width: 100%;
  border: 5px #efefef solid;
}

@media (max-width: 768px) {

  .gallery .gallery-item {
  width: 50%; /* Determines how many to show in a row */ 
  }
  
}

/* --- SOCIAL ICONS - BUTTONS --- */

.list-social {
  margin-left: 0;
}

.list-social li {
  padding: 0;
}

.btn-social {
  padding: 0;
  margin: 0;
  display: block;
  border: none;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.45);
  border-radius: 100% !important;
}

.btn-social:hover,
.btn-social:focus,
.btn-social:active,
.btn-social.active {
  color: #fff;
  -moz-box-shadow:inset 0px 0px 10px rgba(0,0,0,0.5);
  -webkit-box-shadow:inset 0px 0px 10px rgba(0,0,0,0.5);
  box-shadow:inset 0px 0px 10px rgba(0,0,0,0.5);
}

.btn-facebook {
  background: #3b5998;
}

.btn-twitter {
  background: #2CAAE2;
}

.btn-google-plus {
  background: #DC4B31;
}

.btn-linkedin {
  background: #00659B;
}

.btn-youtube {
  background: #ED2400;
}

.btn-pinterest {
  background: #CE2021;
}

.btn-instagram {
  background: #6B5245;
}

.btn-envelope {
  background: #cccccc;
}

/* --- WIDGETS - IMAGE --- */

.widget_simpleimage .panel-heading { display: none; }
.widget_simpleimage .panel-body { padding: 0 !important; }
.widget_simpleimage p {margin: 0;}
.widget_simpleimage img { display:block;max-width:100%;height:auto; }

/*
 * WP-Paginate - WordPress Pagination Function
 * Revision: $Id: wp-paginate.css 1044618 2014-12-14 23:43:29Z emartin24 $
 * Copyright 2014 Studio Fuel (http://www.studiofuel.com)
 */
 .pagination { width: 100% }
.wp-paginate {padding:0; margin:0; text-align: center;}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a {background:#D3C7E3; border-radius: 5px; color:#501E8D; margin-right:4px; padding:4px 8px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active {background:#501E8D; color:#fff;}
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {color:#fff; background:#501E8D; margin-right:4px; padding:4px 8px; border-radius: 5px;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}

.pagination-top {
  margin-top: 0;
  margin-bottom: 30px;
}

.pagination-bottom { 
  margin-bottom: 0;
}


/* =========== STYLES - Global =========== */

@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

/* --- PAGE --- */

body {
  padding-top: 40px;
}

body.home {
  background-color: #501E8D;
}

/* --- LINKS --- */

a {
  color: #501E8D;
}

a:hover,
a:focus {
  color: #D3C7E3;
}

/* --- BUTTONS --- */

.btn {
  font-family: 'museo-sans-rounded', 'Raleway', sans-serif;
}

.btn-xs {
  
}

.btn-sm {
  
}

.btn-default {
  background: #000;
  border-color: #000;
  color: #fff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background: #501E8D;
  border-color: #501E8D;
  color: #fff;
}

.btn-default-p {
  background: #501E8D;
  color: #fff;
}

.btn-default-p:hover,
.btn-default-p:focus,
.btn-default-p:active,
.btn-default-p.active {
  background: #D3C7E3;
  color: #000;
}

/* --- HEADINGS --- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'museo-sans-rounded', 'Raleway', sans-serif;
  font-weight: 300;
}

h1 {
  margin-top:0;
  margin-bottom: 30px;
  color: #501E8D;
  font-size: 50px;
}

h2 {
  font-size: 24px;
}

/* --- LEAD --- */

.lead {
  font-family: 'museo-sans-rounded', 'Raleway', sans-serif;
  font-weight: 300;
}

/* --- WELL --- */

.well {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* --- PANEL --- */

.panel {

}

.panel .panel-heading {

}

/* --- FORMS --- */

.form-group {
  margin-bottom: 10px;
}

.form-group .form-control {
  
}

.form-group .form-control:focus {
  border-color: #501E8D;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group textarea.form-control {
  height: 100px;
}

/* --- LIST - TICKS --- */

.list-ticks li {

}

.list-ticks li i {

}

.list-quickcontact {
  font-size: 1.4em;
}


/* =========== STYLES - Sections =========== */

/* --- HEADER --- */

.header {
  background: #501E8D;
  padding: 45px 0;
}


/* --- NAVIGATION --- */

.navbar {
  margin-bottom: 0;
  background: #000;
  min-height: 40px;
}

.navbar-brand {
  color: #D3C7E3;
  height: 40px;
  padding: 11px 15px;
  font-size: 16px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: #ffffff;
}

.navbar .navbar-nav>li>a {
  color: #fff;
  padding-top: 11px;
  padding-bottom: 11px;
}

.navbar .nav>li>a:hover,
.navbar .nav>li>a:focus {
  background-color: #501E8D;
}

.navbar .navbar-form {
  margin-top: 6px;
  margin-bottom: 6px;
}

.navbar .navbar-form .form-control {
  border: none;
}

.navbar .navbar-nav-extras>li>a {
  color: #fff;
  padding-left: 4px;
  padding-right: 4px;
}

.navbar .navbar-nav-extras>li>a:hover,
.navbar .navbar-nav-extras>li>a:focus {
  background-color: transparent;
  color: #501E8D;
}

.navbar .navbar-form .input-group-sm>.form-control,
.navbar .navbar-form .input-group-sm>.input-group-btn>.btn {
background: #fff;
border-color: #fff;
}

.navbar .navbar-form .input-group .form-control:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.navbar .navbar-form .input-group-btn:last-child>.btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}

.navbar .navbar-form .input-group-sm>.input-group-btn>.btn {
  background: #D3C7E3;
  color: #000;
  border-color: #D3C7E3;
}

/* --- HEADER - HOME --- */

body.home .header {
  background: transparent;
  color: #fff;
  margin-bottom: 0;
  padding: 0 0;
}

body.home .headerwrap {
  padding: 80px 0;
}

body.home video { display: block; }

body.home video#bgvid {
position: fixed; right: 0; bottom: 0;
min-width: 100%; min-height: 100%;
width: auto; height: auto; z-index: -100;
background: url(polina.jpg) no-repeat;
background-size: cover;
}

body.home .header .logo {
  margin-bottom: 50px;
}

body.home .header .lead {
  font-size: 45px;
  line-height: 1.2em;
  font-family: 'museo-sans-rounded', 'Raleway', sans-serif;
  font-weight: 300;
  margin-bottom: 40px;
}

body.home .header .signup p {
  font-size: 16px;
}

body.home .header .signup label {
  display: none;
}

body.home .header .signup .form-control,
body.home .header .signup .btn {
  border-radius: 8px;
}

body.home .header .signup .form-control {
  border-color: #fff;
  border-width: 2px;
  background: transparent;
}

body.home .header .signup .form-control:focus {
  border-color: #000;
  border-width: 2px;
  background: transparent;
}

body.home .header .signup .form-control::-webkit-input-placeholder { color: #fff; }
body.home .header .signup .form-control:-moz-placeholder { color: #fff; }
body.home .header .signup .form-control::-moz-placeholder { color: #fff; }
body.home .header .signup .form-control:-ms-input-placeholder  { color: #fff; }


/* --- BANNER --- */

.banner {
  margin-bottom: 20px;
}

/* --- SHOWCASE --- */

.showcase {
  margin-bottom: 20px;
}

/* --- MAIN --- */

.content {
  margin-bottom: 50px;
  padding-top: 50px;
}

.list-galleries h2,
.list-videos h2,
.list-mitm h2 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 5px;
}

.list-videos h2 {
  height: 45px;
}

.list-galleries .listing-gallery,
.list-mitm .listing-mitm,
.list-videos .listing-video {
  margin-bottom: 50px;
}

.list-galleries .listing-gallery .imagewrap,
.list-mitm .listing-mitm .imagewrap,
.list-videos .listing-video .videowrap {
  margin-bottom: 15px;
}

.meta {
  font-size: 12px;
}

.share .list-social {
  margin-bottom: 0;
}

.share .list-social li {
  padding-left: 2px;
  padding-right: 2px;
}

.share .list-social .btn-social {
  height: 24px;
  width: 24px;
  line-height: 24px;
  border-radius: 4px;
  height: 36px;
  width: 36px;
  line-height: 36px;
}

/* MAIN - Home */

body.home .section-videos {
  background: #ffffff;
  padding: 50px 0;
}

body.home .section-mitm {
  background: #000;
  color: #fff;
  padding: 50px 0 80px;
}

body.home .section-content {
  background: #501E8D;
  color: #fff;
  padding: 50px 0;
}

body.home .section-content .image img {
  width: 370px;
  height: auto;
  position: absolute;
  left: -70px;
  bottom: -482px;
}

body.home .section-isell {
  background: #ffffff;
  font-size: 12px;
}

body.home .section-isell-wrap {
  background: transparent url(assets/images/photo-isell.jpg) no-repeat 100% 50%;
  background-size: 450px;
  padding: 40px 0;
}

body.home .section-isell img {
  margin-bottom: 10px;
}

body.home .section-reviews {
  background: #000;
  color: #fff;
  padding: 50px 0 30px;
}

body.home .section-reviews h2 {
  margin-bottom:30px;
}

body.home .section-reviews .reviewwrap {
  border: 3px #501E8D solid;
  padding: 20px;
  border-radius: 6px;
}

body.home .section-reviews .review {
  font-style: italic;
}

body.home .section-reviews .person {
  font-weight: bold;
}

/* MAIN - Reviews */

.well-review {
  border-radius: 0;
}

.well-review .review {
  font-style: italic;
}

.well-review .person {
  font-weight: bold;
}


/* MAIN - iSell */

.content-isell {
  background: #501E8D;
  color: #fff;
  margin-bottom: 0;
  padding: 50px 0;
  font-size: 12px;
}

.content-isell h1 {
  display: none;
}

.content-isell .text-intro {
  font-size: 14px;
}

.content-isell hr {
  
}

.content-isell h2 {
  margin-bottom: 40px;
}

.content-isell h3 {
  font-size: 16px;
  text-transform: lowercase;
  margin-top: 0;
}

.content-isell li {
  margin-bottom: 30px;
}

.content-isell img {
  margin-bottom: 30px;
}


/* MAIN - Search */

.list-search li {
  padding: 30px 0 20px;
  border-bottom: 1px #ccc solid;
}

.list-search li:first-child {
  padding-top: 0;
}

.list-search li:last-child {
  border-bottom: none;
}

.list-search li h2 {
  margin-top: 0;
}


/* --- ASIDE --- */

.aside {
  background: #D3C7E3;
  padding: 15px 0 1px;
}

.aside .panel {
  background: transparent;
  box-shadow: none;
}

.aside .panel-title {
  font-size: 24px;
  margin-top: 0;
}

.aside .panel-body {
  padding-top: 0;
  padding-bottom: 0;
}

/* Panel - Categories */

ul.list-categories,
.aside .panel-categories ul {
padding-left: 0;
list-style: none;
}

ul.list-categories li:before,
.aside .panel-categories li:before {    
font-family: 'FontAwesome';
content: '\f105';
margin: 0 8px 0 0;
}

.aside .panel-categories a:hover,
.aside .panel-categories a:focus {
  color: #000;
}

/* Panel - Signup */

.aside .panel-newsletter label {
  display: none;
}

.aside .panel-newsletter .form-control,
.aside .panel-newsletter .btn-sm {
  border-radius: 8px;
}

.aside .panel-newsletter .form-control {
  border-color: #000;
  background: transparent;
}

.aside .panel-newsletter .form-control:focus {
  border-color: #fff;
  background: transparent;
}

.aside .panel-newsletter .form-control::-webkit-input-placeholder { color: #000; }
.aside .panel-newsletter .form-control:-moz-placeholder { color: #000; }
.aside .panel-newsletter .form-control::-moz-placeholder { color: #000; }
.aside .panel-newsletter .form-control:-ms-input-placeholder  { color: #000; }

/* Panel - Signup */

.aside .panel-review .review {
  font-style: italic;
}

.aside .panel-review .person {
  font-weight: bold;
}

/* --- FOOTER --- */

.footer {
  font-size: 12px;
  color: #fff;
  background: #000;
  padding: 35px 0 30px;
}

.footer a {
  color: #fff;
}
.footer a:hover,
.footer a:focus {
color: #501E8D;
}

/* --- BACK TO TOP --- */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(53, 15, 94, 0.8) url(assets/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #350F5E;
  opacity: 1;
}

/* =========== STYLES - Media Query =========== */

/* X SMALL - ONLY (Phone) */

@media (max-width: 768px) {

/* --- HEADER - HOME --- */

  body.home .header {
    background: #501E8D;
    background-size: auto 100%;
  }

  body.home .headerwrap {
  background: none;
  }


  /* --- NAVIGATION ---
  .navbar {
  background: #666666;
  color: #F2F2F2;
  }
  .navbar a {
  color: #F2F2F2;
  }
  .navbar .nav>li>a:hover,
  .navbar .nav>li>a:focus {
  text-decoration: none;
  background-color: #cccccc;
  color: #666666;
  } */

  .navbar-brand {
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  }

  .navbar .navbar-toggle {
  border-color: #D3C7E3;
  background: #D3C7E3;
  }
  .navbar .navbar-toggle .icon-bar {
  background-color: #000000;
    width: 18px;
  }
  .navbar .navbar-toggle:focus {
  border-color: #ffffff;
  background: #ffffff;
  color: #501E8D;
  }

  .navbar .navbar-toggle-search {
    padding: 6px 10px;
  }

  /* Second Level */
  .sub-menu {
    display: none;
  }

  .section-mitm .imagewrap {
    margin-bottom: 20px;
  }
  
  body.home .section-isell-wrap {
  background: transparent;
  }
  
  body.home .section-reviews .reviewwrap {
    margin-bottom: 20px;
  }

  /* --- HEADER --- */
  .logo img { margin: 0 auto; }
  .btn-presstocall { padding: 10px 20px; font-size: 20px; margin-bottom: 20px; }
  
  /* --- CONTENT --- */
  .main { margin-bottom: 20px; }

  /* --- FOOTER --- */
  .footer { text-align: center; }

}

/* SMALL - UP (Tablet + Desktop + Large Desktop) */

@media (min-width: 769px) {

  /* --- NAVIGATION --- */
  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }

  .content-isell li {
    margin-bottom: 0;
   min-height: 220px;
  }
  .navbar-brand {
    display: none;
  }
  /* --- HEADER --- */

  .quickcontact { text-align: right; }

  /* --- FOOTER --- */

  .site-credits { text-align: right; }

}

/* MEDIUM - UP (Desktop + Large Desktop) */

@media (min-width: 993px) {

}

/* SMALL - ONLY (Tablet) */

@media (min-width: 769px) and (max-width: 992px) {


body.home .headerwrap {
background: #501E8D;
background-size: 280px;
}

.navbar-form {
  display: none;
}

body.home .header .lead { 
font-size: 35px;
}

body.home .section-content .image img {
width: 310px;
bottom: -501px;
}

body.home .section-isell-wrap {
background-size: 360px;
}


}

/* MEDIUM - ONLY (Desktop) */

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

}

/* LARGE - ONLY (Large Desktop) */

@media (min-width: 1200px) {

  .container { width: 960px; }

}
