/*****Sidebar*****/


/*Header*/
.breadcrumbs-row .et_pb_column .et_pb_module {
    float: right;
    width: 30%;
    padding: 40px 50px;
}
.breadcrumbs-row a {
    color: #fff !important;
}
.breadcrumbs-row a:hover {
    color: #eee !important;
}
.inside_header_bg p {
   color: #fff !important;
   font-size: 24px !important;
   padding-left: 80px;
}
.inside_header_bg p::before {
    content: "\24";
    font-family: ETmodules !important;
    position: absolute;
    left: 0;
    font-size: 40px;
    top: 0px;
}
.breadcrumbs-row {
    bottom: -50px;
    position: relative;
}

.breadcrumbs-row .et_pb_module, .inside_header_bg {
z-index: 29;
}
/*
body.page-template-default .et_pb_section_1.et_pb_section {
  z-index: -1;
}
*/
/*Let's Get Started Form*/
.contact-us {
    box-shadow: 0px 0px 70px 4px rgba(86,103,146, 0.1);
    padding: 60px 40px;
    text-align: center;
}
.contact-us .gform_body input, .contact-us .gform_body textarea {
    border: 1px solid #eeeff4;
    width: 100% !important;
    height: 44px;
    text-align: center;
    color: #757a90;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0 !important;
}
body .contact-us .gfield, body .contact-us .ginput_container {
    margin-top: 10px !important;
    padding: 0 !important;
}
.contact-us .gform_body textarea {
    min-height: 160px;
}
.contact-us #gform_submit_button_1 {
    background: #cc0000;
    width: 100%;
    border: navajowhite;
    height: 43px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: Lato;
    font-weight: 600;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    cursor: pointer;
}
.contact-us #gform_submit_button_1:hover {
   background: #111 !important;
}
.contact-us h3 {
   padding-bottom: 0px !important;
}
.contact-us p {
    padding: 0 !important;
}
.contact-us #gform_wrapper_1 {
    margin-top: 0 !important;
}
::input-placeholder {
 opacity: 1;
}
::-webkit-input-placeholder {
 opacity: 1;
}
:-moz-r {
 opacity: 1;
}
::-moz-placeholder {
 opacity: 1;
}
:-ms-input-placeholder {
 opacity: 1;
}

body #diana_single_post_wrapper .et_pb_row_0 {
      max-width: 1480px !important;
        padding-bottom: 0 !important;
}

body #diana_single_post_wrapper {
  padding-bottom: 0 !important;
}

body.single.single-post #main-content #diana_single_post_wrapper h1.entry-title {
  max-width: 100% !important;
}

body.single.single-post #main-content > .container {
    display: block !important;
   /* padding-top: 0 !important;*/
}


body.single.single-post #main-content > .container:before {
  display: none;
}

body #diana_single_post_wrapper .et_pb_post {
   padding-bottom: 0 !important;
   margin-bottom: 0 !important;
}

body.single-post .pegasus-cta6 {
  padding-bottom: 0 !important;
}

body.single-post .et_pb_row_0 .et_pb_column_2_3 {    
  box-shadow: 0px 9px 25px 0px rgba(50, 60, 71, 0.1);
    padding: 3.2vw 3.4vw;
}

body.single.single-post #page-container #diana_single_post_wrapper .cu-tags {
  display: none !important;
}


/*Responsive*/
@media all and (max-width: 1280px) {
  .breadcrumbs-row .et_pb_column .et_pb_module {
       width: 100% !important;
       padding: 30px 50px;
       max-width: 40%;
   } 
}
@media all and (max-width: 768px) {
   .inside_header_bg p {
      font-size: 18px !important;
   }
  .breadcrumbs-row .et_pb_column .et_pb_module {
       width: 100% !important;
       max-width: 80%;
   } 
   body #page-container .et_pb_row.breadcrumbs-row {
       padding: 0px 0 !important;
   }
   body #page-container  .pegasus-cta6 .et_pb_row {padding: 30px !important;}
}
@media all and (max-width: 480px) {
   .inside_header_bg p {
      font-size: 16px !important;
      padding-left: 30px;
   }
   .inside_header_bg p::before {
       left: -10px;
       font-size: 20px;
   }
   .breadcrumbs-row .et_pb_column .et_pb_module {
       padding: 10px 20px;
   }
   .breadcrumbs-row span, .breadcrumbs-row a {
      font-size: 14px;
   }
}