
/**
  Theme Name: Make a Dentist
  Theme URI: https://www.makeadentist.com
  Version: 1
  Author: Dental Design Products
  Author URI: https://www.dental-design-products.co.uk
*/

/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body, .patient-name, .contact input, .contact textarea, .contact, .submit {
  font-family: 'Open Sans', sans-serif;
}

body { 
  font-size: 14px;
  background: #EFEBE7;
  line-height: 1.5;
  color: #565656;
}

p {
  margin: 20px 0;
  line-height: 26px;
  font-family: 'Open Sans', sans-serif;  font-size: 14px;
  clear: left;
}

a {
  text-decoration: none;
  color: #E33038;
}

h1 {
  color: #0194A4;
  text-decoration: none;
}

h3 {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 54px;
  margin-bottom: 15px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
}

h4 {
  background: #ff463d;
  padding: 15px;
  color: white;  
  margin: 0px;
  display: inline-block;
}

.scrolldown {
  position: relative;
  top: -135px;
}

.container {
  min-width: 1024px;
  max-width: 1180px;
  margin: 140px auto 0;
  background: #fff;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);  -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.header {
  background-image: url(../images/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 600px;
  width: 1180px;
  margin: 0 auto;
}

.header-opening-wrapper {
  float: left;
  background-color: rgba(66, 66, 66, 0.6);
  margin: 290px 20px 0px;
  padding: 5px 15px 25px;
  width: 550px;
}

.header-opening {
  padding: 0;
  text-align: left;
}

.header-opening h1 {
  margin: 20px 0;
  line-height: 34px;
  font-size: 54px;
  color: #FFFFFF;
  width: 500px;
}

.header-opening h2 {
  margin: 20px 0;
  line-height: 34px;
  font-size: 22px;
  color: #F8F8F8;
  width: 500px;
  font-weight: 400;
}

.header-opening-button {
  margin: 0;
  padding: 0;
}

.header-opening-button a {
color: #ffffff;
font-weight: 600;
font-size: 20px;
text-align: center;
background: #ff463d;
width:200px;
-webkit-transition: background 0.5s linear;
-moz-transition: background 0.5s linear;
-ms-transition: background 0.5s linear;
-o-transition: background 0.5s linear;
transition: background 0.5s linear;
padding: 15px 25px;
}

.header-opening-button a:hover {
color: #ff463d;
width:200px;
background-color: #ffffff;
padding: 15px 25px;
}


.header-text {
  margin: 40px 0 0px;
  line-height: 34px;
  font-size: 54px;
  color: #FFFFFF;
  float: left;
  width: 600px;
}

.donate-button {
  margin: 20px 0px 0px 0px;
  padding: 0;
  float: right;
}

.donate-button a {
color: #ffffff;
font-weight: 600;
font-size: 20px;
text-align: center;
background: #ff463d;
width:200px;
-webkit-transition: background 0.5s linear;
-moz-transition: background 0.5s linear;
-ms-transition: background 0.5s linear;
-o-transition: background 0.5s linear;
transition: background 0.5s linear;
padding: 15px 25px;
}

.donate-button a:hover {
color: #FFFFFF;
width:200px;
background-color: #C72930;
padding: 15px 25px;
}


/* navigation */

.navigation-wrapper {
  width: 100%;
  margin: 0 auto;
  background: #333333;
  height: 100px;
  position: fixed;  
  padding: 10px 0px 0px 0px;
  top:0;
  z-index: 999;
  border-bottom: 40px solid #ff463d;
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);  -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.navigation-holder {
  width: 1180px;
  margin: 0 auto;
  /* height: 37px; */
}

.navigation {
  padding: 0;
  float: left;
  margin: 26px 0px 0px;
}

.navigation a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  background: #ff463d;
  color: #FFFFFF;  
  text-align: center;
  float: left;
  font-weight: 300;
  border-right: 1px solid #FD8680;
  padding: 8px 20px;
  text-decoration: none;
  font-family: 'Open Sans', 'sans-serif';
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
}

.navigation a:hover {
  color: #ff463d;  
  background-color: #C72930;  
  padding: 8px 20px;
  float: left;
}



.navigation a:hover,
.navigation a:focus {
  outline: none;
  color: #FFFFFF;
}

.logo-holder {
  float: left;
}

.logo {
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border-bottom: 4px solid rgba(45, 53, 56, 0.1);
    width: 86%;
    height: 86%;
}

.social-holder {
    padding: 0;    
    float: right;  
    margin: 0px 10px 0px;
}


/* about */

.about-wrapper {
  height: auto;
  background-color: #FFFFFF;
  width: 1060px;
  margin: 0 auto;
  padding: 50px 60px 80px;
}

