body {
	font-size: 16px;
}

img.pull-right {
	margin: 5px 0 0 20px;
}

img.pull-left {
	margin: 5px 20px 0 0;
}

.postcontent h1, h2, h3, h4, h5, h6 {
	margin: 0	0 20px 0;
}

.postcontent > h1 {
	font-size: 30px;
	line-height: 1.1;
}

.postcontent ul,
.postcontent ol {
	margin: -20px 0 0 20px;
	line-height: 24px;
}

.postcontent ul li,
.postcontent ol li {
  margin-top: 10px ;
  margin-bottom: 10px ;
}

.dark #copyrights {
    background-color: #123c53;
    color: rgba(255,255,255,0.6);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.dark {
    background-color: #123c53;
    color: rgba(255,255,255,0.6);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
		text-align: center;
}

.social_item {
  display: inline-block;
  margin: 15px;
}

#top-bar {
display: block;
background-color: #123c53;
}

#top-bar p {
font-weight: bold;
font-size: 14px;
letter-spacing: 1px;
text-transform: uppercase;
text-align: center;
color: rgba(255,255,255,0.6);
text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.slider-caption:not(.dark) {
    color: #FFF;
    text-shadow: none;
		line-height: 1;
		margin-bottom: 30px;
}

.slider-caption:not(.dark) h1 {
    color: #FFF;
    font-size: 60px;
    text-shadow: none;
		letter-spacing: 2px;
		text-transform: uppercase;
		font-weight: 700;
		line-height: 1;
		margin-bottom: 30px;
		text-shadow: 3px 1px 0px rgba(0,0,0,0.6) !important;
}

.widget_nav_menu li a:hover,
.widget_links li a:hover,
.widget_meta li a:hover,
.widget_archive li a:hover,
.widget_recent_entries li a:hover,
.widget_categories li a:hover,
.widget_pages li a:hover,
.widget_rss li a:hover,
.widget_recent_comments li a:hover { color: #cc509b; }

.sidebar-widgets-wrap .active {
		background-color: #cc509b;
    color: #FFF;
    padding: 2px 10px 2px 10px;
    border-radius: 3px;
}

.sidebar-widgets-wrap .active:hover {
		background-color: #cc509b;
    color: #000;
    padding: 2px 10px 2px 10px;
    border-radius: 3px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #c2e9f5;
  border: 1px solid #E4DDD0;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.section {
    position: relative;
    margin: 60px 0;
    padding: 60px 0;
    background-color: #e4eef3;
    overflow: hidden;
}

.sidebar-widgets-wrap {
  background: #f9fcff;
  border: 1px solid #D4DCFC;
  border-radius: 4px;
  padding: 15px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

div.intro {
  background: #F9FAFF;
  border: 1px solid #D4DCFC;
  padding: 80px 40px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);

}

.intro h3 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #888;
  line-height: 2.2;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;

}

#footer .col_one_fourth {
  margin-bottom: 0;
}

footer a {
  color: #fff;
}

.contact {
	border-top: 4px solid #999;
	background: #eee;
	margin: 0;
	padding: 50px 0 50px 0;
}

.phone-spacer-sm {
  margin-right: 5px;
  display: inline;
}

.phone-spacer-md {
  margin-right: 23px;
  display: inline;
}

.phone-spacer-lg {
  margin-right: 25px;
  display: inline;
}

#page-title.page-title-dark {
  background-color: #333;
  text-shadow: 2px 2px 1px rgba(0,0,0,0.4) !important;
  border-bottom: none;
}

.notoppadding {
	padding-top: 0;
}

/* ----------------------------------------------------------------
    Page Transitions
-----------------------------------------------------------------*/

