/*
Theme Name: The7.2
Theme URI: http://dream-theme.com/
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.2.2
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
License URI: License.txt
Tags: one-column, two-columns, right-sidebar, flexible-width, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, translation-ready
*/

.blog .dt-format-gallery .dt-format-gallery-coll.full,
.archive .dt-format-gallery .dt-format-gallery-coll.full,
.search .dt-format-gallery .dt-format-gallery-coll.full
{
	display: none;
}


.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {}

/* CUSTOM CSS */
@font-face {
  font-family: "museo";
  src: url('http://www.citvessel.com/wp-content/themes/dt-the7/fonts/Museo300.otf');
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "museo";
  src: url('http://www.citvessel.com/wp-content/themes/dt-the7/fonts/Museo500.otf');
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "museo";
  src: url('http://www.citvessel.com/wp-content/themes/dt-the7/fonts/Museo700.otf');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "pt_sans";
  src: url('http://www.citvessel.com/wp-content/themes/dt-the7/fonts/pt_sans_regular.ttf');
  font-style: normal;
  font-weight: normal;
}

/* CUSTOM CSS */
html, body, body.page, .wf-container > * {
	font-family: "museo";
	font-weight: 100;
}
#branding a img, #branding img {
	width: 100%;
	max-width: 260px;
}
#phantom .ph-wrap.with-logo .ph-wrap-content .logo-box img {
	max-width: 140px;
	height: auto;
}
.logo-left #main-nav > li > a {
	font-family: "museo";
	font-style: normal;
}
h2, .h2-size, .entry-title.h2-size, h1.entry-title {
	font-family: "museo";
}
h3, .h3-size, .entry-title.h3-size, h2.entry-title, .comments-title, h3.gform_title, .gform_wrapper h3.gform_title, .overlay-door input[type="text"] {
  font-family: "museo";sftp
}
h4, .h4-size, .entry-title.h4-size, .layout-masonry .post h2.entry-title, .layout-grid .post h2.entry-title, .shortcode-blog-posts .post h2.entry-title, .dt-blog-shortcode .post h2.entry-title, .slider-wrapper .post h2.entry-title, h3.entry-title, .rollover-content h2.entry-title, .flex-caption h2, .gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .vc-carousel.vc-build .vc-carousel-slideline .vc-carousel-slideline-inner > .vc-item h2, .team-author-name {
	font-family: "museo";
	font-weight: 100;
}
#lang_sel_list {
  margin: 0px 0 0 10px;
  padding-top: 2px;
  float: right;
}
.lang_sel_list_horizontal li, #lang_sel_footer li {
  margin-right: 0;
}

.vc_progress_bar .vc_label .vc_label_units {
  display: none;
}

#footer.solid-bg {
  background: #F9F9F9 none repeat center top;
  border-top: 1px solid rgba(136,136,136,0.15);
}
.wf-container-bottom, #bottom-bar.full-width-line {
  border-top: 1px solid rgba(136,136,136,0.15);
  background-color: #fff;
}

.fila {
  margin-bottom: 5px;
}
.fila .col_full {
  display: inline-block;
  width: 100%;
}
.fila .col_1-2 {
  display: inline-block;
  width: 50%;
}
.fila label, .fila .col_full input {
  width: 98%;
}
.fila .col_1-2 input {
  width: 96%;
}
.fila input[type="submit"] {
  width: 35%;
}

div.woocommerce nav.woocommerce-MyAccount-navigation {
  text-align: center;
  margin-bottom: 30px;
}
div.woocommerce nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link {
  display: inline-block;
  padding: 5px 20px;
  background: #f2f2f2;
}
div.woocommerce nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link a {
  color: #000;
  text-decoration: none;
}
div.woocommerce nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link:hover,
div.woocommerce nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.is-active {
  background: #c5c5c5;
}

.fila.error {
  background: #d28484;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 10px;
}
.fila.correct {
  background: #4e9836;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 10px;
}
.fila.error h4, .fila.correct h4 {
  margin: 0;
  color: #FFF;
}