/*=======================PRINT===========================*/

@media print {
body { background:white; color:black; margin:0; }
  #header {display:none;}
  #footer {display:none;}
  #socket {display:none;}
  .sidebar {display:none;}
  .a11y-toolbar {display:none;}
}

/*=======================RESPONSIVE===========================*/

/*------------------PHONE ONLY------------------------*/

@media only screen 
and (max-width : 480px) {
  h1 {
    font-size:40px !important;
  }
}


/*-----------------------TABLET ONLY---------------------------*/

@media only screen 
and (max-width : 767px)
and (min-width : 481px) {
  
}

/*----------------------DESKTOP ONLY-----------------------------*/

@media only screen 
and (min-width : 768px) {
  
}

/*===========================HEADER==============================*/

/*----------- Appearance----------*/

/*-----------Top------------*/

/*-----------Logo-----------*/

/*----------- Social----------*/

/*----------- Other----------*/

/*===========================MENU=========================*/

/*----------- Appearance----------*/

/*----------- Search----------*/

/*----------- Nav----------*/

/*============================BODY==================================*/

/*----------- Appearance----------*/

/*----------- Images --------------*/

/*----------- Typography----------*/

/*----------- Elements----------*/

/* Added by Terry during theme upgrade 8/7/2016 */
#top #wrap_all .header_color h2, #top #wrap_all .main_color h2, #top #wrap_all .alternate_color h2, #top #wrap_all .footer_color h2, #top #wrap_all .socket_color h2 {
    font-size: 20px;
    font-weight: lighter;
    text-transform: none;
}

/*----------- Forms----------*/
/*p.form_element {
  clear: both !important;
  margin-left: 1% !important;
}
.form_element input[type=submit] {
  width: 200px !important;
}
*/

/*----------- Buttons----------*/

/*----------- Other----------*/

/*============================SIDEBAR==================================*/

/*----------- Appearance----------*/

/*----------- Images --------------*/

/*----------- Typography----------*/

/*----------- Elements----------*/

/*----------- Forms----------*/

/*----------- Buttons----------*/

/*----------- Other----------*/

/*=============================WIDGETS=============================*/

/*-------------label which widget------------*/

/*=============================PLUGINS=============================*/

/*-------------label which plugin-----------------*/

/*======================FOOTER========================*/

/*----------- Appearance----------*/

/*----------- Nav----------*/

/*======================SOCKET========================*/

/*----------- Appearance----------*/

/*----------- Copyright----------*/

/*----------- Nav----------*/
