/*
Theme Name: Accelerate Child Uniroma2
Theme URI: https://themegrill.com/themes/accelerate/
Description: Accelerate Child Uniroma2
Author: University of Rome Tor Vergata
Author URI: http://www.web.uniroma2.it
Template: accelerate
Version: 1.3.2
*/

/* =Theme customization starts here
------------------------------------------------------- */

/* =FONT
------------------------------------------------------- */

@font-face {
    font-family: 'Minion Pro';
	   font-style: normal;
    font-weight: normal;
    src: url(/fonts/MinionPro-Regular.woff)  format('woff');;
}

@font-face {
    font-family: 'Minion Pro Italic';
    font-style: normal;
    font-weight: normal;
   src: url(/fonts/MinionPro-It.woff)  format('woff');;
}

@font-face {
    font-family: 'Minion Pro Medium';
    font-style: normal;
    font-weight: normal;
  src: url(/fonts/MinionPro-Medium.woff) format('woff');
}
@font-face {
    font-family: 'Minion Pro Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: url(/fonts/MinionPro-MediumIt.woff) format('woff');
}
@font-face {
    font-family: 'Minion Pro Semibold';
    font-style: normal;
    font-weight: normal;
     src: url(/fonts/MinionPro-Semibold.woff) format('woff');
}
@font-face {
    font-family: 'Minion Pro Semibold Italic';
    font-style: normal;
    font-weight: normal;
   src: url(/fonts/MinionPro-SemiboldIt.woff) format('woff');
}
@font-face {
    font-family: 'Minion Pro Bold Condensed';
    font-style: normal;
    font-weight: normal;
   src: url(/fonts/MinionPro-BoldCn.woff) format('woff');
}
@font-face {
    font-family: 'Minion Pro Bold';
    font-style: normal;
    font-weight: normal;
   src: url(/fonts/MinionPro-Bold.woff) format('woff');
}
@font-face {
    font-family: 'Minion Pro Bold Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: url(/fonts/MinionPro-BoldCnIt.woff) format('woff');
}
@font-face {
    font-family: 'Minion Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
   src: url(/fonts/MinionPro-BoldIt.woff) format('woff');
}

@font-face {
    font-family: 'Circe Regular';
    src: url(/fonts/Circe-Regular.otf);
}

@font-face {
    font-family: 'Circe Bold';
    src: url(/fonts/Circe-Bold.otf);
}



/* =BUTTONS
------------------------------------------------------- */
.buttonUTV {
  display: inline-block;
  padding: 6px 12px;
	margin: 5px;
  border-radius: 6px;
  border: 1px solid transparent;
  border-color: #007d34; 
  font-weight: 400;
  letter-spacing: 0.0625em;
  text-transform: none;
  background: #007d34;
  color: #ffffff;
}

.buttonUTVred {
  display: inline-block;
  padding: 6px 12px;
	margin: 5px;
  border-radius: 6px;
  border: 1px solid transparent;
  border-color: #db3a34; 
  font-weight: 400;
  letter-spacing: 0.0625em;
  text-transform: none;
  background: #db3a34;
  color: #ffffff;
}
.buttonUTVorange {
  display: inline-block;
  padding: 6px 12px;
	margin: 5px;
  border-radius: 6px;
  border: 1px solid transparent;
  border-color: #ffc857; 
  font-weight: 400;
  letter-spacing: 0.0625em;
  text-transform: none;
  background: #ffc857;
  color: #333333;
}

.buttonUTVblu {
  display: inline-block;
  padding: 6px 12px;
	margin: 5px;
  border-radius: 6px;
  border: 1px solid transparent;
  border-color: #177e89; 
  font-weight: 400;
  letter-spacing: 0.0625em;
  text-transform: none;
  background: #177e89;
  color: #ffffff;
}

.buttonUTVnero {
  display: inline-block;
  padding: 6px 12px;
	margin: 5px;
  border-radius: 6px;
  border: 1px solid transparent;
  border-color: #181f1c; 
  font-weight: 400;
  letter-spacing: 0.0625em;
  text-transform: none;
  background: #181f1c;
  color: #ffffff;
}

/* Add a rollover background colour but keep the text white */
.buttonUTV:hover,
.buttonUTV:focus,
.buttonUTV:active {
border: 1px solid transparent;
  background: #178846;
  color: #ffffff;
	border-color: #007d34;
}

.buttonUTVred:hover,
.buttonUTVred:focus,
.buttonUTVred:active {
border: 1px solid transparent;
  background: #de4b46;
  color: #ffffff;
	border-color: #db3a34;
}
.buttonUTVblu:hover,
.buttonUTVblu:focus,
.buttonUTVblu:active {
border: 1px solid transparent;
  background: #2c8993;
  color: #ffffff;
	border-color: #177e89;
}

.buttonUTVnero:hover,
.buttonUTVnero:focus,
.buttonUTVnero:active {
border: 1px solid transparent;
  background: #2d3330;
  color: #ffffff;
	border-color: #181f1c;
}

.buttonUTVorange:hover,
.buttonUTVorange:focus,
.buttonUTVorange:active {
border: 1px solid transparent;
  background: #ffcd66;
  color: #666666;
	border-color: #ffc857;
}



/* =GLOBAL
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #333;
	font: 20px 'Minion Pro Medium', sans-serif;
	line-height: 20px;
	word-wrap: break-word;
	font-weight: 300;
}
body {
	background: #eaeaea;
}
/* Headings */
h1, h2, h4, h5, h6 {
	padding-bottom: 10px;
	color: #007d34;
	font-family: 'Minion Pro Semibold', sans-serif;
}
 h1.entry-title {
	color: #333;
	}

h3 {
	padding: 5px;
	color: #333;
	font-family: 'Minion Pro Semibold', sans-serif;
}

h4 {
	padding-bottom: 8px;
	font-family: 'Minion Pro Semibold',sans-serif;
}
h6 {
	padding: 5px;
	margin: 15px;
	color: #33363b;
	font-family: 'Minion Pro Semibold', sans-serif;
}
h1 { font-size: 30px; line-height: 36px; }
h2 { font-size: 28px; line-height: 34px; }
h3 { font-size: 24px; line-height: 22px; }
h4 { font-size: 22px; line-height: 30px; }
h5 { font-size: 21px; line-height: 28px; }
h6 { font-size: 21px; line-height: 25px; }
hr {
	border-color: #EAEAEA;
	border-style: solid none none;
	border-width: 1px 0 0;
	height: 0;
	margin: 15px 0;
}

.home .page .entry-title{
	font-size: 30px;
    line-height: 36px;
}

