/*
Theme Name: SpecialDivi Junior
Version: 1.0
Description: A child theme of SpecialDivi
Author: admin
Template: SpecialDivi
*/

/*
Colors:
Yellow - #D9CF43
Blue - #0367A6
Gray for main font - #4C4C4C
footer gray - #707070
*/

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

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  color: #0367A6;
}

h2 {
  font-size: 3em;
}

#supplies h3, h3{
  font-size: 2em;
}

#delivery h3 {
  text-align: center;
}



p {
  font-family: 'Barlow', sans-serif;
  color: #4C4C4C;
  font-size: 1.2em
}

#main-footer {
  background-color: #707070;
}

#footer-info, #footer-info a {
    color: white;
}

.call-to-action {
  background-color: #0367A6;
}

.call-to-action h2 {
  color: white;
  text-align: center;
  font-weight: bold;
}

.call-to-action p {
  color: white;
  text-align: center;
  font-weight: bold;
}

.et_pb_subscribe {
  background-color: #D9CF43 !important;
}


.logo_container {
  text-align: center;
  padding-top: 30px;
}

#top-menu a {
  padding: 10px;
  background-color: #0367A6;
  color: white;
}

.et_header_style_left .logo_container {
  position: relative;
}



#page-container {
  padding-top: 50px !important;
}

#et-top-navigation {
  padding-bottom: 50px;
  padding-left: 10px !important;
  float: none;
  margin-left: 25%;
  
}
.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
  padding: 10px 20px;
  margin: -10px;
}

/*Supplies Section*/



#supplies, .video-classes {
  background-color: rgba(255,255,255,0.85);
  padding: 40px;
  
}

.video-classes{
  text-align: center;
  border-radius: 10px;
  padding: 40px 18px;
  width: 250px;
  height: 360px; 
  margin-top: 150px;
}
.et_pb_column #supplies{
  
}

#video-background {
  min-height: 750px;
}

#woman-writing {
  min-height: 600px;
}


.arrow {
	margin-top: 112px;
}

#my-footer {
  background-color: #707070;
  padding: 20px 100px 70px 100px;
  
}

.footer-text, footer a {
  color: white;
  float: left;
  
}

.social-media {
  float: right;
}

.et_pb_subscribe {
  background-color: #0367A6 !important;
}

.et_pb_newsletter_form .input {
  text-align: center;
}

.et_pb_newsletter_button_text{
  color: black;
}

.et_pb_newsletter_button {
  background-color: #D9CF43;
  border: none;
  border-radius: 7px;
}

.et_pb_button:hover {
  background-color: white;
  color: #4C4C4C;
}

.et_fixed_nav #main-header, .et_fixed_nav #top-header {
  position: relative;
}
/* mobile version */
@media (max-width: 980px) {
  .et_header_style_left #logo, .et_header_style_split #logo {
  max-width: 100%;}

  .et_pb_fullwidth_image img {
  width: 100%;
  position: relative;
  height: 120px;
}

.logo_container {
  text-align: center;
  padding-top: 0px;
  margin-top: -30px
}
  
  .mobile_menu_bar {
  position: relative;
  float: none;
  margin-left: 25%;
  padding-left: 0px;
}
	
	 h2 {
  font-size: 2em;
  line-height: 1.2em;
  text-align: center;
}
  
  #supplies h3, h3 {
    font-size: 1.6em !important;
    text-align: center;
  }

  p {
 font-size: 0.9em;
 line-height: 1.2em;
}
  
  .et_pb_section {
  padding: 20px 0;
}
  
  #page-container {
  padding-top: 10px !important;
}
  
  #woman-writing, #video-background {
  min-height: 250px;
  width: 100%
}
  
.et_pb_row {
  padding: 30px 0px;
}
  
  .video-classes {
  padding: 10px 10px;
    width: 160px;
    height: 220px;
    margin-left: 40%;
    
}
  
  .arrow {
    display: none;
  }
  
  .optin {
    padding-top: 0px;
    padding-bottom: 0px;
  }
	
	#my-footer {
  background-color: #707070;
  padding: 10px 20px 40px 20px;
  font-size: 0.8em;
}
  
 .call-to-action h2 {
  font-size: 1.7em;
}
  
  .call-to-action p {
  font-size: 0.85em;
}

}