/*---------------------------------------------------------------------------------

 Theme Name:   Studio98 Theme
 Theme URI:    http://studio98.com
 Description:  Studio98 Theme Framework
 Author:       Studio 98
 Author URI:   http://www.studio98.com
 Template:     Divi
 Version:      1.02.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/*-------------------------------*/
/*      Code by me         */
/*-------------------------------*/
.top-add-sec {
    background-image: url(/wp-content/themes/studio98-theme/images/top-bg.jpg);
    background-repeat: repeat;
    padding: 20px;
    width: 100%;
}
.top-add-sec img {
    width: 100%;
	padding:0 30px;
}
.et_right_sidebar #sidebar img {
    width: 100% !important;
}
.menu-sec {
    width: 100%;
    float: left;
    padding: 20px 16px 0 16px;
}
.menu-sec .menu-col {
    background: #000;
    width: 1309px;
	margin:auto;
    padding: 10px 0;
}
.nav-cstm .navbar-toggle {
    float: left;
    background: none;
    border: none;
	color:#fff;
}
.postid-30603 p.author, .postid-30603 .entry-content {
    display: none !important;
}
.nav-cstm .navbar-toggle:focus, .nav-cstm .navbar-toggle:hover {
    background: none;
}
.navbar-brand-cstm{
    margin: -35px -20px -18px 20px;
}
.nav-cstm .navbar-brand {
	color:#fff;
}
.nav-cstm .navbar-toggle .icon-bar {
    background-color: #FEC809;
    height: 4px;
    width: 25px;
    border-radius: 0;
}
.nav-cstm {
    background: none;
    border: none;
    margin: 0;
}

/**********
.navbar-header {
    float: none;
}

.navbar-toggle {
    display: block;
}

.navbar-collapse.collapse {
    display: none !important;
}

.navbar-collapse.collapse.in {
    display: block !important;
  	overflow-y: auto !important;
}

.navbar-nav {
    margin: 0;
    float: none !important; 
}

.navbar-nav li {
	float: none;
}

.navbar-nav li > .dropdown-menu {
	border: 0;
	float: none;
	width: auto;
	position: static;
	box-shadow: none;
	background: inherit;
}

 Dropdown Menu (Style design make same as Bootstrap's design. You can customize it how you want.) 
.navbar-nav li > .dropdown-menu > li > a {
	color: #777;
}

.navbar-nav li > .dropdown-menu > li > a:hover {
	color: #333;
	background: inherit;
}

.navbar-nav .open .dropdown-menu > li > a {
	color: #777;
}
/*********************************/

/* ==================================== */
/*		  	  Navigaton Menu		
/* ==================================== */