/* =TEXT ELEMENTS
----------------------------------------------- */
p {
	text-align: justify;
	line-height: 1.5;
	margin-bottom: 10px;
	font-family: 'Minion Pro Medium', sans-serif;
	font-size: 19px;
	font-weight: 300;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
	font-size: 20px;
}
pre {
	background-color: #fff;
	margin-bottom: 20px;
	overflow: auto;
	padding: 20px;
	border: 1px solid #EAEAEA;
}
pre, code, kbd, var, samp, tt {
	font-family:"Courier 10 Pitch",Courier,monospace;
	font-size: 14px;
	line-height: 19px;
	white-space: pre-wrap;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666666;
	cursor: help;
}
address {
	display: block;
	font-style: italic;
	margin: 0 0 15px;
}
ins {
	background: #F8F8F8;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* =SUPERCRIPT AND SUBSCRIPT
----------------------------------------------- */
sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
	font-size: 16px;
}
dt {
	font-weight: bold;
	margin-bottom: 5px;
}
dd {
	margin-bottom: 24px;
}
ul,
ol {
	list-style: none;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin: 0 0 0 10px;
}

/* =BLOCKQUOTE
----------------------------------------------- */
blockquote {
	padding: 30px 30px 20px 50px;
	margin-bottom: 20px;
	background-color: #77CC6D;
	color: #FFFFFF;
	border-radius: 5px;
}
blockquote p {
	font-size: 22px;
	font-family: 'Minion Pro Medium', sans-serif;
	line-height: 1.4;
	position: relative;
}
blockquote p:before {
	content: "\f10d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #FFFFFF;
	font-size: 22px;
	position: absolute;
	top: -5px;
	left: -30px;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	float: right;
}
blockquote a {
   color: #ffffff;
   text-decoration: underline;
}
blockquote a:hover {
   text-decoration: underline;
   font-weight: bold;
}

/* =FORMS
----------------------------------------------- */
input, textarea {
 	-webkit-border-radius: 0px;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	padding: 1%;
	border: 1px solid #EAEAEA;
	line-height: 20px;
	width: 98%;
	margin: 0 0 20px;
	background-color: #F8F8F8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border: 1px solid #EAEAEA;
}
input.s {
	width: 80%;
		height: 50px;
	float: left;
	color: #555;
	font-size: 25px;
	background-color: #f6f6f6;
	margin: 0;
	border: 0px solid #007d34;
	border-right: none;
	border-radius: 10px 0 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input.s:focus {
	padding-left: 6px;
	border-color: #ffffff;
	text-indent: 0;
}
.accelerate-button,
input[type="reset"],
input[type="button"],
input[type="submit"],
button {
   margin-bottom: 30px;
   padding: 10px 20px;
	background-color: #007d34;
	border: 0px;
	transition: background-color 0.3s linear 0s;
   -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
   font-size: 14px;
   -moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	display:inline-block;
   color: #FFFFFF;
}
#search-form input[type="submit"] {
border-radius: 0px 10px 10px 0px;
margin-left: 0;
  margin-bottom: 0;
  padding: 0 12px;
  height: 50px;
  display: block;
  float: left;
}
.accelerate-button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
	color: #047249 !important
}
.previous a,
.next a {
   padding: 5px 0;
	cursor: pointer;
   font-size: 16px;
}
.previous a:hover,
.next a:hover {
	text-decoration: underline;
}

.accelerate-button, blockquote, button, input[type="button"], input[type="reset"], input[type="submit"]
{
background-color: #ffffff !important;
color: #007d34;
	font-size: 30px;
}

/* =LINKS
----------------------------------------------- */
a {
	color: #007d34;
	text-decoration: none;
}

a:focus, a:active, a:hover {
color: #77CC6D;
}


/* =IMAGES
----------------------------------------------- */

figure {
	margin: 0;
	text-align: center;
}
img {
	max-width:100%;
	height:auto;
	vertical-align:top;
	margin-bottom: 12px;
	border-radius: 8px 8px 0 0;
}
.entry-content img, .comment-content img, .widget img
display:inline 
{
	border-radius: 5px;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {

}
img.size-full, img.size-large {
	max-width: 100%;
	height: auto;
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 0.1em;
}
p img {
}
img#wpstats {
 	display: none;
}

/* =CLEARFIX
----------------------------------------------- */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display: block;
}
.tg-after-three-blocks-clearfix {
	clear: both;
}
.tg-featured-posts-clearfix {
	clear: both;
}

/* =ALIGNMENT
----------------------------------------------- */
.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*****************************************************************/
/*****************************************************************/

/* =BODY
----------------------------------------------- */
body {
	padding-top: 15px;
	padding-bottom: 15px;
}
#page {
	max-width: 1180px;
	margin: 0 auto;
	background-color: #ebedf0;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	border-top: 3px solid #007d34 !important;
}
.wide {
	padding-top: 0;
	padding-bottom: 0;
}
.wide #page {
	max-width: 100%;
}

.inner-wrap {
	margin: auto;
	max-width: 1100px;
}

.header-image-wrap .inner-wrap {
	margin: 0 auto;
	max-width: 100%;
}

/* =HEADER
----------------------------------------------- */
#masthead {

}
#header-text-nav-container {
	border-bottom: 1px solid #dfe1e4;
	
	background-color: #007d34;
}
#header-text-nav-wrap {
	padding: 40px;
}

#header-left-section {
	float: left;
	margin-right: 25px;
}
#header-logo-image {
	float: left;
	padding: 0 20px 0 0;
	
}
#header-logo-image img {
	margin-bottom: 0px;
	height: auto;
	width: auto;
	max-width: 100%;
	border-radius: 0%
}
#header-text {
	float: left;
	padding: 10px 20px 0 0;
}
#site-title a {
	color: #555555;
	font-size: 36px;
}
h1#site-title,
h3#site-title {
	padding-bottom: 5px;
	line-height: 36px;
	font-size: 30px;
}
#site-title a:hover {
	color: #77CC6D;
}
#site-description {
	line-height: 24px;
	font-size: 16px;
	padding-bottom: 0;
	color: #999999;
}
#header-right-section {
	float: right;
	padding-top:20px;

}

#header-right-section a {
	color: #007d34;
}
#header-right-section a:hover {
	color: #77CC6D;
}
#header-right-sidebar {
	overflow: hidden;
}
#header-right-section .widget {
	text-align: right;
	padding-top: 0px;
	color: #999999;
	font-size: 14px;
}
#header-right-section .widget h3 {
	padding-bottom: 5px;
	font-size: 20px;
	line-height: 28px;
}
.header-image {
	margin-bottom: 0;
	width: 100%;
}

/* =SEARCH WIDGET
----------------------------------------------- */
#masthead input.s {
	width: 80%;
}
#search-form span {
	background-color: #77CC6D;
	height: 32px;
	width: 30px;
	line-height: 40px;
	margin-left: -2px;
	color: #FFFFFF;
	position: absolute;
	text-align: center;
}
#masthead .search-wrap {
	position: relative;
}
#masthead .search-wrap span {
	right: 1px;
}

/* =NAVIGATION
----------------------------------------------- */
nav li > ul,
nav li > ol {
	margin: 0;
	list-style: none;
}
.main-navigation {
	width: 100%;
	background-color: #007d34;
}
.main-navigation li {
	float: left;
	position: relative;
	font-family: 'Minion Pro Medium', sans-serif;
	font-weight: 300;
}
.main-navigation a {
	color: #ffffff;
	display: block;
	float: left;
	font-size: 22px;
	padding: 12px 22px;
}
.main-navigation li.default-menu,
li.default-menu {
	display: none;
}
.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:hover > a {
	color: #FFFFFF;
	background-color: #77CC6D;
}

