@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Template: twentytwentyone
*/
.list-inline-item {
    display: inline-flex !important;
    margin-bottom: 30px !important;
}
.single-awsm_job_openings .nav-links {
    display: none !important;
}
.single-awsm_job_openings.single .site-main > article > .entry-footer{
    border: unset !important;
}
.single  .awsm_job_openings.type-awsm_job_openings .entry-title{
    margin-top: 5em !important;
}
.awsm-job-single-wrap {
    border-top: 1px solid #e6e6e6;
}
.single .awsm_job_openings header.entry-header.alignwide {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
h2.wp-block-heading {
    font-weight: 500 !important;
    font-family: inherit !important;
}
.awsm-job-single-wrap, .awsm-job-single-wrap *, .awsm-job-single-wrap ::after, .awsm-job-single-wrap ::before {
    font-family: inherit !important;
}
.awsm-job-form-group.awsm-job-inline-group {
    display: flex !important;
}
a.elementor-toggle-title:focus {
    background: unset !important;
}
h4.portfolio-title {
    display: none !important;
}
.portfolio-cont {
	margin-top: 50px !important;
    padding-top: 20px;
    padding-bottom: 4px;
    background: #f9f9f9;
}
.portfolio-content {
    min-height: 100% !important;
}
.portfolio-content .img-fluid {
    max-height: 100%; 
    min-height: 100% !important;
    width: 100%;
}
.caststud .elementor-image-box-wrapper {
    display: inline-block;
    box-shadow: 0px 0px 5px #c9c1c1;
	min-height: 320px;
}
.caststud .elementor-image-box-wrapper figure.elementor-image-box-img {
    background: #f7f7f7;
    padding: 20px 15px;
}
.caststud .elementor-image-box-wrapper .elementor-image-box-content{
	padding: 10px 15px;
}
.caststud .elementor-image-box-wrapper .elementor-image-box-content p {
    margin-top: 25px;
    margin-bottom: 25px;
}
header.entry-header.alignwide {
    border: unset;
}
.caststud .elementor-image-box-wrapper .elementor-image-box-content a {
    border: 2px solid #e70707;
    padding: 6px 30px;
    background: #e70707;
    color: #fff;
    border-radius: 5px;
}

.caststud .elementor-image-box-wrapper .elementor-image-box-content a:hover {
    border: 2px solid #000 !important;
    padding: 6px 30px;
    background: #e70707;
    color: #fff;
	background: #000;
    border-radius: 5px;
}

#masthead {
    padding: 0px !important;
}
#main {
    padding: 0px !important;
}
ul#primary-menu-list > li > a {
    color: #000;
}
#sticky.stick {
    background: #ffffffa3;
    position: fixed;
    height: 120px;
    top: 0;
	left: 0px;
    padding: 10px 60px 5px 60px;
    margin: 0px 0px;
    z-index: 1;
	width: 100%;
}
.page-header{
	border: unset !important;
}
h1.page-title {
    display: none;
}

.home #page ul#primary-menu-list > li > a {
    color: #fff !important;
}

.home #sticky.stick ul#primary-menu-list > li > a{
	color: #000 !important;
}

.site-logo {
    margin: 0px !important;
}

ul#primary-menu-list > li > a {
    color: #000;
}

.stick ul#primary-menu-list > li > a {
    color: #000;
}

.font-red {
    color: #fe0a02;
}

span.font-blue {
    color: #a43196;
}

.site-logo img {
    height: 75px !important;
}

.site-logo {
    padding: 10px;
}

#sticky {
    max-width: 100% !important;
    width: 100% !important;
}

.site-branding {
    width: 30% !important;
    float: left !important;
}

#masthead {
    padding: 0px !important;
    position: absolute;
    top: 0px !important;
    z-index: 1 !important;
    width: 100% !important;
    right: 0;
    left: 0;
}
nav#site-navigation {
    width: 70% !important;
    padding: 20px 0px 0px 0px !important;
}