.menu-wrap {
	display:none;
    background-color: #667882;
    position: absolute;
    height: auto;
    width: 250px;
	margin-left: -280px;
	font-size: 1em;
	font-weight: 700;
	overflow: auto;
	transition: .25s;
	z-index: 10;
}
.menu-show {
	display:block;
    margin: 52px 0 0 0;
    box-shadow: 4px 2px 15px 1px #B9ADAD;
}
.menu-sidebar {
    margin: 0;
    position: relative;
    top: 0;
}
.menu-sidebar ul {
	margin:0;
	padding:0 18px;
}
.menu-sidebar li {
    padding:14px 0;
    list-style: none;
}
.menu-sidebar li > a {
	color: #f3f3f3;
	font-size: 1.18em;
	position: relative;
}
.menu-sidebar li > a::after {
	content: "";
	display: block;
	height: 0.15em;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 50%;
	transform: translate(-50%);
	background-image: linear-gradient(to right, transparent 50.3%, #FEC809 50.3%);
	transition: background-position .2s .1s ease-out;
	background-size: 200% auto;
}
.menu-sidebar li > a:hover::after {
	background-position: -100% 0;
}
.menu-sidebar .menu-item-has-children {
	position: relative;
}
.menu-sidebar .menu-item-has-children .sub-menu {
	display: none;
}
.sidebar-menu-arrow::after {
	content: "\f107";
	font-family: 'FontAwesome';
	padding: 10px;
	color: #FFFA3B;
	position: relative;
}
.sidebar-menu-arrow:hover::after {
	cursor: pointer;
	color: #fff;
}
.sidebar-menu-arrow:active::after {
	top: 2px;
}


/*Hamburger Button*/
.toggle-button {
  position: relative !important;
    width: 44px !important;
    height: 25px !important;
    padding: 0px 6px !important;
    transition: .25s;
    z-index: 15;
    display: block;
    margin: 0 12px;
}
.toggle-button:hover {
	cursor: pointer;
}
.toggle-button .menu-bar {
	position: relative;
	border-radius: 2px;
	transition: .5s;
}
.toggle-button .menu-bar-top {
    border: 5px solid #FEC809;
    border-bottom: none;
    top: 3px !important;
    border-radius: unset !important;
}
.toggle-button .menu-bar-middle {
    border: 5px solid #FEC809;
    border-bottom: none;
    top: 6px !important;
    border-radius: unset !important;
}
.toggle-button .menu-bar-bottom {
    border: 5px solid #FEC809;
    border-bottom: none;
    top: 9px !important;
    border-radius: unset !important;
}
.button-open {
	left: 25px;
}
.button-open .menu-bar-top {
	border-color: #fff;
	transform: rotate(45deg) translate(6px, 6px);
	transition: .5s;
}
.button-open .menu-bar-middle {
	background-color: #fff;
	transform: translate(230px);
	transition: .1s ease-in;
	opacity: 0;
}
.button-open .menu-bar-bottom {
	border-color: #fff;
	transform: rotate(-45deg) translate(6px, -6px);
	transition: .5s;
}


/*********************************/

.right-nav {
    list-style: none;
    float: right;
}
.right-nav li:last-child {
	border-right:none;
}
.right-nav li {
    float: left;
    border-right: 1px solid #6496A9;
    padding: 0 15px;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.right-nav a {
    color: #6496A9;
}
/*********************************/
.left-side-bar {
    background: #006378;
    padding: 15px;
    max-height: 400px;
	margin-right:0 !important;
}
.left-side-bar ul {
    margin: 15px 0;
    padding: 0;
}
.left-side-bar ul li{
	list-style: none;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0;
    line-height: 40px;
}
.left-side-bar ul li a{
	color: #778C96;
}
.right-side-slide {
    background: url(/wp-content/themes/studio98-theme/images/bg-slide.jpeg);
    padding: 50px 20px;
    background-size: 100% 400px;
    background-repeat: no-repeat;
    height: 400px;
}
.center-sec {
    width: 100%;
    display: block;
    float: left;
    padding: 0 20px;
}
.add-sec img{
	width:100%;
}
.btm-add-sec {
    background-image: url(/wp-content/themes/studio98-theme/images/top-bg.jpg);
    background-repeat: repeat;
    padding: 20px;
    float: left;
    width: 100%;
	margin-top:0px;
}
.btm-add-sec img {
    margin: 0 auto;    display: block;
}
.right-side-slide h5 {
    font-weight: bold;
    color: #000;
    font-size: 16px;
}
.right-side-slide h1 {
    font-weight: 700;
    color: #015069;
    font-size: 50px;
}
.right-side-slide h6 {
    font-size: 16px;
}
.right-side-slide p {
    color: #047887;
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
}
.sec-box {
    border-bottom: 1px solid #D2D3D4;
    float: left;
    padding: 15px 0;
}
.sec-box h2 {
    font-weight: 700;
}
.sec-box h6, .prodct-box h6{
    font-size: 16px;
}
.et_pb_post {
    margin-bottom:20px;
}
.et_pb_blog_grid .et_pb_post {
    padding: 19px;
    border-right: 1px solid #d8d8d8;
	border:none !important;
}
.sec-box h6 span, .prodct-box span a{
    color: #0096C8 !important;
    font-weight: bold;
	text-transform: uppercase;
}
.sec-box p, .prodct-box p{
	color:#808285;
    font-size: 16px;
}
.sec-box img {
    margin: 20px 0;
    float: right;
}
.sec-box a i.fa, .prodct-box a i.fa{
    background: #0096C8;
    color: #fff;
    padding: 0 4px;
}
.right-side-slide a {
	color:#3D5064;
}
.right-side-slide a i.fa {
    background: #3D5064;
    color: #fff;
    padding: 0 4px;
}
.col-pad-right{
	padding-right:0;
}
.col-pad-left{
	padding-left:0;
}
.prodct-box {
    padding: 15px 0px 15px 15px;
}
.prodct-box h2 a{
    font-weight: 700;
	font-size:26px;
	color:#000;
}

.prodct-box img {
    float: right;
	width:100%;
}
.main-box > .no-bodr-right, .no-bodr-bottom{
	border:none;
}
.main-box > div{
	border-right: 1px solid #D2D3D4;
}
.black-box{
	background:#000;
	width:100%;
	float:left;
	color:#6496A9;
	padding:20px 0;
}
.black-box h2 {
    font-weight: 700;
}
.black-box h6 strong{
	color:#fff;
}
.black-box h6{
    font-size: 16px;
}
.black-box h6 span{
    font-weight: bold;
}
.black-box p{
    font-size: 16px;
}
iframe {
    border: none;
}
.bodr-bottom {
    border-bottom: 2px solid #444545;
    float: left;
}
.main-box {
    float: left;
    margin: 15px 0;
}
.slide-sec{
	float:left;
}
/* Mobile phones (portrait and landscape) ---------- */
@media screen and (max-width: 767px){
	.right-nav li {
    padding: 0 10px;
    font-size: 20px;
	}
.top-add-sec {
    padding: 10px;
}
.top-add-sec img {
	padding:0 0px;
}
.toggle-button .menu-bar-top, .toggle-button .menu-bar-middle, .toggle-button .menu-bar-bottom{
    width: 30px;
}
.menu-show {
    margin: 0px 0 0 0;
}
.menu-sec .menu-col {
    margin: 0;
    float: none;
}
.left-side-bar {
    max-height: none;
}
.right-side-slide {
    height: auto;
    background-size: cover;
}
.menu-sec {
    padding: 0;
}
.center-sec {
    padding: 0 0px;
}
.sec-box {
    padding: 15px;
}
.sec-box img {
    margin: 20px 0;
    width: 100%;
    float: right;
}
.black-box {
    width: 100%;
    padding: 0px;
}
.main-box {
    margin: 15px;
}
.main-box > div {
    border-right:none;
}
.prodct-box p {
    min-height: auto;
}
.prodct-box {
    padding-bottom: 30px;
}
.btm-add-sec {
    padding: 10px;
}
.btm-add-sec img {
	padding:0 0px;
}
}

ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: #3e5162;
}
ul.tabs li{
    background: none;
    color: #fff;
    display: inline-block;
    padding: 4px 6px;
    cursor: pointer;
	margin-bottom: 0 !important;
}

ul.tabs li.current {
    color: #e3aa1e;
    position: relative;
}
li.tab-link.current:after {
    content: "";
    width: 100%;
    background: #e3aa1e;
    position: absolute;
    bottom: 0px;
    height: 2px;
    left: 0;
}
li.tab-link:hover {
    color: #e3aa1e;
}
.et_header_style_left #et-top-navigation, .et_header_style_left .et-fixed-header #et-top-navigation{
    padding-top: 0px;
	}