/* =ACCORDIONS
----------------------------------------------- */
.accordions-head {
	background: white;
	}

.ui-accordion-content-active li {
font-family: 'Minion Pro Medium';	
font-size: 20px; }

/* =DROP DOWN
----------------------------------------------- */
.main-navigation ul li ul,
.main-navigation ul li:hover ul ul,
.main-navigation ul ul li:hover ul ul,
.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul {
	display:none;
	z-index: 100;
	border-left: 1px solid #F8F8F8;
	border-right: 1px solid #F8F8F8;
	border-bottom: 1px solid #F8F8F8;
	margin-left: -1px;
}
.main-navigation ul li:hover ul,
.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li:hover ul {
	display:block;
}
.main-navigation ul li ul {
	position: absolute;
	width: 200px;
	top: 100%;
}
.main-navigation ul li ul li {
	float: none;
	border-bottom: 1px solid #FFFFFF;
}
.main-navigation ul li ul li:last-child {
	float: none;
	border-bottom: none;
}
.main-navigation ul li ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current_page_item ul li a {
	float: none;
	font-size: 14px;
	font-weight: 300;
	height: 100%;
	padding: 8px 14px;
	color: #444444;
	background-color: #FFFFFF;
}
.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a,
.main-navigation ul li.current-menu-item ul li a:hover {
	color: #FFFFFF;
	background-color: #77CC6D;
}
.main-navigation ul li ul li ul {
	left: 200px;
	top: 0;
}
.main-navigation select {
	display: none;
}

/* =RESPONSIVE MENU
----------------------------------------------- */
.menu-toggle {
	display: none;
	cursor: pointer;
}
.site-header .menu-toggle {
	background: #FFFFFF;
	color: #444444;
	font-size: 20px;
	font-weight: 300;
	padding: 5px 22px;
	margin: 0;
	text-align: center;
	font-family: 'Minion Pro Medium', sans-serif;
	display:none;
}
.site-header .menu-toggle:before {
	content: "\f0c9";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #FFFFFF;
	font-size: 21px;
	color: #77CC6D;
	padding-right: 10px;
}
.main-small-navigation {
	float: none;
	padding-top: 0;
	background-color: #000000;
}
.main-small-navigation ul {
  margin: 0;
  list-style: none;
}
.main-small-navigation a {
  display: block;
  color: #444444;
  padding: 10px 20px;
  text-decoration: none;
  border-bottom: 1px solid #F8F8F8;
}
.main-small-navigation li {
  background-color: #FFFFFF;
}
.main-small-navigation li:hover > a {
  background-color: #77CC6D;
  color: #FFFFFF;
}
.main-small-navigation ul ul a {
  padding-left: 60px;
}
.main-small-navigation ul ul ul a {
  padding-left: 80px;
}
.main-small-navigation ul > .current_page_item,
.main-small-navigation ul > .current-menu-item {
  background: #77CC6D;
  color: #FFFFFF;
}

/* =FOOTER MENU
----------------------------------------------- */
.footer-menu {
	float: right;
}
.footer-menu li {
	float: left;
	position: relative;
}


.footer-menu li.default-menu,
li.default-menu {
	display: none;
}
.footer-menu a {
	color: #666666;
	display: block;
	float: left;
	height: 21px;
	padding: 5px 0 0 16px;
	font-size: 12px;
}
.footer-menu a:hover,
.footer-menu ul li.current-menu-item a,
.footer-menu ul li.current_page_ancestor a,
.footer-menu ul li.current-menu-ancestor a,
.footer-menu ul li.current_page_item a,
.footer-menu ul li:hover > a {
	color: #77CC6D; 
}

img#footer-logo-image {
	border-radius: 0;
	max-width: 80%;
}

/* =FEATURED SLIDER
----------------------------------------------- */

#featured-slider {
}
#featured-slider,
#featured-slider .slider-cycle {
	position: relative;
	width: 100%;
}
#featured-slider .slider-title-head h3 {
	line-height: 35px;
}

a.slide-prev, a.slide-next, .slider-title-head .entry-title a {
    background-color: #333 !important;
	}

.slider-cycle {
}
.slider-cycle .inner-wrap {
    max-width: 100%;
}
#featured-slider .displayblock {
	display: block;
}
#featured-slider .displaynone {
	display: none;
}
#featured-slider .entry-container {
	right: 4%;
	margin: auto;
	position: absolute;
	bottom: 15%;
	z-index: 98;
	font-family: 'Minion Pro Medium', sans-serif;
}

#featured-slider .entry-description-container {
}
#featured-slider img {
	margin-bottom: 0px;
	border-radius: 0px;
}
#featured-slider .slider-title-head {
	left: 0;
	margin-bottom: 10px;
	text-align: right;
}
#featured-slider .entry-title {
	padding: 0;
}
.slider-title-head .entry-title a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #77CC6D;
	padding: 10px 15px;
	max-width: 400px;
	display: inline-block;
	font-size: 30px;
}
#featured-slider .entry-content {
	color: #FFFFFF;
	display: inline-block;
	max-width: 400px;
	text-align: right;
}
#featured-slider .entry-content p {
	margin: 0;
	padding: 10px 15px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
	font-size: 20px;
}

#featured-slider .entry-container-left {
	left: 4%;
	right: auto;
}
#featured-slider .entry-container-left .slider-title-head {
	text-align: left;
}
#featured-slider .entry-container-left .entry-content {
	text-align: left;
}
a.slide-prev,
a.slide-next {
   opacity: 0.7;
   filter:alpha(opacity=70);
   background-color: #77CC6D;
   padding: 12px 14px;
   visibility: hidden;
   position: absolute;
   top: 50%;
   -ms-transform: translateY(-50%); /* IE 9 */
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   z-index: 99;
}
.slide-prev i,
.slide-next i {
   color: #FFFFFF;
   font-size: 22px;
}
a.slide-next {
   padding-right: 8px;
   border-top-left-radius: 2px;
   border-bottom-left-radius: 2px;
   right: 0;
}
a.slide-prev {
   padding-left: 8px;
   border-top-right-radius: 2px;
   border-bottom-right-radius: 2px;
}
.slider-cycle:hover a.slide-prev,
.slider-cycle:hover a.slide-next {
   visibility: visible;
}
a.slide-prev:hover,
a.slide-next:hover {
   opacity: 1;
   filter:alpha(opacity=100);
}

/* =SLIDER CONTROLLERS
----------------------------------------------- */
#controllers {
	text-align:center;
	line-height:0;
	position: absolute;
	width: 100%;
	bottom: 15px;
	z-index: 99;
}
#controllers a {
	width: 16px;
	height: 6px;
	margin: 0 4px;
	overflow:hidden;
	display:inline-block;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
#controllers a:hover, #controllers a.active {
	background-color: #77CC6D;
	color: #77CC6D;
}

/* =PAGE HEADER TITLE
----------------------------------------------- */
.page-header .page-title {
	border-bottom: 1px solid #F8F8F8;
	margin-bottom: 20px;
}