.primary-menu-container{
    float: right !important;
}

.footer-navigation {
    display: none;
}

.site-info {
    display: none !important;
}

#colophon {
    background: #44105b !important;
    margin: 40px 0px 0px 0px !important;
    max-width: 100%;
    padding: 0px !important;
}

#colophon img {
    width: 350px !important;
    height: 110px !important;
}

.widget ul li {
    display: inline !important;
}

.widget ul li .fa{
    color: #fff !important;
}

.widget ul li a {
    background: #ffffff85 !important;
    padding: 12px 22px;
    border-radius: 7px;
    margin: 5px !important;
}

#colophon .container{
    text-align: center;
}

#colophon .container p, #colophon .container a{
   color: #fff;
}

.widget {
    padding: 12px;
}

label{
	width: 100%;
}

.site textarea{
	    height: 150px !important;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], .site textarea {
    border: unset;
    border-radius: 10px;
	padding: 6px !important;
}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, .site textarea:focus {
	outline: unset !important;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #A43196 !important;
    border: unset;
    color: #fff !important;
    padding: 10px 20px;
    font-size: 16px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    background: #000 !important;
}

.wpcf7-form .col-sm-12, .wpcf7-form .col-sm-6 {
    padding: 0px 10px 0px 0px !important;
}

.elementor-testimonial-wrapper .elementor-testimonial-image img {
    height: 70px !important;
    max-width: 68% !important;
}

.movie-item {
    display: block;
    width: 33% !important;
    float: left;
    padding: 20px;
}
.movie-poster img {
    width: 100% !important;
    min-height: 300px !important;
}
.movie-item-list {
    background: #f7f7f7;
    box-shadow: 0px 0px 20px #f7f7f7;
	 min-height: 535px;
}
.movie-item-list h2{
	margin-top: 15px;
}
.movie-item-list p{
 padding-bottom: 15px !important;
}
.movie-item-list p {
    text-align: center;
    font-size: 16px !important;
    margin-top: 10px;
}
.more-link {
    display: block !important;
    color: #f52f05 !important;
}
.more-link:hover {
    display: block !important;
    color: #a43196 !important;
}
.movie-item-list h2{
	text-align: center;
	font-size: 22px !important;
	font-weight: 400 !important;
	    letter-spacing: 1px !important;
}
.page .entry-header .post-thumbnail {
    width: 100% !important;
    max-width: 100% !important;
	height: 100%;
	opacity: 0.6;
    position: absolute !important;
    top: 0px !important;
	left: 0px !important;
    margin: 0px !important;
}

.page ul#primary-menu-list > li > a {
    color: #000 !important;
}

.page ul#primary-menu-list > li > a:focus {
	color: #fff !important;
}

.page #sticky.stick ul#primary-menu-list > li > a {
    color: #000 !important;
}

.singular .entry-title {
	color: #000;
	text-align: center;
    z-index: 1;
    position: relative;
    font-size: 40px;
    top: 180px;
}

.singular .page .has-post-thumbnail .entry-header {
    background: #000 !important;
    height: 435px !important;
    width: 100% !important;
    max-width: 100%;
}
.page .post-thumbnail .wp-post-image {
    max-width: 100% !important;
    margin: 0px !important;
    height: 450px !important;
    width: 100% !important;
}

