/*
Theme Name: Divi Child Theme
Theme URI:
Description:
Author:
Author URI:
Template: Divi
Version:
*/

@import url("../Divi/style.css");

body {
    font-weight: normal;
}

.et_pb_section a, .post a { text-decoration: underline; }

.et_pb_section a:hover, .post a:hover { text-decoration: none; }

.et_pb_slider a { text-decoration: none ; }

h1 a { text-decoration: none !important; }

.et_pb_button_module_wrapper a { text-decoration: none !important; }


.et_header_style_centered #main-header .container {
    width: 95%;
}

#top-header .container {
    font-weight: normal;
}

#main-header {
background-image: url("/wp-content/themes/Divi-Child/images/paper_fibers.png");
background-color: #EFEFEF;
}

.logo_container {
	width: 95%;
    max-width: 1280px;
    margin: auto;
	text-align: left;
}

.et_header_style_centered #main-header .container {
    width: 100%;
	max-width: 100%;
}

.et_header_style_centered nav#top-menu-nav {
	width: 95%;
    max-width: 1280px;
	text-align: left;
}

#et_mobile_nav_menu {
	width: 95%!important;
	margin: auto;
	background: #0c0a3e!important;
}

.et_mobile_menu {
    background: #0c0a3e!important;
}

.et_header_style_centered #main-header div#et-top-navigation {
   /* background: #F06548;  */
}

.nav li ul {
    border: 0px;
}

#top-menu-nav, #top-menu {
background: #0c0a3e;
display: table;     /* used to space li in ul  */
width: 100%;     /* used to space li in ul  */
list-style: none;     /* used to space li in ul  */
}

#top-menu > li {
padding: 0;
display: table-cell;     /* used to space li in ul  */
text-align: center;     /* used to space li in ul  */
}

#top-menu .menu-item-has-children > a:first-child::after, #et-secondary-nav .menu-item-has-children > a:first-child::after {
    display: none;
	padding-right: 40px!important;
}

#top-menu .menu-item-has-children > a:first-child, #et-secondary-nav .menu-item-has-children > a:first-child {
	padding-right: 40px!important;
}

.et_header_style_centered #top-menu > li > a {
    padding: 25px 40px!important;
	display: block;     /* used to space li in ul evenly  */
}

@media (max-width: 1300px) {
.et_header_style_centered #top-menu > li > a {
    padding: 15px 20px!important;
	font-size: 16px;
}
#top-menu .menu-item-has-children > a:first-child, #et-secondary-nav .menu-item-has-children > a:first-child {
    padding-right: 20px !important;
}
}



#top-menu .bg-red {
    background: #F06548;
}

#top-menu .bg-yellow {
    background: #dd9933;
}

#top-menu .bg-navy {
    background: #0c0a3e;
}

#top-menu .bg-purple {
    background: #7b1e7a;
}

#top-menu .bg-magenta {
    background: #b33f62;
}





#top-menu .bg-green {
    background: #549C95;
}

#top-menu .bg-blue {
    background: #5A788F;
}

#top-menu .bg-dark-blue {
    background: #3E5669;
}


#siblings-menu-id ul {
    list-style-type: none;
    margin: 40px 0;
    padding: 0 ;
    width: 100%;
    
}

#siblings-menu-id li a {
	font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif !important;
	background-color: #020202;
	font-size: 16px;
	color: #ffffff!important;
    display: block;
    color: #000;
	border-bottom: 1px #333333 solid;
    padding: 15px 15px;
    text-decoration: none;
}
.page-list .current_page_item > a {
    font-weight: 900;
	background-color: #333333!important;
}

/* Change the link color on hover */
#siblings-menu-id li a:hover {
    background-color: #222222;
    color: #ffffff;
}

.subpages-page-list {
    list-style-type: none!important;
    padding: 0!important;    
}

.subpages-page-list li a {
	font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif !important;
	background-color: #020202;
	font-size: 16px;
	color: #ffffff!important;
    display: block;
    color: #000;
	border-bottom: 1px #333333 solid;
    padding: 15px 15px;
    text-decoration: none;
}

/* Change the link color on hover */
.subpages-page-list li a:hover {
    background-color: #222222;
    color: #ffffff;
}





#top-menu a:hover {
    background: #333333;
	opacity: 0.9!important;
}