/* =CONTENT
----------------------------------------------- */
.sticky {
}
#main {
	padding-top: 20px;
}


/* =POST FORMAT
----------------------------------------------- */
/* POST FORMAT LINK */
.format-link .entry-content p {
	text-align: center;
	padding-top: 30px;
}
.format-link .entry-content a {
	text-decoration: underline;
	text-transform: uppercase;
	padding: 15px 40px;
	border-radius: 3px;
	background-color: #77CC6D;
   color: #FFFFFF;
   transition: background-color 0.3s linear 0s;
   display: inline-block;
}
.format-link .entry-content a:hover {
	background-color: #33363B;
}
/* POST FORMAT ASIDE */
.format-aside .entry-header { display: none; }
/* POST FORMAT STATUS */

/* POST FORMAT STANDARD */
.format-standard .entry-meta .post-format i { display: none; }
.format-standard .entry-meta .sep { margin-right: 0; }

/* STICKY POST */
.sticky .entry-meta .post-format i { display: block; }
.sticky .entry-meta .sep { margin-right: 60px; }

/* =2,3,4 COLUMNS
----------------------------------------------- */
/* THREE COLUMN */
.tg-one-third {
	float: left;
	margin: 0 3.6364% 0 0;
	width: 30.909%;
	padding: 15px;
	background: #007d34;
}
.tg-one-third-last {
	float: right;
	margin-right: 0;
}
/* FOUR COLUMN */
.tg-one-fourth {
	float: left;
	 margin: 0 7px 0 7px;
	width: 32%;
}
.tg-one-fourth-last {
	margin: 0px;
}

/* TWO COLUMN */
.tg-one-half {
	float: left;
	width: 48.7684729%;
	margin: 0 2.46305419% 0 0;
	padding: 0px 0px 30px;
}
.tg-one-half-last {
	float: right;
	margin: 0px;
}

/* =RECENT WORK WIDGET
----------------------------------------------- */
.widget_recent_work {
	margin-bottom: 60px;
}
.widget_recent_work .widget-title {
	color: #007d34;
	font-size: 28px;
	padding-bottom: 5px;
	text-align: center;
}
.widget_recent_work p {
	margin-bottom: 30px;
	text-align: center;
}
.widget_recent_work img {
	margin-bottom: 0px;
}
.widget_recent_work .tg-one-fourth {
	position: relative;
	width: 25%;
	margin-right: 0;
}
.widget_recent_work .recent_work_title {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
	bottom: 0;
	position: absolute;
	transition: all 0.6s ease-out 0s;
	width: 100%;
	z-index: 1000;
}
.widget_recent_work .recent_work_title .title_box {
	text-align: center;
}
.widget_recent_work .recent_work_title .title_box h5 {
	font-size: 16px;
	font-family: 'Minion Pro Semibold', sans-serif;
	padding: 8px;
}

/* =WIDGET FEATURED SINGLE POST
----------------------------------------------- */
#secondary .widget_featured_single_post h3.widget-title a {
	color: #444444;
}
#secondary .widget_featured_single_post h3.widget-title a:hover {
	text-decoration: none;
	color: #77CC6D;
}
#secondary .widget_featured_single_post a.read-more:hover {
	text-decoration: none;
}

/* =WIDGET IMAGE SERVICE WIDGET
----------------------------------------------- */
.widget_image_service_block {
	text-align: center;
	padding-bottom: 50px;
}
.widget_image_service_block img {
	margin-bottom: 15px;
}
.widget_image_service_block .entry-title {
	font-size: 22px;
	line-height: 26px;
	padding-bottom: 10px;
}
.widget_image_service_block .entry-title a {
	color: #444444;
}
.widget_image_service_block .entry-title a:hover {
	color: #77CC6D;
}
.widget_image_service_block p {
	font-size: 15px;
}
.widget_image_service_block .more-link span {
   font-size: 14px;
   padding: 6px 14px;
}

/* =NAVIGATION
----------------------------------------------- */
.default-wp-page .previous {
	float: left;
	margin-bottom: 30px;
}
.default-wp-page .next {
	float: right;
	margin-bottom: 30px;
}
.wp-pagenavi {
	text-align: center;
}

/* =PAGINATION
----------------------------------------------- */
.pagination {
	margin: 15px 0;
}
.pagination span {
	padding: 2px 5px;
	border: 1px solid #EAEAEA;
	background-color: #77CC6D;
	color: #FFFFFF;
}
.pagination a span {
	background-color: #FFFFFF;
	color: #666666;
}
.pagination a span:hover {
	color: #77CC6D;
	border-color: #77CC6D;
	text-decoration: none;
}

/* =CALL TO ACTION WIDGET
----------------------------------------------- */
.widget_call_to_action {
	text-align: center;
	margin-bottom: 60px;
}
.call-to-action-content-wrapper {
	background-color: #F8F8F8;
	border-radius: 5px;
	padding-bottom: 30px;
	padding-top: 30px;
}
.call-to-action-content h3 {
	font-size: 28px;
	padding-bottom: 6px;
}
.widget_call_to_action .read-more {
	float: none;
	font-size: 20px;
	padding: 15px 40px;
}

/* =MEDIA
----------------------------------------------- */
.wp-caption {
	border: none;
	background-color: #f6f6f6;
	margin: 10px;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 2%;
	background-color: #f6f6f6;
}
.gallery-caption {
}

/* =WORDPRESS GALLERY SUPPORT
----------------------------------------------- */
.gallery {
	margin: 0 auto 15px;
}
.gallery-item {
	display: inline-block;
	padding: 15px 2%;
	text-align: center;
	vertical-align: top;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item {
	padding: 15px 1%;
}
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
	padding: 10px 0.5%;
}
.gallery-columns-2 .gallery-item { width:50%; 
border-top: #EAEAEA 1px solid;
}
.gallery-columns-3 .gallery-item { width:33.33%; }
.gallery-columns-4 .gallery-item { width:25%; }
.gallery-columns-5 .gallery-item { width:20%; }
.gallery-columns-6 .gallery-item { width:16.66%; }
.gallery-columns-7 .gallery-item { width:14.28%; }
.gallery-columns-8 .gallery-item { width:12.5%; }
.gallery-columns-9 .gallery-item { width:11.11%; }
.gallery-icon img {
	margin: 0 auto;
}
.gallery .gallery-caption {
	font-size: 17px;
	line-height: 1.5;
	padding-top: 1.5%;
	text-align:justify;
	padding-right: 4%;
	padding-left: 4%;
	padding-bottom: 2%;
	background: #f6f6f6;
	
}