.tab-content{
	display: none;
	padding: 6px;
}

.tab-content.current{
	display: inherit;
}

#black-studio-tinymce-5 .tab-content.top-tab {

    display: inherit;
background:#3e5162 !important;
color:#fff;
}

.et_pb_widget_area_left{
	padding-right: 0px !important;
    border-right: 0px solid rgba(0,0,0,.1) !important;
}
.et_pb_widget_area_left .et_pb_widget {
    border: 1px solid #ededed;
}
h4.widgettitle {
    background: #32414e;
    padding: 8px 10px;
    color: #fff;
}
.gform_wrapper .top_label .gfield_label{
	font-size: 13px;
    font-weight: 600;
}
.gform_wrapper .gfield_checkbox li label{
	font-weight: 400;
}
.gform_wrapper input[type=text]{
	background: #f4f4f4;
    border: 0px;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, 
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox]{
	margin-top: 0;
}
.gform_wrapper .gform_footer input[type=submit]{
	background: #e8e8e8;
    outline: none;
    padding: 8px 14px;
    border: 1px solid #e8e8e8;
    text-transform: uppercase;
    color: #666;
    font-weight: 600;
}
#media_image-2 h4.widgettitle,
#media_image-3 h4.widgettitle,
#media_image-4 h4.widgettitle,
#media_image-5 h4.widgettitle,
#media_image-6 h4.widgettitle{
	color: #32414e;
    padding: 3px;
}