.about-wrapper h3 {
  color: #FFFFFF;
  float: left;
  background: #ff463d;
  padding: 10px 30px 10px 80px;
  margin: 0px 0 15px -60px;}

.purpose {
  background-color: rgba(211, 211, 211, 0.6);
  padding: 1px 20px;
  margin: 10px 0px 10px 0px;
  width: 600px;
}

.box  {
    overflow:hidden;
    margin:0px;
    float: left;
}

.box p {
  color: #333333;
}

.box li {
  width: 1040px;
  margin: 0 20px 0 0;
  padding: 0px 2px;
  float: left;
  list-style: none;
  -webkit-border-radius: 10px; 
  border-radius: 10px;
}

 .box li.last {
    margin-right:0px;
 }

 .polaroid {
  float:right;
 }

.shipment-gallery li {
  list-style: none;
  width: 335px;
  height: 250px;
  float: left;
  margin: 0 15px 20px 0;
  z-index: 1;
}

.shipment-gallery.three-col li {
  width:389px;
}

.shipment-gallery li.last {
  margin-right:0px;
}



.shipment-gallery li  img {
  display: block;
  height: 100%;
  position: relative;
  transition: opacity 0.5s ease 0s;
  width: 100%;
  margin: 0 auto;
  -moz-box-shadow: 0 0 5px #aaaaaa;
  -webkit-box-shadow: 0 0 5px#aaaaaa;
  box-shadow: 0px 2px 10px #aaaaaa;
}

.shipment-gallery li img:hover{
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        z-index: 9;
  }


/* events */

.events-wrapper {
  min-height: 200px;
  background-color: #333333;
  width: 1060px;  margin: 0 auto;  
  padding: 80px 60px;
  color: white;
}

.events-wrapper h3 {
  color: #FFFFFF;
  float: left;
  background: #ff463d;
  padding: 10px 30px 10px 80px;
  margin: 0px 0 15px -60px;}

  /* quote */

.quote-wrapper {
  background-color: #333333;
  width: 1060px;  margin: 0 auto;  
  padding: 23px 60px 91px;
  font-size: 45px;
  color: white;
}

.quote-mandela {
  color: #FFFFFF;
  float: right;
  padding: 10px 30px 10px 80px;
  margin: 20px 0 15px -60px;
  font-size: 30px;
  line-height: 1.2;
}

/* sponsors */


.sponsors-wrapper {
  min-height: 500px;
  background-color: #ffffff;
  width: 1058px;  margin: 0 auto;  
  padding: 80px 60px 0px;
}

.sponsors-wrapper h3 {
  color: #FFFFFF;
  float: left;
  background: #ff463d;
  padding: 10px 30px 10px 80px;
  margin: 0px 0 15px -62px;}

.sponsors li {
  list-style: none;
  width: 335px;
  height: 250px;
  float: left;
  margin: 0 15px 20px 0;
}

.sponsors.three-col li {
  width:389px;
}

.sponsors li.last {
  margin-right:0px;
}

.sponsors li a {
  display:block;
  width:100%;
}

.sponsors li a img {
  display: block;
  height: 100%;
  position: relative;
  transition: opacity 0.5s ease 0s;
  width: 100%;
  margin: 0 auto;
  -moz-box-shadow: 0 0 5px #aaaaaa;
  -webkit-box-shadow: 0 0 5px#aaaaaa;
  box-shadow: 0px 2px 10px #aaaaaa;
}

.sponsors li a img:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5; 
  }

/* get involved */


.get-involved-wrapper {
  min-height: 650px;
  background-color: #ffffff;
  width: 1060px;
  margin: 0 auto;
  padding: 80px 60px 0;
}

.get-involved-wrapper h3 {
  color: #FFFFFF;
  float: left;
  background: #ff463d;
  padding: 10px 30px 10px 80px;
  margin: 0px 0 15px -60px;}

.get-involved-wrapper p {
  color: #333333;
}

.circle-text {
    width: 19%;
    float: left;
    margin: 15px 77px 40px;
}

.last {
    margin-right: 0px;
}

.circle-text:after {
    content: "";
    display: block;
    width: 100%;
    height:0;
    padding-bottom: 100%;
    background: #ff463d; 
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
}
.circle-text div {
    float:left;
    width:100%;
    padding-top:50%;
    line-height:1em;
    margin-top:-0.5em;
    text-align:center;
    font-size: 100px;
    color:white;
}

.box-123  {
    overflow:hidden;
    margin:0px;
    float: left;
  }

.box-123 p {
  color: #FFFFFF;
}

.box-123 li {
  width: 300px;
  margin: 0 20px 0 0;
  padding: 0px 20px;
  background: #333333;
  float: left;
  min-height: 92px;
  list-style: none;
  -webkit-border-radius: 10px; 
  border-radius: 10px;
  text-align: center;
}

 .box-123 li.last {
    margin-right:0px;
 
}

