Your IP : 216.73.216.5


Current Path : /home/theafprt/conviviality360.com/wp-content/themes/customizr/inc/assets/css/
Upload File :
Current File : /home/theafprt/conviviality360.com/wp-content/themes/customizr/inc/assets/css/yellow.css

/*!
 * Customizr v4.4.24
 *
 * Licensed under the GNU General Public License v2 or later
 * http://www.gnu.org/licenses/gpl-2.0.html
 * Customized by Nicolas Guillaume (nikeo) and built upon the Twitter Bootstrap Framework (Designed and built with all the love in the world @twitter by @mdo and @fat)
 */
/***** CONTENT ****
 => Core variables and mixins
 => CSS Reset
 => Grid system and page structure
 => Base CSS
 => Components: common
 => Components: Buttons & Alerts
 => Components: Nav
 => Components: Popovers
 => Components: Misc
 => Utility classes
 => Customizer specifics
 ***** END OF CONTENT *****/
/*********************************************************************************
***************** Core variables and mixins **************************************
**********************************************************************************/
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*********************************************************************************
*************************  Customizr skin rules **********************************
**********************************************************************************/
a:focus {
  outline: thin dotted #333;
  outline: thin auto #f0c46a;
  outline-offset: -2px;
}

a {
  color: #e9a825;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #b07b12;
  text-decoration: underline;
}

blockquote {
  border-left: 5px solid #e9a825;
}

.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #e9a825;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #b07b12;
  text-decoration: underline;
  background-color: transparent;
}

