/*
Theme Name:   Julia Child Theme
Theme URI:http://themeforest.net/user/kayapati
Description:  Julia Child Theme
Author:       kayapati
Author URI:   http://example.com
Template:     julia
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  julia
*/
.nav_wrap .menu {
    float: right;
    margin-right: 30px;
}
.header-btns {
    float: right;
    margin-top: -6px;
    text-transform: uppercase;
}
.header-btns .contact-box {
    border: solid 1px #000;
    padding: 1px 10px;
    margin-right: 15px;
}
.header-btns .join-jr {
    background: #000;
    padding: 2px 10px;
    color: #fff;
}
.header-btns .contact-box:hover {
    border-bottom: 2px solid #ed2124;
}
body .header_content_wrapper1 .one_fifth {
    margin-right: 0;
    width: 8.96%;
}
body .header_content_wrapper1 .four_fifth_last {
    width: 90.24%;
}
body .header_content_wrapper1 .nav_wrap {
    float: left;
    z-index: 100;
}
.header_content_wrapper1 .nav_wrap ul li .sub-menu li a {
    background: #fff none repeat scroll 0 0;
    border-bottom: 0 none;
    color: #000;
    padding: 12px;
}
.header-btns {
    float: right;
    margin-top: 0;
    text-transform: uppercase;
    width: 360px;
}
h1.portfolio-title {
    font-family: "northwellregular";
    font-size: 52px;
    font-weight: bold;
}
/* .toggle_search_icon {
    background: transparent !important;
    color: #f2f2f2;
    position: fixed;
    top: 33px;
    padding: 0!important;
    right: 300px;
    height: auto;
    line-height: 0;
    width: auto;
    z-index: 9;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(45deg);
    margin-top: 0;
    margin: 0 18px;
} */
.toggle_search_icon i {
    margin-top: 0 !important;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    font-size: 18px;
    color: #000;
    margin: 0 10px;
}
.header-btns .toggle_search_icon {
    background: transparent none repeat scroll 0 0 !important;
    color: #f2f2f2;
    display: inline-block;
    height: auto;
    line-height: 0;
    margin: 0 10px;
    padding: 0 !important;
    position: relative;
    right: 0;
    top: 0;
    transform: rotate(45deg);
    width: auto;
    z-index: 9;
}
.mailchimp-section {
    border: 1px solid #d2d2d2 !important;
    background-color: #ffffff !important;
    margin: 0px 30px;
    padding: 18px;
}
.mailchimp-section h3 {
    font-size: 25px !important;
    color: #000000 !important;
    text-align: center;
    letter-spacing: normal;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}
.mailchimp-section img.img-small {
    width: 300px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.mailchimp-section .yikes-easy-mc-form {
    margin: 8px auto;
    display: block;
}
.mailchimp-section .yikes-easy-mc-form label.label-inline {
    float: none;
    width: 48.7%;
    padding-right: 10px;
    display: inline-block;
}
.mailchimp-section .yikes-easy-mc-form label.label-inline:nth-child(2) {
    padding-right: 0;
}
.mailchimp-section .yikes-easy-mc-form label input {
    border-radius: 3px;
    border-width: 1px;
}
.mailchimp-section .yikes-easy-mc-form .submit-button-inline-label {
    width: 100%;
    min-width: 90px;
    float: none;
}
.mailchimp-section .yikes-easy-mc-form .submit-button-inline-label .yikes-easy-mc-submit-button {
    background: none;
    border: 1px solid #dd3333 !important;
    color: #000;
    font-weight: bold;
}
.mailchimp-section p {
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: normal;
}
.set_card_wrapper .set_card{
    width: auto;
    padding: 0px 10px;
    margin: 10px 0px;
    background: #ff3333!important;
    color: #fff!important;
}

.isotope-item:hover .maincltitle {
  background: #fff none repeat scroll 0 0;
  bottom:59px !important;
  color: #000;
  display: block;
  font-family: "northwellregular";
  font-size: 25px;
  font-weight: bold;
  left: 0 !important;
  padding: 8px 0;
  position: absolute !important;
  right: 0 !important;
  text-align: center;
  top: initial !important;
  width: 100% !important;
}
.isotope-item:hover .mata_data_info_wrapper {
  bottom: 0 !important;
  left: 0;
  position: absolute !important;
  right: 0 !important;
  top: initial !important;
  width: 100%;
  height: 40px;
      white-space: pre-wrap;
}
.isotope-item .kta-image-details-wrapper .mata_data_info_wrapper span {
    font-size: 11px!important;
}

.pswp__caption__center{
display: none;
}


#model_description .description p,
#model_description .description ul li,
#model_description .description,
#model_description .description p span{
    color: #000;
    line-height: 24px;
    margin-bottom: 17px;
    padding-bottom: 0px;
}
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
     padding-bottom: 0px !important;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
.mod_talent {
    margin: 0 auto;
    width: 360px;
}