/* =COMMENTS
----------------------------------------------- */
#comments {
	border-top: 1px solid #F8F8F8;
   padding-top: 15px;
}
#comments i {
	font-size: 16px;
	color: #AAAAAA;
	padding-right: 10px;
}
.comments-title {
	font-size: 22px;
	line-height: 28px;
}
.comment-content a {
	word-wrap: break-word;
}
.comment-navigation {
	margin-bottom: 15px;
}
.bypostauthor {
}
#comments h2.comments-title,
#comments h3.comments-title {
	margin-bottom: 10px;
}
.avatar {
	border-radius: 50%;
	float: left;
}
.comments-area article header {
	margin: 0 0 5px;
	overflow: hidden;
	position: relative;
}
.comments-area .comment-edit-link,
.comments-area .comment-permalink,
.comments-area .comment-date-time,
.comments-area .comment-author-link {
	display: block;
	margin-left: 100px;
	color: #999999;
}
#content .comments-area article header cite a:hover,
#content .comments-area a.comment-edit-link:hover,
#content .comments-area a.comment-permalink:hover {
	color: #77CC6D;
}
.comments-area .comment-author-link a {
	color: #999999;
}
.comments-area .comment-author-link a:hover {
	color: #77CC6D;
}
.comments-area .comment-author-link span {
	margin-left: 10px;
	padding: 0 5px;
	background-color: #77CC6D;
	color: #FFFFFF;
	border-radius: 3px;
}
.comments-area article header .comment-edit-link:before{
	content: "\f044";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #AAAAAA;
	font-size: 16px;
	padding-right: 10px;
}
.comment-content {
	padding: 15px 15px 25px;
	background-color: #F8F8F8;
	border: 1px solid #EAEAEA;
	border-radius: 2px;
}
.comment {
	margin-bottom: 20px;
}
.comment ul, .comment ol {
   margin: 0 0 20px 20px;
}
.comment ul {
   list-style: square outside none;
}
.comment .comment-reply-link {
	float: right;
	color: #AAAAAA;
}
.comment .comment-reply-link:before {
	content: "\f112";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #AAAAAA;
	font-size: 16px;
	padding-right: 10px;
}
.comment .comment-reply-link:hover {
	color: #77CC6D;
}
.comment-list {
	margin-bottom: 25px;
}
.comment-list .children {
   margin-left: 20px;
}
.comment-list, .comment-list .children {
	list-style-type: none;
	padding: 0;
}
.screen-reader-text { display: none; }
.nav-previous,
.nav-next {
   margin-bottom: 15px;
}
.nav-previous a,
.nav-next a {
   color: #77CC6D;
	cursor: pointer;
   font-size: 16px;
}
.nav-previous a { float: left; }
.nav-next a { float: right; }
.nav-previous a:hover,
.nav-next a:hover {
	text-decoration: underline;
}

/* =COMMENT FORM
----------------------------------------------- */
#respond {
}
#respond h3#reply-title {
	font-size: 22px;
	line-height: 28px;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 1rem;
	font-weight: normal;
	font-size: 16px;
	font-size: 1.6rem;
}
#respond form label {
	display: block;
	line-height: 1.5;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.5;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	font-size: 15px;
	line-height: 1;
	color: #5e5e5e;
	display: none;
}
.required {
	color: red;
}

/* =WIDGETS
----------------------------------------------- */
#secondary .widget ul li, #colophon .widget ul li {
	line-height: 1.5;
	border-bottom: 1px solid #F8F8F8;
	padding: 5px 0;
}
#colophon .widget ul li {
	border-bottom: 0px solid #444444;
line-height: 80%;

}
#secondary .widget ul li li, #colophon .widget ul li li {
	border-bottom: none;
}
#secondary .widget ul ul, #colophon .widget ul ul {
	padding-left: 10px;
}
.widget select {
	border: 1px solid #DDDDDD;
	color: #666666;
	padding: 2px;
	width: 60%;
}
#secondary h3.widget-title {
	font-size: 22px;
	line-height: 32px;
	padding: 5px;
	text-align: center;
	color: #333;
	background: #f6f6f6;
	border-radius: 5px 5px 0 0;
	}


.widget-title span {
	border-bottom: 0px !important;
	padding-bottom: 0px;
}
#secondary .widget, .error-404 .widget {
	margin-bottom: 10px;
	font-size: 16px;
	border: 1px solid #dfe1e4;
	border-radius: 8px 8px 0px 0px;
	background: #ffffff;

}
#secondary a:hover {
	text-decoration: underline;
}
.error-404 {
	padding-bottom: 20px;
	text-align: center;
}
.error-404 input.s {
	width: 50%;
}

/* =CALENDAR WIDGET
----------------------------------------------- */
#wp-calendar {
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
	padding-bottom: 10px;
}
#wp-calendar #today {
	color: #77CC6D;
}
#wp-calendar caption {
	text-align: center;
}
#wp-calendar #next {
	padding-right: 35px;
	text-align: right;
}
.widget_calendar #wp-calendar th {
   font-weight: 600;
}
.widget-title span {
	border-bottom: 0px;
	padding-bottom: 0px;
}
#colophon #wp-calendar th,
#colophon #wp-calendar td {
	border: 1px solid #444444;
	padding: 3px 2px 3px 8px;
}
.widget th, .widget td {
   padding: 1px 1px 1px 2px;
}

/* =WIDGETS ICON
----------------------------------------------- */
#secondary h3 span:before, .footer-widgets-area h3 span:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #77CC6D;
	font-size: 20px;
	padding-right: 5px;
}

.widget_text h3 span:before {
	content: none;
}

#archives h3 span:before,
.widget_archive h3 span:before {
	content: none;
}

.widget_calendar h3 span:before {
	content: none;
	font-size: 16px;
}

.widget_categories h3 span:before {
	content: none;
}

.widget_recent_comments h3 span:before {
	content: none;
}
.widget_recent_comments #recentcomments li:before {
	content: none;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #EAEAEA;
	font-size: 16px;
	padding-right: 5px;
}

.widget_search h3 span:before {
	content: none;
}



.widget_tag_cloud h3 span:before {
	content: none;
}

.accelerate_tagcloud_widget h3 span:before {
	content: none;
}
.accelerate_tagcloud_widget h3 span:before {
	content: none;
}
.accelerate_tagcloud_widget a:before {
	content: none;
	color: #D5D5D5;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 12px;
	padding-right: 5px;
}
.accelerate_tagcloud_widget a {
	color: #666666;
	background-color: #F8F8F8;
	margin: 0 4px 6px 0;
   padding: 3px 6px;
	display: inline-block;
	border-radius: 3px;
}
.footer-widgets-area .accelerate_tagcloud_widget a {
	background-color: #D5D5D5;
	color: #666666;
}
.footer-widgets-area .accelerate_tagcloud_widget a:before {
	color: #FFFFFF;
}
#secondary .accelerate_tagcloud_widget a:hover,
.footer-widgets-area .accelerate_tagcloud_widget a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #77CC6D;
}

#secondary .widget_nav_menu h3 span:before,
.footer-widgets-area .widget_nav_menu h3 span:before {
	content: none;
	font-size: 21px;
}

.widget_recent_entries h3 span:before {
	content: none;
}

/* =FOOTER WIDGET AREA
----------------------------------------------- */
.footer-widgets-wrapper {
	background-color: #007d34;
	border-top: 1px solid #dfe1e4;
}
.footer-widgets-area {
	padding-top: 30px;
	padding-bottom: 10px;
}
.footer-widgets-area a:hover {
	color: #FFFFFF;
}
.footer-widgets-area .widget-title {
	text-align: left;
}
.footer-widgets-area h3.widget-title {
	color: #FFFFFF;
}
.footer-widgets-area p {
	text-align: left;
	color: #AAAAAA;
}
#colophon .widget {
	padding-bottom: 15px;
}
#colophon .widget-title {
	font-size: 16px;
	line-height: 32px;
