/*!
Theme Name: Vietito
Theme URI: https://www.vietito.com/
Author: Vietito
Author URI: https://www.vietito.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vietito
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

My Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


#section-order-form .gform_wrapper.gravity-theme .gsection {
    padding: 9px 0 9px 47px;
    border: none;
    position: relative;
	margin-top: 35px;
}
#section-order-form .gsection.block-yellow{
	margin-top: 0;
}
#section-order-form h3.gsection_title {
    font-size: 25px;
    font-weight: 500;
    color: #12162f;
    line-height: 30px;
    margin: 0;
}
#section-order-form .gsection:before{
	width: 31px;
    height: 43px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
#section-order-form .gsection.block-yellow:before{
	background: url(assets/images/book.svg);
    background-size: 100% 100%;
}
#section-order-form .gsection.block-orange:before{
	background: url(assets/images/pencil.svg);
    background-size: 100% 100%;
}
#section-order-form .gsection.block-red:before{
	background: url(assets/images/file.svg);
    background-size: 100% 100%;
}
#section-order-form .gform_wrapper.gravity-theme input[type=text], #section-order-form .gform_wrapper.gravity-theme input[type=email],#section-order-form .gform_wrapper.gravity-theme input[type=url] {
    padding: 16px;
    border: 1px solid #dbdbdb;
    background: #f2f2f2;
    line-height: 20.8px;
    width: calc(100%);
    font-size: 16px;
    color: #7e7e7e;
}
#section-order-form .gform_wrapper.gravity-theme input[type=text]:focus,#section-order-form .gform_wrapper.gravity-theme input[type=email]:focus, #section-order-form .gform_wrapper.gravity-theme input[type=url]:focus,#section-order-form .gform_wrapper.gravity-theme textarea:focus{
    outline: none;
    border-color: #FFAC30;
}
#section-order-form .gform_wrapper.gravity-theme textarea{
	width: calc(100%);
    height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #f2f2f2;
    border: 1px solid #dbdbdb;
    color: #7e7e7e;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    padding: 16px;
}
#section-order-form .gfield_checkbox,.custom_radio_style .gfield_radio{
	display: flex;
	align-items: center;
}
#section-order-form .gfield_checkbox .gchoice:not(:first-child),.custom_radio_style .gfield_radio .gchoice:not(:first-child){
    margin-left: 36px;
}
#section-order-form .gfield_checkbox .gchoice label,.custom_radio_style .gfield_radio .gchoice label {
    color: #7e7e7e;
    font-size: 14px;
    margin-left: 10px;
}
#section-order-form .gfield_checkbox .gfield-choice-input,.custom_radio_style .gfield_radio .gfield-choice-input {
    margin: 0;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #dbdbdb;
    background: #f2f2f2;
    width: 29px;
    height: 29px;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#section-order-form .gfield_checkbox .gfield-choice-input:checked,.custom_radio_style .gfield_radio .gfield-choice-input:checked{
   background: url(assets/images/checked.svg) no-repeat center center/contain;
}
.file-type .gfield_radio {
    display: flex;
    align-items: center;
}
.file-type .gfield_radio .gfield-choice-input{
	opacity: 0;
    visibility: hidden;
    width: 0;
    position: absolute;
    height: 0;
}
.file-type .gfield_radio .gform-field-label{
	    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    background: #f8f8f7;
    color: #7e7e7e;
    font-weight: 400;
    border: 1px solid #e0e0e0;
    margin: 0;
    padding: 0.87em 1.2em;
    width: 174px;
    height: 52px;
    font-size: 16px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    max-width: 100% !important;

}
.file-type .gfield_radio .gchoice:first-child .gform-field-label {
    margin-right: 10px;
}
.gform_wrapper.gravity-theme .gfield-choice-input:checked+* {
    background: #FFF;
}
.ginput_container.ginput_container_fileupload {
    border: 1px solid #c9c9c9;
    background: #fff;
    text-align: center;
    padding: 16px 0;
	display: none;
}

#section-order-form .gfield--type-fileupload,#section-order-form .gfield--type-fileupload .gform-field-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
	flex-wrap: wrap;
}

#section-order-form .gfield--type-fileupload.gfield_error .gform-field-label {
    border-color: var(--color-error);
    background: var(--color-light-pink-review)
}

#section-order-form .gfield--type-fileupload .gform-field-label {
    gap: 4px;
    cursor: pointer;
    height: 53px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-weight: 300;
    font-size: 16px;
    width: 100%;
    margin: 0;
    line-height: 1.2;
    color: #6e6d6d;
    border-color: #c9c9c9;
    border-style: solid;
    border-width: 1px;
    -webkit-clip-path: none;
    clip-path: none;
    padding: 16px 0;
	text-decoration: underline;
}
#section-order-form .gfield--type-fileupload .gform-field-label:after {
    content: '(upload up to 50MB)';
	text-decoration: none;
}
#section-order-form .gfield--type-fileupload .gform-field-label .file_max_size {
    font-size: 85%;
    padding-top: .05em;
    color: var(--color-caption)
}

#section-order-form .gform-ul-reset,#section-order-form .ginput_preview_list {
    font-weight: 500;
    font-size: 14px;
    line-height: 145%
}
#section-order-form .gfield--type-fileupload span.gfield_required {
    display: none;
}
#section-order-form .gform_footer {
    text-align: center;
    margin: 60px 0 0;
    padding: 0;
}
#section-order-form .gform_wrapper.gravity-theme .gform_footer input {
    line-height: 52px;
    font-size: 28px;
    font-weight: 500;
    background: #5a4872;
    border-radius: 3px;
    padding: 8px 67px;
    color: #fff;
    transition: all .3s ease-in-out;
    cursor: pointer;
    margin: 0;
    margin: auto;
}
#section-order-form .gform_wrapper.gravity-theme .gform_footer input:hover {
    background: #2d213d;
}
#section-order-form .gform_delete_file:hover {
    color: #FFAC30;
}

button.gform_delete_file{
	position: relative;
	top: -4px;
}
.secure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.secure img {
    width: 27px;
    height: 30px;
    margin-top: 26px;
    margin-bottom: 15px;
}
.secure span {
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
    color: #797878;
}
.form-wrap {
    padding-bottom: 54px;
	max-width: 67%;
}
.gfield_html {
    font-size: 14px;
    font-weight: 300;
    color: #7e7e7e;
    max-width: 463px;
}
.single-content{
	padding: 100px 0;
}
.content-iframe {
    position: relative;
}
.content-iframe .logo img {
    width: 50px;
}
.content-iframe .logo {
    left: 15px;
}
@media (max-width: 767px){
	.form-wrap{
		max-width: 100%;
	}
	#section-order-form .gfield_checkbox,.custom_radio_style .gfield_radio {
		align-items: flex-start;
		flex-direction: column;
	}
	#section-order-form .gfield_checkbox .gchoice:not(:first-child),.custom_radio_style .gfield_radio .gchoice:not(:first-child){
		margin-left: 0;
		margin-top: 20px;
	}
	.file-type .gfield_radio .gform-field-label{
		width: 105px;
	}
}