body:not(.no-transition) #wrapper,
.animsition-overlay {
    position: relative;
    opacity: 0;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.css3-spinner {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    text-align: center;
    background-color: #FFF;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.css3-spinner > div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: 13px;
    width: 18px;
    height: 18px;
    background-color: #DDD;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.css3-spinner .css3-spinner-bounce1 {
    margin-left: -31px;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.css3-spinner .css3-spinner-bounce2 {
    margin-left: -9px;
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade-in {
    -webkit-animation-name: fade-in;
    -o-animation-name: fade-in;
    animation-name: fade-in;
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fade-out {
    -webkit-animation-name: fade-out;
    -o-animation-name: fade-out;
    animation-name: fade-out;
}

#primary-menu ul ul.large-dropdown,
#primary-menu ul li .mega-menu-content {
     width: 285px;
}


.btn-primary {
    color: #ffffff;
    background-color: #cc509b;
    border-color: #cc509b;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #f7839e;
    border-color: #f7839e;
		transform: translateY(-0.25em);
}

/* ----------------------------------------------------------------
    Button Animation
-----------------------------------------------------------------*/

.btn:hover, .btn:focus, .btn:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
		transform: translateY(-0.25em);
		transition: 0.25s;
	}

	body:not(.device-touch) .button, .btn {
	    -webkit-transition: all .2s ease-in-out;
	    -o-transition: all .2s ease-in-out;
	    transition: all .2s ease-in-out;
		}


.feature-bg {
	  background-image: url('/dev-hoc/images/feature.jpg');
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: center center;
	  color: #fff;
	  position: relative;
		padding: 200px 0;
}

.bg {
  /* The image used */
  background-image: url("images/covid-image.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.button-multiline {
  white-space: normal !important;
  max-width: 244px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  padding: 15px 26px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-wrap: break-word;
  margin: 30px 0;
}

.button-multiline-lg{
white-space: normal !important;
max-width: 350px;
text-align: center;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
padding: 15px 26px;
font-size: 16px;
line-height: 20px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
word-wrap: break-word;
margin: 30px 0;
}

/* BLOG */

div.entry-content {
	font-size: 16px;
}

/* ----------------------------------------------------------------
    Responsive
-----------------------------------------------------------------*/

@media only screen and (max-width: 991px) {

  .postcontent,
  .postcontent.bothsidebar,
    .sidebar {
      width: 100%;
      margin-right: 0;
      float: left;
      margin-bottom: 40px !important;
      padding-bottom: 40px;
      border-bottom: 1px solid #EEE;
    }
}


@media only screen and (max-width: 767px) {

.postcontent,
  .postcontent.bothsidebar,
    .sidebar,
    .col_full,
    .col_half,
    .col_one_third,
    .col_two_third,
    .col_three_fourth,
    .col_one_fourth,
    .col_one_fifth,
    .col_two_fifth,
    .col_three_fifth,
    .col_four_fifth,
    .col_one_sixth,
    .col_five_sixth {
      width: 100%;
      margin-right: 0;
      margin-bottom: 50px !important;
    }

		.slider-caption:not(.dark) h1 {
		    color: #FFF;
		    font-size: 40px;
		    text-shadow: none;
				letter-spacing: 2px;
				text-transform: uppercase;
				font-weight: 700;
				line-height: 1;
				margin-bottom: 30px;
				text-shadow: 3px 1px 0px rgba(0,0,0,0.6) !important;
		}

		#top-bar > div > div > p {
			margin: 0;
		}

		#top-bar > div > div > p > a {
			float: none!important;
			margin-bottom: 5px;
		}

}


@media only screen and (max-width: 479px) {

  #page-title.page-title-parallax h1 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
  }

  .swiper_wrapper .slider-caption h2 { font-size: 15px; }

  .postcontent,
  .postcontent.bothsidebar,
    .sidebar {
      width: 100%;
      margin-right: 0;
      margin-bottom: 40px !important;
      padding-bottom: 40px;
      border-bottom: 1px solid #EEE;
    }

    .sidebar.col_last {
      margin-bottom: 0 !important;
      padding-bottom: 0;
      border-bottom: 0;
    }

		.slider-caption:not(.dark) h1 {
		    color: #FFF;
		    font-size: 30px;
		    text-shadow: none;
				letter-spacing: 2px;
				text-transform: uppercase;
				font-weight: 700;
				line-height: 1;
				margin-bottom: 30px;
				text-shadow: 3px 1px 0px rgba(0,0,0,0.6) !important;
		}

		#top-bar > div > div > p > a.btn {
		display: none;
	}
}