padding-bottom: 5px;
}

#colophon a:hover {
	color: #77CC6D;
}
#colophon, #colophon p {
	font-size: 14px;
	line-height: 20px;
}

#colophon .tg-one-third ul {
	font-size: 110%;
	line-height: 50%;
}


/* =FOOTER SOCKET AREA
----------------------------------------------- */
.footer-socket-wrapper {
	padding: 10px 0px;
	background-color: #333333;
	border-top: 3px solid #007d34 !important;
}

.footer-socket-wrapper a {
	color: #007d34;
}
.footer-socket-area {
	width: 100%;
}
.footer-socket-wrapper .copyright {
	color: #666666;
	max-width: 50%;
	float: left;
	font-size: 12px;
}
.footer-socket-wrapper .copyright a {
	color: #666666;
}
.footer-socket-wrapper .copyright a:hover {
	color: #77CC6D;
}
.footer-socket-wrapper .footer-menu {
	float: right;
}
.footer-socket-wrapper .footer-menu a {
	padding-top: 0;
}
.footer-socket-wrapper .footer-menu ul li ul {
	top: 21px;
}

/* =SCROLL UP
----------------------------------------------- */
a#scroll-up {
	bottom: 20px;
	position: fixed;
	right: 20px;
	display: none;
	background-color: #77CC6D;
	opacity: 0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	padding: 10px 16px;
	border-radius: 2px;
}
a#scroll-up i {
	color: #FFFFFF;
}
a#scroll-up:hover {
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

/* =PRIMARY AND SECONDARY CONTENT AREA
----------------------------------------------- */
#primary {
	float: left;
	width: 65.4546%;
	background: #ffffff;
	border-radius: 8px;
	border: 1px solid #dfe1e4;
	margin-bottom: 20px;
}
#primary p,
#primary h1,
#primary h2,
#primary h3,
#primary h4,
#primary h5

{
	margin: 10px 26px;
}

#secondary {
	float: right;
	width: 32%;
}

div.pt-cv-wrapper
{
	margin: 0 15px;
	font-size: 18px;
}

div.addtoany_share_save_container.addtoany_content.addtoany_content_bottom
{
	margin: 0 15px;
}

div#gallery-4
{
	margin: 0 15px;
}
div#content.clearfix ul.default-wp-page.clearfix
{
	margin: 0 15px;
}

div#disqus_thread
{
	margin: 0 15px;
}

div.entry-content.clearfix iframe#instagram-embed-0.instagram-media.instagram-media-rendered
{
	margin: 0 auto !important;
	align-content: center;
}

/* =SEARCH PAGE BOX
-------------------------------------------------------------- */
html body.search.search-results.logged-in.admin-bar.custom-background.wp-custom-logo.mega-menu-primary.mega-menu-max-mega-menu-1.better-responsive-menu.wide.customize-support.cookies-set.cookies-accepted div#page.hfeed.site div#main.clearfix div.inner-wrap.clearfix div.search-container section#primary.content-area
{
		width: 100%;
	}



div#ss-search-page-form
{
	margin: 0 15px;
	background: #ffffff;
}

span.search-post-title
{
	margin: 0 10px;
	background: #ffffff;
	border-top: solid 1px #ebedf0;
	padding: 17px 15px 0 15px;
	font-size: 23px;

}

span.search-post-excerpt
{
	font-size: 18px;

}

span.search-post-link{
	margin: 0 10px;
	padding: 0px 15px 15px 15px;
}


/* =LEFT SIDEBAR CONTENT LAYOUT
-------------------------------------------------------------- */
.left-sidebar #primary {
	float: right;
}
.left-sidebar #secondary {
	float: left;
}

/* =NO SIDEBAR CONTENT LAYOUT
-------------------------------------------------------------- */
.no-sidebar #primary {
	float: none;
	margin: 0 auto;
}
.no-sidebar-full-width #primary {
	width: 100%;
}
.no-sidebar #secondary,
.no-sidebar-full-width #secondary {
	display: none;
}

/* =POST CONTENT
----------------------------------------------- */
#content .post, #content .page {
	padding-bottom: 20px;
}
#content .post {
}
.single #content .post {
	padding-bottom: 25px;
}
.post .entry-title {
	font-size: 26px;
	line-height: 32px;
	background: #f6f6f6;
	color: #333;
	margin: -15px 0px 15px 0px !important;
	padding: 10px 15px;
}
.post .entry-title h1 {
	margin-left: 15px !important;
}

.post .entry-title a {
	color: #444444;
	transition: all 0.3s ease 0s
}
.post .entry-title a:hover {
	color: #77CC6D;
}
.post .entry-content {
	margin-bottom: 10px;
}
.entry-content ul {
	list-style: square;
}
.entry-content ul,
.entry-content ol {
	padding: 0 35px;
   margin: 15px;
	font-size: 21px;
	text-align: justify;
}
.entry-content li > ul,
.entry-content li > ol {
	margin-bottom: 0;
}
.entry-content li {
	line-height: 1.6;
}
.post .entry-content a:hover {
	text-decoration: underline;
}
.blog-small .post .post-featured-image {
	float: left;
	width: 32%;
	text-align: left;
	padding-right: 4%;
}
.blog-alternate-small #primary article:nth-child(odd) figure {
	float: left;
	padding-right: 4%;
}
.blog-alternate-small #primary article:nth-child(even) figure {
	float: right;
	padding-left: 4%;
}

/* =POST META
----------------------------------------------- */
.entry-meta {
	color: #AAAAAA;
	padding-bottom: 20px;
	display: none;
}
.entry-meta .byline i,
.entry-meta .cat-links i {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px;
	color: #77CC6D;
}
.entry-meta .byline,
.entry-meta .cat-links {
}
.entry-meta .byline {
	margin-right: 25px;
}
.entry-meta a {
	color:#77CC6D;
}
.entry-meta a:hover {
	text-decoration: underline;
}
.entry-meta .sep {
	display:block;
	border-top:1px solid #F8F8F8;
	position:relative;
	margin:15px 60px 10px 0;
}
.entry-meta .post-format {
	padding: 5px;
	position: absolute;
	right: -64px;
	top: -32px;
}
.entry-meta .post-format i {
	background-color: #77CC6D;
	border-radius: 5px;
	color: #FFFFFF;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding: 12px 8px 8px 8px;
	font-size: 20px;
}
.entry-meta .posted-on,
.entry-meta .comments-link,
.entry-meta .edit-link,
.entry-meta .tag-links {
	font-size:12px;
	line-height:20px;
	margin-right:25px;
}
.entry-meta .posted-on a,
.entry-meta .comments-link a,
.entry-meta .edit-link a,
.entry-meta .tag-links a {
	color: #AAAAAA;
}
.entry-meta .posted-on a:hover,
.entry-meta .comments-link a:hover,
.entry-meta .edit-link a:hover,
.entry-meta .tag-links a:hover {
	color:#77CC6D;
	text-decoration:none;
}
.entry-meta .posted-on i,
.entry-meta .comments-link i,
.entry-meta .edit-link i,
.entry-meta .tag-links i {
	font-size:14px;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration:none
}
.read-more {
	font-size: 16px;
	margin-top: 10px;
	padding: 10px 20px;
	color: #FFFFFF;
	background-color: #77CC6D;
	transition: background-color 0.3s linear 0s;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	float: left;
}
a.read-more:hover {
	background-color: #33363B;
	border-color: #33363B;
}
.more-link {
	display: block;
	margin-top: 25px;
}
.more-link span {
	font-size: 16px;
	padding: 10px 20px;
	color: #FFFFFF;
	background-color: #77CC6D;
	transition: background-color 0.3s linear 0s;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
}
.more-link  span:hover {
	background-color: #33363B;
	border-color: #33363B;
}
.entry-content a.read-more:hover {
	text-decoration: none;
}
.sub-toggle{
	display: none;
}