.et_pb_search input.et_pb_searchsubmit, .widget_search input#searchsubmit{
    color: #fff;
    border-color: #333333;
    background-color: #000000;
}

.et_pb_search input.et_pb_searchsubmit:hover, .widget_search input#searchsubmit:hover{
    background-color: #333333;
}

.et_pb_search input.et_pb_searchsubmit, .widget_search input#searchsubmit {
    	-webkit-border-top-right-radius: 0!important;
    -moz-border-radius-topright: 0!important;
    border-top-right-radius: 0!important;
    -webkit-border-bottom-right-radius: 0!important;
    -moz-border-radius-bottomright: 0!important;
    border-bottom-right-radius: 0!important;
}


/* Slider Arrows */
.et-pb-arrow-prev,
.et-pb-arrow-next {
	font-size: 50px;
}
.et-pb-arrow-prev:before {
	color: #fff!important;
text-shadow: 0 0 3px #000000;
}
.et-pb-arrow-next:before {
	color: #fff!important;
text-shadow: 0 0 3px #000000;
}
.et-pb-arrow-prev {
    left: -5px!important;
}
.et-pb-arrow-next {
    right: 0px!important;
}



/*
#et-info {
    width: 100%;
    text-align: center;
}
*/

#et-info {
    float: ;
}
.et-social-icon span {
    display: inline;
}

#et-info-phone:before {
font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif !important;
    top: 0;
    margin-right: 5px;
    content: "PHONE:";
}

#et-info-email:before {
    display: none;
}

.et-social-top-menu a:before {
font-family: "ETmodules" !important;
font-size: 20px;
color: #ffffff;
background: #000000;
position: relative;
top: 3px;
padding: 6px;
margin-right: 5px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

.top-menu-facebook a:before {
content: "\e093";
}

.top-menu-twitter a:before {
content: "\e094";
}

.home-full-blog .entry-featured-image-url{
    max-width: 20%;
    float: right;
	margin: 0 0 20px 20px;
}

.featured-image-style .entry-featured-image-url{
    max-width: 20%;
    float: right;
	margin: 0 0 20px 20px;
}

.featured-image-style .post{
    padding: 20px;
}

.more-link {
    display: inline-block!important;
	padding: 5px 10px!important;
	background: #e2e2e2;
    margin: 10px 10px 10px 0;
}


.et_post_meta_wrapper img{
    max-width: 40%;
    float: right;
	margin: 0 0 20px 20px;
}

#main-content .container:before {
    width: 0;
}

hr { border: 0; height: 1px; background: #cecece; }

#et-top-navigation {
	max-height: 64px;
}
.et_mobile_menu li a { font-size: 16px; text-decoration: none; }

.et_mobile_menu .menu-item-has-children > a {
    font-weight: normal;
}

.mobile_menu_bar:before {
color:#fff !important;
}
   
.nav li ul {
    padding: 0;
	width: 240px;
}

#top-menu li li a {
    width: 240px;
}

#top-menu li li {
    padding: 0 ;
	border-bottom: 1px #333333 solid;
}

#main-footer {
font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif !important;
}

.bottom-nav li {
font-weight: 500!important;
}

.et_pb_widget {
    float: none;
}

.bottom-nav {
    text-align: left;
}

#left-area ul, .entry-content ul, .comment-content ul, body.et-pb-preview #main-content .container ul {
    padding: 0 0 23px 20px;
    line-height: 1.2em;
}

.et_pb_post h2 {
    margin-top: 1px;
}
.et_pb_post {
  margin-bottom: 20px;
}

.side-menu a {
font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif !important;
color: #000000!important;
text-decoration: none !important;
}

.side-menu a:hover {
color: #333333!important;
}

.et_pb_scroll_top.et-pb-icon {
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
}

.widgettitle{
font-size: 20px;
font-weight: 800;
}

a.cat-post-footer-link {
text-decoration: underline;
color: #000000;
}
a.cat-post-footer-link:hover {
text-decoration: none;
}


.wp-pagenavi a, .wp-pagenavi .current {
font-size: 125%!important;
font-weight: 800!important;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
font-size: 150%!important;
font-weight: 800!important;
}

.wp-pagenavi .pages {
font-size: 125%!important;
}

.et_pb_post {
border: 1px solid #cccccc;
padding: 20px;
}

.emodal {
    z-index: 999999 !important;
}


