/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
body.page-id-2 #field_1_8{
    display:none !important;
}
body.page-id-16 #field_1_1,
body.page-id-16 #field_1_2,
body.page-id-16 #field_1_3,
body.page-id-16 #field_1_4,
body.page-id-16 #field_1_5,
body.page-id-16 #field_1_6{
    display:none !important;
}
body.page-id-13 #field_1_1,
body.page-id-13 #field_1_2,
body.page-id-13 #field_1_3,
body.page-id-13 #field_1_4,
body.page-id-13 #field_1_5,
body.page-id-13 #field_1_6,
body.page-id-13 #field_1_8{
    display:none !important;
}
.btu-hidden-field{
    display:none !important;
}
.page{
    width:794px;
    height:514px;
    margin:auto;
    background:#efefef;
    position:relative;
    overflow:hidden;
}

/* LEFT */

.logo-area{
    position:absolute;
    left:20px;
    top:10px;
    width:120px;
    text-align:center;
}

.logo{
    width:70px;
    height:70px;
    border-radius:50%;
    border:3px solid #d8a100;
    margin:auto;
    background:#fff;
}

.university{
    margin-top:8px;
    font-size:13px;
    color:#c50000;
    font-weight:bold;
}

.photo-box{
    position:absolute;
    left:20px;
    top:145px;
    width:135px;
    height:165px;
    background:#f5f5f5;
    border:1px solid #ccc;
    box-shadow:0 0 6px rgba(0,0,0,.2);
    text-align:center;
    padding-top:50px;
    color:#555;
}

.attach-box{
    position:absolute;
    left:20px;
    top:318px;
    width:135px;
    height:180px;
    background:#f5f5f5;
    border:1px solid #ccc;
    padding:10px;
    font-size:11px;
}

/* HEADER */

.header{
    position:absolute;
    left:180px;
    top:0;
    width:310px;
    height:135px;
    background:linear-gradient(90deg,#b5121b,#e42f24);
    color:#fff;
    padding:15px 18px;
    box-shadow:0 2px 5px rgba(0,0,0,.25);
}

.header h1{
    font-size:18px;
    text-align:center;
    margin-bottom:4px;
}

.header h2{
    font-size:16px;
    text-align:center;
}

.white-line{
    width:100%;
    height:3px;
    background:#fff;
    margin:8px 0;
}

.degree{
    position:absolute;
    right:-10px;
    bottom:0;
    width:280px;
    height:62px;
    background:linear-gradient(90deg,#d14c00,#ff9922);
    clip-path:polygon(0 0,100% 0,85% 100%,0 100%);
    text-align:center;
    padding-top:8px;
}

/* PROGRAM BOX */

.program-box{
    position:absolute;
    right:18px;
    top:18px;
    width:250px;
    height:180px;
    background:#efefef;
    border:2px solid #777;
}

.program-title{
    background:#666;
    color:#fff;
    text-align:center;
    padding:8px;
    font-size:14px;
}

.program-item{
    padding:10px;
    font-size:13px;
}

/* SECTION */

.section-title{
    position:absolute;
    left:180px;
    top:162px;
    width:290px;
    height:45px;
}

.circle{
    position:absolute;
    width:45px;
    height:45px;
    border-radius:50%;
    background:#fff;
    border:5px solid #b22222;
    left:0;
}

.section-bg{
    position:absolute;
    left:35px;
    width:255px;
    height:45px;
    background:linear-gradient(90deg,#c52c1d,#f8a026);
    clip-path:polygon(0 0,88% 0,100% 50%,88% 100%,0 100%);
    color:#fff;
    padding:5px 20px;
}

.number{
    position:absolute;
    right:15px;
    top:2px;
    font-size:42px;
    font-weight:bold;
    color:#fff;
}

/* FORM */

.form-area{
    position:absolute;
    left:185px;
    top:225px;
    width:575px;
    font-size:14px;
    color:#666;
}

.row{
    margin-bottom:14px;
}

.line{
    border-bottom:1px dotted #777;
    display:inline-block;
    width:420px;
    height:16px;
    vertical-align:bottom;
}

.line-sm{
    border-bottom:1px dotted #777;
    display:inline-block;
    width:120px;
    height:16px;
}

.line-md{
    border-bottom:1px dotted #777;
    display:inline-block;
    width:170px;
    height:16px;
}