.singular .has-post-thumbnail .entry-header {
    border-bottom: none;
    padding-bottom: calc(9 * var(--global--spacing-vertical));
    margin-bottom: 0;
    clear: both;
    display: block !important;
}
.single .entry-title {
    z-index: unset !important;
    position: static;
    display: block !important;
    clear: both;
    margin-top: 3em;
}
.single header.entry-header.alignwide {
	 padding-bottom: calc(0 * var(--global--spacing-vertical)) !important;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    outline: unset !important;
    text-decoration: unset !important;
    text-decoration-skip-ink: none !important;
    background: unset !important;
}
.table-striped tr th:first-child {
    width: 10% !important;
    text-align: left !important;
}
.table thead th {
	text-align: left !important;
    border-bottom: 2px solid #dee2e6;
	font-size: 30px;
	font-weight: 500;
}
.table td {
    text-align: center;
}
.table-striped tr td:first-child{
	font-size: 13px;
	text-align: left;
}
table th {
    border: unset !important;
}
table td{
	border-right: 3px solid #fff !important;
	border: 1px solid #dee2e6 !important;
	vertical-align: middle !important;
}
.tick .fa-check-square-o:before {
    color: #1db31d !important;
    font-size: 18px !important;
}
.dash {
    color: #000 !important;
    font-size: 20px !important;
}
td:last-child {
    border-right: 4px solid #fff !important;
}
table td:first-child {
    border-left: 0px !important;
    border-top: 0px !important;
}
.table-striped tr th:nth-child(2) {
    background: #a53196;
	color: #fff;
    border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-right: 4px solid white !important;
}
.table-striped tr th:nth-child(3) {
    background: #e40268;
	color: #fff;
    border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-right: 4px solid white !important;
}
.table-striped tr th:nth-child(4) {
    background: #44105b;
	color: #fff;
    border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-right: 4px solid white !important;
}

.elementor-tabs-wrapper .elementor-tab-title.elementor-active {
    background: #f42f05 !important;
    color: #fff !important;
	border: unset !important;
}

.elementor-tabs-wrapper .elementor-tab-title {
    background: #fff !important;
    color: #000 !important;
    border: 2px solid #000 !important;
    margin: 0px 20px !important;
}
.elementor-tabs-wrapper {
    margin-bottom: 50px !important;
}

.package_item--info {
    text-align: center;
}

.portfolio-content {
    box-shadow: unset !important;
    min-height: 100% !important;
}

.table-striped.ecommerce tr th:nth-child(2) {
    background: #e40268;
    color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-right: 4px solid white !important;
}

.table-striped.ecommerce tr th:nth-child(3) {
    background: #44105b;
    color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-right: 4px solid white !important;
}

.table-striped.ecommerce tr th:first-child {
    width: 33% !important;
    text-align: center !important;
	background: #a53196;
    color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-right: 4px solid white !important;
}

.table-striped.ecommerce tr td:first-child {
	font-size: 16px !important;
    text-align: center !important;
}

@media(max-width: 767px){
	.movie-item {
    width: 100% !important;
}
	.elementor-30 .elementor-element.elementor-element-e196209 .elementor-heading-title {
    font-size: 55px !important;
    line-height: 65px !important;
}
	.stick .menu-button-container {
	margin-right: 15px !important;
    padding-top: 0 !important;
    background: #fff !important;
    padding-bottom: 0px !important;
}
	.primary-navigation-open .primary-navigation > .primary-menu-container {
    background: #000;
}
	#sticky.stick {
    height: 70px;
	padding: 10px 16px 5px 15px;
	}
	.site-logo img {
    height: 60px !important;
    max-width: 200px !important;
}
	.site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo img {
    max-height: 50px !important;
}
	.site-logo {
    padding: 0px !important;
    padding-top: 9px !important;
}
	.primary-navigation-open .menu-button-container {
		width: 40% !important;
	}
	nav#site-navigation {
    width: 100% !important;
    padding: 10px 0px 0px 0px !important;
}
 .menu-button-container {
    margin-right: 0px !important;
	padding-top: 0 !important;
    background: #fff !important;
    padding-bottom: 0px !important;
}
	.page ul#primary-menu-list > li > a {
    color: #fff !important;
}
	.page .post-thumbnail .wp-post-image {
    height: 352px !important;
	}
	.elementor-39 .elementor-element.elementor-element-02fe930 {
    margin-top: 40px !important;
}
	ul#primary-menu-list > li > a {
    color: #fff !important;
}
	.singular .entry-title {
    z-index: 0;
}

}