/*
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: 2.3.5
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
Text Domain: the7mk2
*/

.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 {}


.order-form h3 {
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 10px 0 10px 18px;
    border-radius: 5px;
}

.order-form h4, .order-form p {
    padding: 10px;
    background-color: #F9F9F9;
    width: 100%;
}
.order-form input[type="checkbox"] {
	font-size: 16px;
}
.order-form span.wpcf7-list-item-label {
    margin-left: 15px;
    font-size: 15px;
}
.order-form span.wpcf7-list-item {
    border-bottom: 1px solid rgba(84,84,84,0.15);
    display: block;
    padding-bottom: 10px;
    padding-left: 10px;
    margin: 15px;
}
input.wpcf7-form-control.wpcf7-total.wpcf7-calculated.ctf7-total {
    width: 98% !important;
    text-align: left !important;
    font-size: 18px;
    color: #000;
    border-radius: 5px;
}
.order-form .total {
    width: 104% !important;
    display: block;
}

input.wpcf7-form-control.wpcf7-submit {
    display: block;
    width: 50%;
    float: right;
}

.order-form span.wpcf7-form-control-wrap.price {
    width: 50%;
    float: left;
}
.order-form input[type="text"], .order-form input[type="tel"], .order-form input[type="email"], .order-form input[type="text"] {
    width: 100% !important;
    padding: 14px;
    font-size: 14px;
    color: #000 !important;
}

.order-form input[type=submit] {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px !important;
}