#pg-277-1 {
    background: #f8f8f8;
    padding: 40px 40px;
}
.section-booking {
    max-width: 1300px;
    margin: 0 auto;
}
.section-booking .panel-grid-cell {
    background: #fff;
    padding: 40px !important;
    border-right: solid 20px #f8f8f8;
}
.section-booking .panel-grid-cell:last-child {
    border-right: 0;
}
#pg-277-1 .panel-grid-cell .panel-first-child {
    text-align: center;
}
.section-booking .panel-grid-cell form p {
    padding-bottom: 10px;
}
.section-booking .panel-grid-cell form input[type="text"], .section-booking .panel-grid-cell form input[type="email"], .section-booking .panel-grid-cell form input[type="tel"] {
    width: 96%;
    background: #000 !important;
    border: solid 1px #000;
    padding: 8px 10px !important;
    color: #fff;
}
.section-booking .panel-grid-cell form textarea {
    width: 96%;
    background: #000 !important;
    border: solid 1px #000;
    color: #fff;
}
.section-booking .panel-grid-cell form .checkbox-851 span.wpcf7-list-item {
    margin-left: 0;
    display: inline;
}
.section-booking .panel-grid-cell form .checkbox-851 .last {
    margin-right: 0px !important;
    float: none !important;
}
#pg-277-1 .panel-grid-cell .panel-first-child p {
    padding-bottom: 0;
}
.text-left{
	text-align: left;
}
.section-booking .panel-grid-cell form input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    padding:10px 24px!important;
    cursor: pointer;
    background: #333333!important;
    color: #fff;
    border-radius: 2px;
    border: 0px;
}
/***
* checkbox style custom
* @ds
**/

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 6px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
    background: #ff3333;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #ff3333;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
    left: 5px;
    top: 4px;
    width: 2px;
    height: 5px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.search_by_order li {
    display: inline-block;
    width: 175px;
}
.control {
    font-size: 13px;
    margin-bottom: 5px;
    padding-left: 26px;
}
.search_box_style label {
    margin-right: 0;
    display: inline-block;
    text-transform: uppercase;
}
.control__indicator {
    height: 15px;
    width: 15px;
    background: #000000;
}
.search_box_style h5 {
    font-weight: bold;
    text-transform: uppercase;
}
.search_box_style input[type="text"]{border-color: #000;}

#pg-14-1{
    background: #f8f8f8;
    padding: 40px 40px;
}
.res-section{
	max-width: 1300px;
	margin: 0 auto;
}
.res-section .panel-grid-cell {
    background: #fff;
    padding: 40px !important;
    border-right: solid 20px #f8f8f8;
}
.res-section .panel-grid-cell:last-child {
    border-right: 0;
}
body .res-section .panel-grid-cell form input[type="text"], body .res-section .panel-grid-cell form input[type="email"], body .res-section .panel-grid-cell form input[type="tel"] {
    width: 96%;
    padding: 10px;
    background: #000 !important;
    border: solid 1px #000;
    padding: 8px 10px !important;
    color: #fff;
}
.res-section .panel-grid-cell p {
    padding-bottom: 10px;
}
.res-section .panel-grid-cell form select{
	width: 100%;
	padding: 10px;
	background: #000 !important;
	border: solid 1px #000;
	padding: 8px 10px !important;
	color: #fff;
}
.res-section .panel-grid-cell form input[type="file"]{
	width: 96%;
	padding: 10px;
	background: #000 !important;
	border: solid 1px #000;
	padding: 8px 10px !important;
	color: #fff;
}
.res-section .panel-grid-cell form p{
	font-weight: 600;
}
.res-section .panel-grid-cell form input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    padding:10px 24px!important;
    cursor: pointer;
    background: #333333!important;
    color: #fff;
    border-radius: 2px;
    border: 0px;
    margin-top: 5px;
}
.res-section .panel-grid-cell form textarea{
	width: 96%;
	padding: 10px;
	background: #000 !important;
	border: solid 1px #000;
	padding: 8px 10px !important;
	color: #fff;
}
@media (min-width:992px) and (max-width:1199px) {
    .header_right_section .nav_wrap{
    float: left !important;
    }
    .header_right_section .header-btns {
        width: 330px;
    }
    .addtoany_share_save_container.addtoany_content_bottom {
        margin:0 30px !important;
    }
    .mid_container_wrapper_section{
        padding: 0px 15px;
    }
    .home .mid_container_wrapper_section{
        padding:0px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .siteorigin-widget-tinymce iframe {
        width: 100% !important;
        height: 420px !important;
    }
    .so-widget-sow-image-default-3f547a15eaaa .sow-image-container .so-widget-image {
        display: block;
        margin: 0 auto;
    }
    .panel-row-style-container-main-content iframe {
        width: 100% !important;
        height: 420px !important;
    }
    #pg-16-1 > .panel-row-style {
        padding: 0px 0px 50px 0px !important;
    }
}

@media (max-width:767px) {

    .panel-row-style-header_background_image.parallax.siteorigin-panels-stretch.header_background_image.panel-row-style {
        background-repeat: no-repeat !important;
    }
    .left-b-1 {
        border-right: none !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        border-bottom: 1px solid #d8d8d8;
    }
    #pg-16-1 > .panel-row-style {
        padding: 0px 0px 50px 0px !important;
    }
   .about-page-sec h2{
    display: none;
   }
   .kta-image-details-wrapper .kta-image-details-wrapper{
    width: 100%;
    display: block;
   }
   .home .panel-row-style-header_background_image.parallax.siteorigin-panels-stretch.header_background_image.panel-row-style {
       height: 250px !important;
   }
   #mid_container .panel-row-style-header_background_image.siteorigin-panels-stretch {
       background-attachment: scroll !important;
       background-position: 0 0 !important;
       background-repeat: no-repeat !important;
   }
}


@media (min-width:320px) and (max-width:480px) {
	#mid_container .panel-row-style-header_background_image.siteorigin-panels-stretch {
	    background-attachment: scroll !important;
	    background-position: 0 0 !important;
	    background-repeat: no-repeat !important;
	}
	.home .panel-row-style-header_background_image.parallax.siteorigin-panels-stretch.header_background_image.panel-row-style {
	    height: 140px !important;
	}
}