/* Committee */

.committee-wrapper {
  min-height: 1000px;
  width: 1060px;
  margin: 0 auto;
  padding: 80px 60px;
}

.committee-wrapper h3 {
  color: #FFFFFF;
  float: left;
  background: #ff463d;
  padding: 10px 30px 10px 80px;
  margin: 0px 0 15px -60px;}

.committee-wrapper p {
  color: #333333;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
.font-bg {
  font-family: "brandon-grotesque", "Helvetica Nueue", sans-serif;
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}
.person {
  display: inline-block;
  padding: 1em;
  margin: 0.5em auto;
  /*border: 1px dotted #e9e9e9;*/
  float: left;
}
.person-name {
  text-transform: uppercase;
  font-size: 2em;
  vertical-align: top;
  padding-top: 0;
  margin-top: 0;
}
.person-title {
  font-family: "montserrat";
  text-transform: uppercase;
  color: #999;
  margin: 0;
  padding: 0;
  
}
.person-image {
  width:150px;
  height: 150px;
  float: right;

  /* -webkit-box-shadow: 1px 1px 01px 1px #9E9B9B; */ 
  /* box-shadow: 1px 1px 01px 1px #9E9B9B; */
  border-radius: 50%;
}
.person-description {
  font-family: "open sans", "Source Sans Pro", "Helvetica Nueue", sans-serif;
 padding: 0;
}

div.col-sm-4 {
  width: 150px;
  float: left;
  padding: 0;
  margin: 0 30px 0 0;
}

div.col-sm-8 {
  width: 820px;
  float: right;
  padding: 0 0 0 30px;
  border-left: 1px solid rgb(230, 227, 227);
  min-height: 150px;
}

 /* contact */

.contact-wrapper {  
  margin: 0 auto;  
  height: 600px;  
  width: 1180px;
}

.map {  
  width: 1180px;
  background: #f5f5f5;
  position: absolute;
  z-index: 1;
}

.contact-wrapper h3 {
  color: #FFFFFF;  
  float: left;  background: #ff463d;  
  padding: 9px 50px 10px 25px;  
  margin: 0px 0 15px -20px;
  z-index: 9;
}

.contact-form {
  width: 440px;
  float: right;
  margin-top: -600px;
  margin-right: 0px;
  padding: 0px 20px;
  z-index: 999;
  height: 600px;
  position: relative;  
  background-color: white;
}

.contact-form h2 {
  font-size: 38px;
  line-height: 42px;
  color: #fff;
  margin-bottom: 2%;
}

.contact-form p {
    font-size: 15px;
    color: black;
}

.contact-form ul {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.contact-form li {
  width: 96%;
  height: 35px;
  margin: 0 20px 10px 0;
  float: left;
  padding: 5px;
  border: 1px solid #999; 
}

.contact-form li.textarea {
  width: 96%;
  height: 108px;
  border: 1px solid #999;
}

.contact-form li.last {
  border: none;
  margin: 0;
  background: none;
  padding: 0;
}

.contact-form input {
  width: 96%;
  height: 35px;
  border: 0;
  padding: 0 2%;
  margin:0 0 16px 1px;
  background:none;
  font-size:12px;
  color: #565656;
}

.contact-form textarea {
  width: 94%;
  height: 85%;
  border: 0;
  padding: 1% 2%;
  margin:5px 0 0 5px;
  background:none;
  font-size:12px;
  color: black;
}

.contact-form .submit {
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  background: #ff463d;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
  padding: 12px 26px;
  height: 50px;
  margin: 0;
  width: 200px;
}

.contact-form .submit:hover {
  color: #FFFFFF;
  width:200px;
  background-color: #C72930;
  padding: 12px 26px;
  height: 50px;
}

.footer-wrapper {
  clear: both;
  background: #333333;
  padding: 30px 60px;
  color: #ffffff;
  text-align: center;
}

.footer-wrapper p {
  margin: 10px 0;
  line-height: 26px;
  font-family: 'Open Sans', sans-serif;  font-size: 14px;
}







/*** Individual section styles and separators ***/

/* Common style for pseudo-elements */
section::before,
section::after {
  position: absolute;
  content: '';
  pointer-events: none;
}

/* Triangles */
.ss-style-triangles::before,
.ss-style-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.ss-style-triangles::before {
  top: -50px;
  background: #2980b9;
}

.ss-style-triangles::after {
  bottom: -50px;
  z-index: 10;
  background: inherit;
}

/* Double Diagonal line */

.ss-style-doublediagonal {
  z-index: 1;
  padding-top: 6em;
  background: #2072a7;
}

.ss-style-doublediagonal::before,
.ss-style-doublediagonal::after {
  top: 0;
  left: -25%;
  z-index: -1;
  width: 150%;
  height: 75%;
  background: inherit;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.ss-style-doublediagonal::before {
  height: 50%;
  background: #116094;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-transform-origin: 3% 0;
  transform-origin: 3% 0;
}

/* Half Circle */
.ss-style-halfcircle::before,
.ss-style-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ss-style-halfcircle::before {
  top: -50px;
}

.ss-style-halfcircle::after {
  bottom: -50px;
}

/* Big Triangle */
svg#bigTriangleColor {
  pointer-events: none;
}

#bigTriangleColor path {
  fill: #3498db;
  stroke: #3498db;
  stroke-width: 2;
}

/* Curves */
#curveUpColor path,
#curveDownColor path {
  fill: #333333;
  stroke: #333333;
}