.cu-blog .et_pb_salvattore_content[data-columns]::before {
	content: '4 .column.size-1of4' !important;
}


@media only screen and ( min-width: 981px ) {
	.page-id-202 .et_pb_gutters3 .custom_section .et_pb_column_3_4{
		width: 72.625%;
	}
	
	.page-id-202 .et_pb_gutters3 .custom_section .et_pb_column{
		margin-right: 1.5%;
	}
	.page-id-202 .et_pb_gutters3 .custom_section .et_pb_column_1_4{
		width: 24.875%;
	}
	.cu-blog .column.size-1of4 {
	    width: 30%!important;
    	margin-right: 3%;
	}
}

@media only screen and ( max-width: 980px ) {
	.cu-blog .column.size-1of4 {
	    width: 30%!important;
    	margin-left: 2%;
	}
	.et_pb_column .et_pb_widget_area_left .et_pb_widget{
		width: 47.25%;
		margin: 0 10px 25px;
	}
	.et_pb_widget_area_left .et_pb_widget.widget_media_image img{
		width: 100%;
	}
	.et_header_style_left #et-top-navigation, .et_header_style_left .et-fixed-header #et-top-navigation{
		    display: block;
   /* padding-top: 24px;*/
	}
}
@media only screen and ( max-width: 767px ) {
	.cu-blog .column.size-1of4 {
	    width: 42%!important;
    	margin-left: 3%;
	}
	 .et_pb_column .et_pb_widget_area_left .et_pb_widget{
		width: 47.25%;
		margin: 0 10px 25px;
	}
	.cu-blog .column.size-1of4:nth-child(3) {
		clear: left;
	}
	.et_pb_widget_area_left .et_pb_widget.widget_media_image img{
		width: 100%;
	}
	.et_pb_widget_area_left .carousel .col-sm-5 {
		width: 100%;
	}
	.et_pb_widget_area_left .carousel .col-sm-7 {
		width: 100%;
	}
	#black-studio-tinymce-2 .carousel-indicators{
		position: inherit;
    	padding: 0;
	}
}
@media only screen and ( max-width: 480px ) {
	.cu-blog .column.size-1of4 {
		width: 70%!important;
		float: none;
		margin: 0 auto;
	}
	.et_pb_column .et_pb_widget_area_left .et_pb_widget {
		width: 70%;
		margin: 0 auto 25px;
		float: none;
	}
}
.et_pb_blog_grid h2.entry-title {
    color: #8e6ecf;
    font-weight: 700;
}
ul.nav.nav-tabs.premimum_tab {
    background: #3e5162;
}
.premimum_tab li a {
    padding: 7px 4px;
    font-size: 13px;
	color: #fff !important;
	border-radius: 0 !important;
}
.premimum_tab li.active a, 
.premimum_tab li.active a:focus, 
.premimum_tab li.active a:hover {
    color: #e3aa1e !important;
    cursor: default;
    background-color: transparent;
    border: 1px solid transparent !important;
    border-bottom-color: transparent;
}
.premimum_tab li a:hover{
	background: transparent !important;
	border: 1px solid transparent !important;
	color: #e3aa1e !important;
}
.premimum_tab li.active:after {
    content: "";
    width: 100%;
    background: #e3aa1e;
    position: absolute;
    bottom: 0px;
    height: 3px;
    left: 0;
}
#black-studio-tinymce-2 .tab-content.top-tab {
    background: #3e5162;
    color: #fff;
}
a.custom_widget_color h6,
.more a{
    color: #e3aa1e !important;
}
#black-studio-tinymce-2 .item img{
	margin-bottom: 20px;
}
#black-studio-tinymce-2 .carousel-indicators{
	left: 37%;
	width: auto;
	bottom: 5px;
}