/*--------------------------------------------------------------
Header media css
--------------------------------------------------------------*/
.wp-custom-header {
    position: relative;
}

iframe#wp-custom-header-video {
    width: 100%;
}
.wp-custom-header-video-button {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto !important;
    width: 62px;
    height: 50px;
    font: 0px/0 a;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.wp-custom-header:hover .wp-custom-header-video-button {
    visibility: visible;
    opacity: 1;
}

.wp-custom-header-video-button:before {
    content: '\f04b';
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
}

.wp-custom-header-video-button.wp-custom-header-video-pause:before{
    content: '\f04c';
}

/* =RESPONSIVE STRUCTURE
----------------------------------------------- */
@media screen and (max-width: 900px) {
	#page {
		width: 100%;
	}
	.wide #page {
		width: 100%;
	}
	.inner-wrap {
		width: 90%;
	}
	.main-navigation {
		width: 100%;
	}
	
	#header-text-nav-container {
		border-bottom: 0px solid;
	}
	
	div#header-right-section div#header-right-sidebar.clearfix aside#custom_html-49.widget_text.widget.widget_custom_html div.textwidget.custom-html-widget a.italian-website {
	display: none;
			}
	
	.gallery-columns-3 .gallery-item
	{
		width: 50%;
	}
	
}


@media screen and (max-width: 780px) {
	
	

	
	#header-text-nav-container {
		border-bottom: 0px solid;
	}
	#header-text-nav-wrap {
		padding: 10px 0;
	}
	#header-left-section {
		float: none;
		max-width: 100%;
		margin-right: 0;
	}
	#header-logo-image {
		float: none;
		text-align: center;
		margin-bottom: 0px;
		padding-right: 0;
		max-width: 100%;
		margin: 2px;
	}
	#header-text {
		float: none;
		text-align: center;
		padding: 0;
		margin-bottom: 10px;
	}
	#site-description {
		padding-bottom: 5px;
	}
	
	
		
	.widget_recent_work .tg-one-fourth {
		width: 50%;
		float: left;
	}
	.footer-socket-wrapper .copyright {
		float: none;
		max-width: 100%;
		text-align: center;
		margin-bottom: 5px;
	}
	.footer-socket-wrapper .footer-menu {
		float: none;
		text-align: center;
	}
	.footer-socket-wrapper .footer-menu li {
		float: none;
		display: inline;
	}
	.footer-socket-wrapper .footer-menu a {
		float: none;
		display: inline;
		padding: 5px 5px 0;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
    .main-navigation ul li ul {
        top: 103%;
    }
.menu-main-menu-container {
 width: 100%;
    }
    .main-navigation li.menu-item-has-children a{
        padding: 12px 18px;
    }
    .main-navigation li.menu-item-has-children:hover {
        background: #77cc6d none repeat scroll 0 0;
    }
    .main-navigation ul.menu-main-menu-container ul li:hover > ul.sub-menu {
        display: none;
    }
    .main-navigation li.menu-item-has-children > a::after,
    .main-navigation li.page_item_has_children > a::after {
        display: none;
    }
    .sub-toggle,
    .sub-menu .sub-toggle {
        cursor: pointer;
        display: block;
        position: absolute;
        right: 5px;
        top: 50%;
        background: none;
        color:#fff;
        border-color: #ffbb31;
        -webkit-transform: translateY(-50%) rotate(0deg);
        -moz-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
        -o-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
    }
    .sub-toggle.active {
        -webkit-transform: translateY(-50%) rotate(0deg);
        -moz-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
        -o-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
    }
    .main-navigation .sub-menu {
        display: none;
    }
    .sub-menu .sub-toggle {
        top: 50%;
        -webkit-transform: translatey(-50%) rotate(270deg);
        -ms-transform: translatey(-50%) rotate(270deg);
        -o-transform: translatey(-50%) rotate(270deg);
        transform: translatey(-50%) rotate(270deg);
        right: 10px;
        color: #333;
    }
    .main-navigation li .sub-menu li.menu-item-has-children:hover .sub-toggle {
  color: #fff;
}
    .sub-menu .sub-toggle.active {
        -webkit-transform: translatey(-50%) rotate(270deg);
        -ms-transform: translatey(-50%) rotate(270deg);
        -o-transform: translatey(-50%) rotate(270deg);
        transform: translatey(-50%) rotate(270deg);
        right: 10px;
        color: #333;
    }

    .main-navigation ul.sub-menu li {
        padding-right: 0;
    }

    .main-navigation ul.sub-menu,
    .main-navigation ul li:hover > ul.sub-menu {
        display: none;
        opacity: 1;
        -webkit-transition: none 0s ease 0s;
        -moz-transition: none 0s ease 0s;
        -ms-transition: none 0s ease 0s;
        -o-transition: none 0s ease 0s;
        transition: none 0s ease 0s;
        visibility: visible;
    }
}
@media screen and (max-width: 767px) {

    .better-responsive-menu #site-navigation ul li .sub-menu {
        display: none;
    }
        .main-small-navigation .current_page_item ul li a{
    	color:#333;
    }
    .main-small-navigation .current_page_item a,
    .main-small-navigation .current_page_item ul li a:hover,
    .main-small-navigation a:hover{
        color: #fff;
    }
    .main-small-navigation li {
        position: relative;
    }
    .better-responsive-menu .sub-toggle {
        background-color: #2d911f;
        cursor: pointer;
        display: block;
        padding: 3px 10px;
        position: absolute;
        right: 11px;
        top: 6px;
        color: #fff;
    }
    .menu-toggle,
    .main-navigation.toggled .nav-menu {
        display: block;
    }
    .main-navigation ul {
        display: none;
    }
    .main-navigation {
        float: none;
    }
    #featured-slider .entry-content {
        display: none;
    }
    .slider-nav {
        display: none;
    }
    #primary,
    #secondary {
        float: none;
        width: 100%;
    }
    .tg-one-half,
    .tg-one-third,
    .tg-one-fourth {
        float: none;
        width: 100%;
        margin: 0;
    }
    .widget_image_service_block .tg-one-third {
        padding-bottom: 20px;
    }
	
	.post .entry-title {
		font-size: 22px;
		}
	p, li {
		font-size: 18px;
		}



}