/* Multiple Triangles */
.ss-style-multitriangles::before,
.ss-style-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.ss-style-multitriangles::before {
  top: -25px;
  background: inherit;
  box-shadow: -50px 50px 0 #3498db, 50px -50px 0 #3498db;
}

.ss-style-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #3498db, 50px -50px 0 #3498db;
}

/* Rounded corners */
.ss-style-roundedcorners::before {
  top: 100%;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 60px;
  border-radius: 0 0 60px 60px;
  background: inherit;
}

/* Rounded center split and bottom rounded */
.ss-style-roundedsplit {
  padding-top: 7em;
  border-radius: 0 0 80px 80px;
}

.ss-style-roundedsplit::before,
.ss-style-roundedsplit::after {
  top: -70px;
  left: 0;
  z-index: 10;
  width: 50%;
  height: 70px;
  background: inherit;
}

.ss-style-roundedsplit::before {
  border-radius: 0 80px 0 0;
}

.ss-style-roundedsplit::after {
  left: 50%;
  border-radius: 80px 0 0 0;
}

/* Inverted rounded corners */
.ss-style-invertedrounded {
  margin-bottom: 90px;
  padding: 13em 10% 10em;
  border-radius: 0 0 0 90px;
}

.ss-style-invertedrounded::before,
.ss-style-invertedrounded::after {
  left: 0;
  z-index: -1;
  height: 90px;
  background: #3498db;
}

.ss-style-invertedrounded::before {
  top: 100%;
  width: 100%;
  border-radius: 0 90px 0 0;
} 

.ss-style-invertedrounded::after {
  bottom: 0;
  z-index: -1;
  width: 50%;
}

/* Boxes */
.ss-style-boxes {
  padding-top: 4em;
  padding-bottom: 13em;
}

.ss-style-boxes::before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: -webkit-gradient(linear, 100% 0, 0 100%, color-stop(0.5, #3498db), color-stop(0.5, #2980b9));
  background-image: linear-gradient(to right, #3498db 50%, #2980b9 50%);
  -webkit-background-size: 130px 100%;
  background-size: 130px 100%;
}

/* Zig Zag (3d up and simple down) */
.ss-style-zigzag::before,
.ss-style-zigzag::after {
    right: 0;
    left: 0;
    z-index: 10;
    display: block;
    height: 90px;
    background-size: 50px 100%;
  }

.ss-style-zigzag::before {
  top: -90px;
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, transparent), color-stop(0.25, #3498db));
  background-image:
    linear-gradient(315deg, #3093d5 25%, transparent 25%),
    linear-gradient( 45deg, #3498db 25%, transparent 25%);
  background-position: 50%;
}

.ss-style-zigzag::after {
  top: 100%;
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #3498db), color-stop(0.25, #2980b9));
  background-image: 
    linear-gradient(135deg, #3498db 25%, transparent 25%),
    linear-gradient(225deg, #3498db 25%, transparent 25%);
  background-position: 50%;
}

/* Edges */
.ss-style-roundedges {
  padding-bottom: 16em;
}

.ss-style-roundedges::before,
.ss-style-roundedges::after {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #2980b9;
  top: -100px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ss-style-roundedges::before {
  left: -100px;
}

.ss-style-roundedges::after {
  right: -100px;
}

/* Slit */
.ss-style-slit {
  padding-top: 5em;
}

.ss-style-slit::before, 
.ss-style-slit::after {
  width: 50.5%;
  width: -webkit-calc(50% + 10px);
  width: -moz-calc(50% + 10px);
  width: calc(50% + 10px);
  height: 160px;
  background: #2980b9;
  top: -160px;
}

.ss-style-slit::before {
  left: -20px;
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
  box-shadow: -10px -20px #3192d3;
}

.ss-style-slit::after {
  right: -20px;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  box-shadow: 10px -20px #3192d3;
}

/* Big half circle */
#bigHalfCircle path {
  fill: #333333;
  stroke: #333333;
}