/*---------MOBILE MENU BUTTON-----------*/
 
.mobile_menu_bar:before {padding: 2px 0px 2px 2px; top: 0;}
.mobile_menu_bar::after {color:#ffffff!important; content: "MENU"; position: relative; padding: 10px 10px 10px 5px; top: -9px; cursor: pointer;}
.mobile_nav.opened .mobile_menu_bar:before { content: "\4d"; }


@media (min-width: 980px) {
#et-info-phone {
    float: left;
}
}



@media (max-width: 980px) {
.et_header_style_centered .mobile_menu_bar {
cursor: pointer;   
width: 100%;
text-align: right;
}
#footer-widgets .footer-widget:nth-child(n) {
    width: 100% !important;
}
.et_pb_row, .et_pb_column .et_pb_row_inner {
    padding: 0;
}
}



/* Color Schemes */
.et_color_scheme_default a {
	color: #000000;
}

.et_color_scheme_default .et_pb_counter_amount,
.et_color_scheme_default .et_pb_featured_table .et_pb_pricing_heading,
.et_color_scheme_default #top-header {
	background: #000000 !important;
}


.et_color_scheme_default #et_search_icon:hover,
.et_color_scheme_default .mobile_menu_bar:before,
.et_color_scheme_default .footer-widget h4,
.et_color_scheme_default .et_pb_sum,
.et_color_scheme_default .et_pb_pricing li a,
.et_color_scheme_default .et_pb_pricing_table_button,
.et_color_scheme_default .comment-reply-link,
.et_color_scheme_default .form-submit input,
.et_color_scheme_default .et_pb_bg_layout_light .et_pb_newsletter_button,
.et_color_scheme_default .et_pb_contact_submit,
.et_color_scheme_default .et_password_protected_form .et_submit_button,
.et_color_scheme_default .et_pb_bg_layout_light .et_pb_more_button,
.et_color_scheme_default .et_pb_bg_layout_light .et_pb_promo_button,
.et_color_scheme_default .et_overlay:before,
.et_color_scheme_default .entry-summary p.price ins,
.et_color_scheme_default #top-menu li.current-menu-ancestor > a,
.et_color_scheme_default #top-menu li.current-menu-item > a,
.et_color_scheme_default .bottom-nav li.current-menu-item > a {
	color: #000000;
}

.et_color_scheme_default.woocommerce .star-rating span:before,
.et_color_scheme_default.woocommerce-page .star-rating span:before {
	color: #000000 !important;
}

.et_color_scheme_default .et-search-form,
.et_color_scheme_default .nav li ul,
.et_color_scheme_default .et_mobile_menu,
.et_color_scheme_default .footer-widget li:before,
.et_color_scheme_default .et_pb_pricing li:before {
	border-color: #000000 !important;
}

/* MORE Color Schemes */
.et_pb_sum, .et_pb_pricing li a, .et_pb_pricing_table_button, .et_overlay:before, .et_pb_member_social_links a:hover, .woocommerce-page #content input.button:hover .et_pb_widget li a:hover, .et_pb_bg_layout_light .et_pb_promo_button, .et_pb_bg_layout_light.et_pb_module.et_pb_button, .et_pb_bg_layout_light .et_pb_more_button, .et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active, .et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active, .et_pb_gallery .et_pb_gallery_pagination ul li a.active, .et_pb_contact_submit, .et_pb_bg_layout_light .et_pb_newsletter_button {
    color: #ffffff;
}

a.et_pb_button {
    color: #ffffff;
}

a.big-button, a.small-button {
    cursor: pointer!important;
    border: none!important;
    border-radius: 0!important;
    color: #222222!important;
    text-decoration: none;
}

.et_pb_contact_submit {
    color: #ffffff!important;
}

/* CONTACT FORM 7 */
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
	background-color: #ffffff !important;
	/*  border: none !important;  */
	width: 100% !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	font-size: 14px;
	color: #222222 !important;
	padding: 16px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wpcf7-submit {
font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif !important;
color: #000000 !important;
margin: 8px auto 0;
cursor: pointer;
font-size: 20px;
font-weight: 500;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
padding: 6px 20px;
line-height: 1.7em;
background: transparent;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.wpcf7-submit:hover {
color: #ffffff !important;
background-color: #000000;
padding: 6px 20px !important;
}