#et-secondary-nav .menu-item-has-children>a:first-child:after, 
#top-menu .menu-item-has-children>a:first-child:after{
	top: 10px;
}
#top-menu .menu-item-has-children>a, #et-secondary-nav .menu-item-has-children>a{
	font-size:22px !important;
}


.container {

    position: relative;
    width:100% !important;
    max-width: 1340px !important;
    margin: auto;

}
.et_right_sidebar #left-area {
margin-left:0 ;
	width:77%;
    float: left;
padding-left:0 !important;
	padding-right:30px !important;
}

.et_right_sidebar #sidebar {

    padding-left: 0px !important;

}
/**
#black-studio-tinymce-1{
	border: 1px solid #ededed;
}

#black-studio-tinymce-5{
	border: 1px solid #ededed;
}

#black-studio-tinymce-6{
	border: 1px solid #ededed;
}

#black-studio-tinymce-4{
	border: 1px solid #ededed;
}
**/
#black-studio-tinymce-5.tab-content.top-tab {
background:#3e5162 !important;
color:#fff;
height:300px !important;
}

#black-studio-tinymce-4 .textwidget .col-sm-12 {

background:#3e5162 !important;	
color:#fff;
}

#black-studio-tinymce-6 .tab-content {
background:#3e5162 !important;
color:#fff;
}

#black-studio-tinymce-7 .col-sm-12 {
background:#3e5162 !important;
color:#fff;
}

#custom_html-2 .col-sm-12 {
background:#3e5162 !important;
color:#fff;
}

#custom_html-4 .col-sm-12 {
background:#3e5162 !important;
color:#fff;
}

#black-studio-tinymce-5 .widgettitle {

        background-color: rgba(0, 0, 0, 0);
        background-repeat: repeat;
        background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #32414e;
padding-left: 55px;
}
#black-studio-tinymce-5 .widgettitle:before{
	        content: "\f005";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    margin-left: -30px;
    font-size: 22px;
    color: #E3AA1E;
}
#logo {
    max-height: 92%;
}
.top-add-sec {
    background-image: url(/wp-content/themes/studio98-theme/images/top-bg.jpg);
    background-repeat: repeat;
    padding: 20px;
    width: 100%;
	    margin-bottom: 0px;
}
.btm-add-sec {
    background-image: url(/wp-content/themes/studio98-theme/images/top-bg.jpg);
    background-repeat: repeat;
    padding: 20px;
    float: left;
    width: 100%;
    margin-top: 0px;
}
.entry-featured-image-url {

    display: block;
    position: relative;
    margin-top: 30px;
    float: right !important;

}
.entry-featured-image-url img{
    width: auto !important;
    max-height: 200px;

}

.recent-post-slider.design-3 .slick-dots{
left: 15px !important;
bottom: -3px !important;

}
.design-3 .slick-dots li button{
	border-radius: 0px !important;

width: 22px !important;

border: 2px solid #FFC800 !important;
	background:#000 !important;
}
 .design-3 .slick-dots li.slick-active button{
	background:#FFC800 !important;
}
.down * {
    display: inline-block;
}

.down .addtoany_shortcode * {
    font-size: 16px !IMPORTANT;
}

.down .addtoany_shortcode {
    position: relative;
    padding-left: 20px;
}

.down .addtoany_shortcode:before {
    background: url(/wp-content/uploads/2019/12/arrow-right.png);
    content: '';
    width: 18px;
    height: 13px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    top: 13px;
    left: 0;
}

span.cat a:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 6px solid;
    border-bottom: 5px solid transparent;
    display: inline-block;
    margin-right: 4px;
}
ul.tags {
    display: none;
}

.event_speakers-template-default .author {
    display: none !important;
}
.notice-non-regd {
    background: #006378;
    padding: 8px 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-size: 1em;
    text-align: center;
}
.notice-non-regd a:hover {
    color: #e3aa1e;
}


.upcoming_events .meta span.date {
	display:none !important;
}