.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d2961d;
  background-image: -moz-linear-gradient(to top, #e9a825, #b07b12);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e9a825), to(#b07b12));
  background-image: -webkit-linear-gradient(to top, #e9a825, #b07b12);
  background-image: -o-linear-gradient(to top, #e9a825, #b07b12);
  background-image: linear-gradient(to bottom, #e9a825, #b07b12);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe9a825', endColorstr='#ffb07b12', GradientType=0);
  border-color: #b07b12 #b07b12 #6a4b0b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #b07b12;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #b07b12;
  *background-color: #996b0f;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #815b0d \9;
}

.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f0c266;
  background-image: -moz-linear-gradient(to top, #f2cd82, #ebb13c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2cd82), to(#ebb13c));
  background-image: -webkit-linear-gradient(to top, #f2cd82, #ebb13c);
  background-image: -o-linear-gradient(to top, #f2cd82, #ebb13c);
  background-image: linear-gradient(to bottom, #f2cd82, #ebb13c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2cd82', endColorstr='#ffebb13c', GradientType=0);
  border-color: #ebb13c #ebb13c #c78c14;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ebb13c;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #ebb13c;
  *background-color: #e9a825;
}

.btn-info:active,
.btn-info.active {
  background-color: #de9c16 \9;
}

.btn:focus {
  outline: thin dotted #333;
  outline: thin auto #f0c46a;
  outline-offset: -2px;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #b07b12;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #ebb13c;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #e9a825;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #e5a31f;
  background-image: -moz-linear-gradient(to top, #e9a825, #de9c16);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e9a825), to(#de9c16));
  background-image: -webkit-linear-gradient(to top, #e9a825, #de9c16);
  background-image: -o-linear-gradient(to top, #e9a825, #de9c16);
  background-image: linear-gradient(to bottom, #e9a825, #de9c16);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe9a825', endColorstr='#ffde9c16', GradientType=0);
}

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 {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #f0c46a;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: 0 0 8px #f0c46a;
  -moz-box-shadow: 0 0 8px #f0c46a;
  box-shadow: 0 0 8px #f0c46a;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: thin auto #f0c46a;
  outline-offset: -2px;
}

.navbar-link {
  color: #777;
}

.navbar-link:hover,
.navbar-link:focus {
  color: #e9a825;
}

.navbar .nav>li>a:focus,
.navbar .nav>li>a:hover {
  background-color: transparent;
  color: #e9a825;
  text-decoration: none;
}

.navbar .btn-navbar {
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #c28814;
  background-image: -moz-linear-gradient(to top, #de9c16, #996b0f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#de9c16), to(#996b0f));
  background-image: -webkit-linear-gradient(to top, #de9c16, #996b0f);
  background-image: -o-linear-gradient(to top, #de9c16, #996b0f);
  background-image: linear-gradient(to bottom, #de9c16, #996b0f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffde9c16', endColorstr='#ff996b0f', GradientType=0);
  border-color: #996b0f #996b0f #533a08;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #996b0f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #996b0f;
  *background-color: #815b0d;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #6a4b0b \9;
}

.navbar .nav li.dropdown>a:hover .caret,
.navbar .nav li.dropdown>a:focus .caret {
  border-top-color: #e9a825;
  border-bottom-color: #e9a825;
}

.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle {
  color: #e9a825;
}

.nav-list>.active>a,
.nav-list>.active>a:hover,
.nav-list>.active>a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #e9a825;
}

.nav-pills>.active>a,
.nav-pills>.active>a:hover,
.nav-pills>.active>a:focus {
  color: #fff;
  background-color: #e9a825;
}

.nav .dropdown-toggle .caret {
  border-top-color: #e9a825;
  border-bottom-color: #e9a825;
  margin-top: 6px;
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #b07b12;
  border-bottom-color: #b07b12;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #e9a825;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.tc-header {
  border-top: 5px solid #e9a825;
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  background-color: #b07b12;
  background-position: 0 -30px;
}

.navbar .nav-collapse.in+.btn-toggle-nav .icon-bar,
.tc-is-mobile.tc-sn-visible .btn-toggle-nav .icon-bar,
.no-csstransforms .tc-sn-visible .btn-toggle-nav .icon-bar,
.navbar .btn-toggle-nav.hover .icon-bar {
  background-color: #e9a825;
}

.navbar .btn-toggle-nav.hover .menu-label {
  color: #e9a825;
}

.site-description {
  color: #e9a825;
}

.navbar .nav>li.current-menu-item>a,
.tc-regular-menu .navbar .nav>li.current-menu-ancestor>a {
  color: #e9a825;
}

.navbar .nav>li.current-menu-item>a .caret,
.tc-regular-menu .navbar .nav li.current-menu-ancestor>a .caret,
.navbar .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar .nav li.dropdown.current-menu-item>a .caret,
.tc-regular-menu .navbar .nav li.dropdown.current-menu-ancestor>a .caret,
.navbar .nav li.dropdown.open.current-menu-ancestor>.dropdown-toggle .caret {
  border-top-color: #e9a825;
  border-bottom-color: #e9a825;
}

.dropdown-menu>li.current-menu-item>a,
.tc-regular-menu .dropdown-menu>li.current-menu-ancestor>a {
  color: #e9a825;
  /*#gradient > .vertical(@dropdownLinkBackgroundHover, darken(@dropdownLinkBackgroundHover, 5%));*/
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
  color: #e9a825;
}

.dropdown-submenu:hover>a:after,
.dropdown-menu>li.current-menu-item>a:after,
.tc-regular-menu .dropdown-menu>li.current-menu-ancestor>a:after {
  border-left-color: #e9a825;
}

/* External Links style */
a+span.tc-external:after {
  color: #e9a825;
}

table {
  border-bottom: 5px solid rgba(233, 168, 37, 0.5);
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}

th {
  font-weight: bold;
  border-bottom: 1px solid rgba(233, 168, 37, 0.5);
}

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

/*ICONS FOR WIDGETS*/
.widget h3:before {
  color: #e9a825;
}

/*ARCHIVES ICONS AND SINGULAR ICONS*/
.single #content .entry-header .entry-title.format-icon:before,
.page #content>article.page .entry-header .entry-title.format-icon:before,
.search .search-header .format-icon:before,
.archive .archive-header .format-icon:before {
  color: #e9a825;
  opacity: 1;
}

/* WIDGETS STYLING */
.widget.widget_archive li:before,
.widget.widget_categories li:before,
.widget.widget_calendar li:before,
.widget.widget_pages li:before,
.widget.widget_links li:before,
.widget.widget_meta li:before,
.widget.widget_recent_entries li:before,
.widget.widget_recent_comments li:before,
.widget.widget_nav_menu li:before,
.widget.widget_rss li:before {
  color: #e9a825;
}

.social-block a:hover {
  color: #e9a825;
}

/* SLIDER CONTROLS */
.tc-carousel-control:hover {
  color: #e9a825;
}

/* pagination */
.page-links button.btn {
  color: #e9a825;
}

/* Comment bubbles */
.comments-link .tc-comment-bubble {
  color: #e9a825;
}

.comments-link .default-bubble:before {
  border: solid 2px #e9a825;
}

.comments-link .tc-comment-bubble {
  color: #e9a825;
  border: 2px solid #e9a825;
}

.comments-link .custom-bubble-one:before {
  border-color: #e9a825 rgba(0, 0, 0, 0);
}

/* POST NAVIGATION*/
h3.assistive-text {
  color: #f0c46a;
}

/* OTHER CUSTOMIZED WP CSS */
#footer .calendar_wrap table a {
  color: #e9a825;
}

#wp-calendar th {
  background-color: #b07b12;
  color: white;
}

/* FOOTER */
/* Back to top */
.btt-arrow,
footer#footer .colophon a.back-to-top {
  color: #e9a825;
}

/* GRID */
.tc-grid-border .grid__item {
  border-bottom: 3px solid #e9a825;
}

/* Grid icons */
.tc-grid-icon:before {
  color: #e9a825;
}