@media only screen and (max-width: 600px) {
	
	  .gallery-columns-2 .gallery-item {
      width:100%;
   }
	
   #featured-slider .slider-title-head .entry-title a {
   	font-size: 20px;
   	padding: 4px 12px;
   }
	.widget_recent_work .tg-one-fourth {
		width: 100%;
		text-align: center;
		position: relative;
	}
	.widget_recent_work .recent_work_title {
		right: 0;
	}
	.entry-meta .post-format {
		padding: 0;
		top: -18px;
	}
	.entry-meta .post-format i {
		font-size: 12px;
		padding: 2px 0 0;
	}
	.gallery-columns-4 .gallery-item,
   .gallery-columns-5 .gallery-item,
   .gallery-columns-6 .gallery-item,
   .gallery-columns-7 .gallery-item,
   .gallery-columns-8 .gallery-item,
   .gallery-columns-9 .gallery-item {
   	width:25%;
   }
}
@media only screen and (max-width: 450px) {
  .gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
 .gallery-columns-4 .gallery-item,
   .gallery-columns-5 .gallery-item,
   .gallery-columns-6 .gallery-item,
   .gallery-columns-7 .gallery-item,
   .gallery-columns-8 .gallery-item,
   .gallery-columns-9 .gallery-item {
      width:100%;
   }
}
@media only screen and (max-width: 400px) {
	#featured-slider .slider-title-head .entry-title a {
		font-size: 20px;
		padding: 0 8px;
	}
}

/* Remove the updated class from entry meta */
.entry-meta .updated {
  display: none;
}

/* remove the search result text from search page */
.search .page-header {
   display: none;
}



/* =Search Results Page
----------------------------------------------- */
.search-container {
    width: 120%;
    padding-left:100px;
    padding-right:100px;
    padding-bottom:20px;
    padding-top:1px;
    margin:auto;
}
#ss-search-page-form {
    text-align:center;
    margin: auto;
    padding-top:1px;
	padding-bottom: 28px;
}
#ss-search-page-form .search-field {
    border: 2px solid #dddddd;
    border-radius: 4px;
    width:60%;
    margin-top:20px;
}
#ss-search-page-form .search-submit {
    padding: 10px 10px;
    margin-bottom:5px;
    text-transform: uppercase;
}
.search-page-title {
    font-family: 'Minion Pro Semibold', sans-serif;
    font-size: 34px;
    font-weight: 500 !important;
    letter-spacing: 2px;
    line-height: 35px;
    text-align:center;
    display:block;
    text-transform:uppercase;
    padding-top:35px;
    padding-bottom:25px;
}
.search-post-title {
    font-family: 'Minion Pro Semibold', sans-serif;
    font-size: 20px;
    font-weight: 600 !important;
    letter-spacing: 2px;
    line-height: 25px;
    text-align:left;
    display:block;
	padding-bottom:5px;
	padding-top: 5px;
}
.search-post-link {
    font-family: 'Minion Pro Medium', sans-serif;
    font-size: 14px;
    font-weight: 300 !important;
    letter-spacing: 2px;
    line-height: 13px;
    text-align:left;
    display:block;
	padding-bottom: 25px;
}
.search-post-excerpt p {
    font-family: 'Minion Pro Medium', sans-serif;
    font-size: 14px;
    font-weight: 400 !important;
    letter-spacing: 2px;
    line-height: 15px;
    text-align:justify;
    display:block;
	padding-bottom: 1px;
}

@media only screen and (max-width: 768px) {
        .search-container {
        width: 100%;
        padding-left:15px;
        padding-right:15px;
    }
}

/* =CUSTOM WIDGETS
----------------------------------------------- */
#office-contacts {
 padding-top: 18px;
 padding-right: 18px;
 padding-bottom: 8px;
 padding-left: 20px;
 border: 5px;
 border-color: #007d34;
 background-color: #ffffff;
 border-bottom: 3px solid #007d34;
 margin: 0;
	font-size: 17px;
	line-height: 1.3;

}

#office-contacts p{
 	font-size: 17px;
	line-height: 1.3;

}

#office-contacts hr{
 	margin: 15px 0;

}

#info-box {
padding-top: 18px;
padding-right: 20px;
padding-bottom: 18px;
padding-left: 20px;
border: 5px;
background-color: #f6f6f6;
border-top: 3px solid #ebedf0;
border-bottom: 3px solid #ebedf0;
margin: 0 0 20px 0;
line-height: 1.5;
text-align: justify;

}

#info-box p,
#info-box a,
#info-box ul,
#info-box li,
#info-box a
{
	font-size: 18px;
	
	
}

#info-box p
{
	text-align: justify;
	
	
}


#info-box a._self.pt-cv-readmore.btn.btn-success
{
	font-size: 15px;
	margin:10px;
	
}

#info-box ul
{
	margin-top: 10px;
}
#info-box hr
{
	margin: 10px 0;
}


/* =CUSTOM Content Views News Gallery 
----------------------------------------------- */
.pt-cv-view .pt-cv-ifield h4
{
	margin: 0 6px;
	font-size: 20px;
	font-family: 'Minion Pro Semibold';
	font-weight: 400;

}

.pt-cv-view .pt-cv-ifield a
{
	font-weight: 400;

}

.pt-cv-view .pt-cv-ifield p
{

	font-size: 18px;

}


.pt-cv-view .pt-cv-ifield div
{
	margin: 0 6px;

}


.pt-cv-view .pt-cv-ifield:hover {
	background: #ffffff;
		border: 1px solid #f6f6f6;

}


/* = HOME PAGE (hide h2 and box background)
----------------------------------------------- */

html body.home.page-template-default.page.page-id-2.custom-background.mega-menu-primary.mega-menu-max-mega-menu-1.no-sidebar-full-width.better-responsive-menu.wide.cookies-set.cookies-accepted div#page.hfeed.site div#main.clearfix div.inner-wrap.clearfix div#primary
{
	border: 1px solid #ebedf0 !important;
	margin:0;
	background: #ebedf0 !important;
	padding:0;
	
		}


article#post-2.post-2.page.type-page.status-publish.hentry header.entry-header h2.entry-title
{
	display: none;
	
		}

div#header-right-section div#header-right-sidebar.clearfix aside#custom_html-49.widget_text.widget.widget_custom_html div.textwidget.custom-html-widget a.italian-website
{
	font-family: 'Circe Regular';
		color: #ffffff;
			}

/* MEGA MENU STYLE
 * --------------------------- */
html body.post-template-default.single.single-post.postid-4979.single-format-image.logged-in.admin-bar.custom-background.mega-menu-primary.mega-menu-max-mega-menu-1.better-responsive-menu.wide.customize-support.cookies-set.cookies-accepted div#page.hfeed.site header#masthead.site-header.clearfix div#header-text-nav-container.clearfix nav#site-navigation.main-navigation.inner-wrap.clearfix div#mega-menu-wrap-primary.mega-menu-wrap
{
	width: 1200px;
			}
